dever 3 years ago
parent
commit
0082d2d771
1 changed files with 6 additions and 0 deletions
  1. 6 0
      app/mshop/lib/Buy.php

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

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