处理商户id 判断
parent
b3d6a3dc1b
commit
9ab3c29168
|
|
@ -418,12 +418,16 @@ export default {
|
||||||
uni.showToast({ title: "支付金额异常", icon: "none" });
|
uni.showToast({ title: "支付金额异常", icon: "none" });
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
if (order.tlPayCusid == null || order.tlPayCusid == ""){
|
||||||
|
uni.showToast({ title: "当前商户还未配置支付信息不可购买", icon: "none" });
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
// 定义请求参数(与服务记录页「立即支付」保持一致)
|
// 定义请求参数(与服务记录页「立即支付」保持一致)
|
||||||
let params = {
|
let params = {
|
||||||
appid: "00390105", // 平台分配的appid
|
appid: "00390105", // 通联分配的appid
|
||||||
body: bodyStr, //
|
body: bodyStr, //
|
||||||
cusid: order.tlPayCusid, // 平台分配的商户号
|
cusid: order.tlPayCusid, // 通联分配的商户号
|
||||||
notify_url:
|
notify_url:
|
||||||
"https://guangsh.manage.hschengtai.com/admin-api/member/lu-order/tlNotice", // 保持原值不变
|
"https://guangsh.manage.hschengtai.com/admin-api/member/lu-order/tlNotice", // 保持原值不变
|
||||||
orgid: "56479107392N35H",
|
orgid: "56479107392N35H",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue