|
|
@@ -770,7 +770,8 @@ class OrderController extends BaseController
|
|
|
util::success(['returnStatus' => 'SUCCESS']);
|
|
|
} else {
|
|
|
$msg = $response['msg'] ?? '';
|
|
|
- noticeUtil::push($msg.' 编号145539', '15280215347');
|
|
|
+ $retCode = $response['code']??'';
|
|
|
+ noticeUtil::push($msg.' '.$retCode.' 编号145539', '15280215347');
|
|
|
util::success(['returnStatus' => 'FAILURE'], $msg);
|
|
|
}
|
|
|
} catch (\Exception $e) {
|