From d5306c224a91b37869d2b96ba03d5a7152bd11e2 Mon Sep 17 00:00:00 2001
From: 石广澎 <shiguangpeng@163.com>
Date: 星期一, 23 十二月 2024 21:20:26 +0800
Subject: [PATCH] feat(支持线上订单支付 ):
---
common/api/index.js | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/common/api/index.js b/common/api/index.js
index 8dd96e6..5fe978d 100644
--- a/common/api/index.js
+++ b/common/api/index.js
@@ -13,6 +13,10 @@
export const queryShopByShopId = (params, config = {}) => http.get(URL +
'/payfour-merchant/v1/web/aggregatePayAllin/queryShopByShopId', params, config)
+/* 鏍规嵁璁㈠崟id */
+export const getOnlineId = (params, config = {}) => http.get(URL +
+ '/payfour-merchant/v1/web/aggregatePayAllin/getOnlineId', params, config)
+
/*缁熶竴鎺堟潈*/
export const userLogin = (params, config = {}) => {
let path = '/payfour-merchant/v1/web/aggregatePayAllin/getOpenId' //寰俊鎺堟潈
--
Gitblit v1.9.1