|
|
|
@ -500,7 +500,7 @@ class ShortcutController extends BaseController{
|
|
|
|
|
$payChannelInterntion = new PayChannelIntentionModel();
|
|
|
|
|
$payChannelInterntion->paySubmit($payInfo['order_id']);
|
|
|
|
|
if ($check) {
|
|
|
|
|
echo json_encode(['code'=>1001,'msg'=> "请求发起失效,编号{$request['order_id']},请选择其他支付方式或联系客服"]);exit;
|
|
|
|
|
echo json_encode(['code'=>1001,'msg'=> "请求发起失效,编号{$payInfo['order_id']},请选择其他支付方式或联系客服"]);exit;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
C(api('Config/lists'));
|
|
|
|
|