|
|
@ -979,6 +979,7 @@ class NotifyController extends BaseController
|
|
|
|
$data = json_decode($params, true);
|
|
|
|
$data = json_decode($params, true);
|
|
|
|
|
|
|
|
|
|
|
|
if ($data['trade_status'] != 'SUCCESS') {
|
|
|
|
if ($data['trade_status'] != 'SUCCESS') {
|
|
|
|
|
|
|
|
echo "status error";
|
|
|
|
return;
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|