diff --git a/src/api/table.js b/src/api/table.js index f8b5e90..34af13a 100644 --- a/src/api/table.js +++ b/src/api/table.js @@ -428,3 +428,14 @@ export function $changeUseType(data) { } }); } +//店铺订单支付获取链接 +export function $getOrderPayUrl(data) { + return request({ + url: '/api/shopPayApi/getOrderPayUrl', + method: "get", + params:{ + shopId: localStorage.getItem("shopId"), + ...data + } + }); +} diff --git a/src/views/tool/Instead/components/scan-pay.vue b/src/views/tool/Instead/components/scan-pay.vue index 255d3cd..9d4a6ae 100644 --- a/src/views/tool/Instead/components/scan-pay.vue +++ b/src/views/tool/Instead/components/scan-pay.vue @@ -37,7 +37,7 @@