|
|
@@ -555,7 +555,7 @@ async function sandPay(orderNum, orderInfo) {
|
|
|
ret = orderNum;
|
|
|
lk.appendNotifyInfo(`🎉支付订单[${orderNum}]受理成功`);
|
|
|
lk.appendNotifyInfo(`🎉打开链接支付[${info.passwordURL}]`);
|
|
|
- lk.pushWxMsg('光予支付手', `🎉打开链接支付[${info.passwordURL}]`, info.passwordURL);
|
|
|
+ lk.pushWxMsg('光予支付手', `🎉支付订单[${orderNum}]受理成功,请打开链接支付[${info.passwordURL}]`, info.passwordURL);
|
|
|
} else {
|
|
|
lk.log(`请求支付订单[${orderNum}]失败,响应:${data}`);
|
|
|
}
|