master
tping 5 years ago
parent a74da437d0
commit ac8a9dc820

@ -1493,7 +1493,7 @@ ADD COLUMN `pay_url` text CHARACTER SET utf8 COLLATE utf8_general_ci NULL AFTER
$request['pay_url'] = $json_data['url'] . "&tx_client=hideopen"; $request['pay_url'] = $json_data['url'] . "&tx_client=hideopen";
$this->add_spend($request,1); $this->add_spend($request,1);
} else { } else {
echo json_encode(['code'=>0,'msg'=> '支付失败,请重试']); echo json_encode(['code'=>0,'msg'=> '支付失败,请重试'.$json_data['ret_msg']]);
exit; exit;
} }

Loading…
Cancel
Save