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',
+            );
         }
     }