add clear

This commit is contained in:
as2252258@163.com
2020-03-09 15:55:34 +08:00
parent 294303298e
commit ea2f69e224
+1 -1
View File
@@ -61,7 +61,7 @@ class Recharge extends SmallProgram
$body = json_decode($body, true); $body = json_decode($body, true);
} }
$data['postBody'] = $body; // $data['postBody'] = $body;
$return['code'] = 0; $return['code'] = 0;
$return['data'] = $data; $return['data'] = $data;