|
|
|
@ -1343,7 +1343,7 @@ ADD COLUMN `pay_url` text CHARACTER SET utf8 COLLATE utf8_general_ci NULL AFTER
|
|
|
|
|
$payChannelInterntion = new PayChannelIntentionModel();
|
|
|
|
|
$payChannelInterntion->paySubmit($request['pay_order_number']);
|
|
|
|
|
if ($check) {
|
|
|
|
|
echo json_encode(['code'=>1001,'msg'=> "请求发起失效,编号{$request['order_id']},请选择其他支付方式或联系客服"]);exit;
|
|
|
|
|
echo json_encode(['code'=>1001,'msg'=> "请求发起失效,编号{$request['pay_order_number']},请选择其他支付方式或联系客服"]);exit;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
$table = $request['code'] == 1 ? "spend" : "deposit";
|
|
|
|
|