add clear
This commit is contained in:
@@ -56,6 +56,11 @@ class Recharge extends SmallProgram
|
|||||||
// $return['code'] = 401;
|
// $return['code'] = 401;
|
||||||
// $return['message'] = '预支付系统数据签名验证失败!';
|
// $return['message'] = '预支付系统数据签名验证失败!';
|
||||||
// } else {
|
// } else {
|
||||||
|
|
||||||
|
if (is_string($body)) {
|
||||||
|
$body = json_decode($body, true);
|
||||||
|
}
|
||||||
|
|
||||||
$return['code'] = 0;
|
$return['code'] = 0;
|
||||||
$return['data'] = $data;
|
$return['data'] = $data;
|
||||||
$return['data']['postBody'] = $body;
|
$return['data']['postBody'] = $body;
|
||||||
|
|||||||
Reference in New Issue
Block a user