add clear

This commit is contained in:
as2252258@163.com
2020-03-09 15:52:20 +08:00
parent 81e9fe4b54
commit 03b08f79fe
+5
View File
@@ -56,6 +56,11 @@ class Recharge extends SmallProgram
// $return['code'] = 401;
// $return['message'] = '预支付系统数据签名验证失败!';
// } else {
if (is_string($body)) {
$body = json_decode($body, true);
}
$return['code'] = 0;
$return['data'] = $data;
$return['data']['postBody'] = $body;