add clear
This commit is contained in:
@@ -61,9 +61,10 @@ class Recharge extends SmallProgram
|
||||
$body = json_decode($body, true);
|
||||
}
|
||||
|
||||
$data['postBody'] = $body;
|
||||
|
||||
$return['code'] = 0;
|
||||
$return['data'] = $data;
|
||||
$return['data']['postBody'] = $body;
|
||||
if ($data['return_code'] == 'FAIL') {
|
||||
$return['code'] = -1;
|
||||
$return['message'] = $data['return_msg'];
|
||||
|
||||
Reference in New Issue
Block a user