dever 3 سال پیش
والد
کامیت
0082d2d771
1فایلهای تغییر یافته به همراه6 افزوده شده و 0 حذف شده
  1. 6 0
      app/mshop/lib/Buy.php

+ 6 - 0
app/mshop/lib/Buy.php

@@ -1052,6 +1052,12 @@ class Buy
                     'body' => $body,
                 )
             );
+
+            $result['审核结果'] = array
+            (
+                'type' => 'html',
+                'content' => 'test',
+            );
         }
     }