Commit 9b2c17ce by Jony.L

新支付功能测试6.0

parent 36b98351
...@@ -433,8 +433,8 @@ function create() { ...@@ -433,8 +433,8 @@ function create() {
.then(() => { .then(() => {
// WPGJ聚合支付处理 - 后端现在直接返回AppPayOrderSubmitRespVO // WPGJ聚合支付处理 - 后端现在直接返回AppPayOrderSubmitRespVO
if (res.data.displayContent) { if (res.data.displayContent) {
// 使用displayContent字段生成二维码,直接使用资源订单ID // 使用displayContent字段生成二维码,使用WPGJ订单ID进行轮询
getCode(res.data.displayContent, res.data.id); getCode(res.data.displayContent, res.data.wpgjOrderId);
} else { } else {
ElMessage.error('获取支付信息失败'); ElMessage.error('获取支付信息失败');
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment