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