石广澎
2024-08-03 1499bacfed2d21cffc75af31ed5c9c67864cc0e4
common/api/index.js
@@ -11,18 +11,19 @@
/* 根据shopId获取商铺信息 */
export const queryShopByShopId = (params, config = {}) => http.get(URL +
   '/payfour-merchant/v1/web/aggregatePayAllin/queryShopByShopId', params, config)
/* 获取积分价值 */
export const getScoreWorth = (params, config = {}) => http.get(URL +
   '/payfour-merchant/v1/web/aggregatePayAllin/getScoreWorth', params, config)
/* 静默授权登录 */
export const getOpenIdBase = (params, config = {}) => http.get(URL +
   '/payfour-merchant/v1/web/aggregatePayAllin/getOpenIdBase', params, config = {});
/*统一登录*/
export const userLogin = (params, config = {}) => {
   let path = '/payfour-merchant/v1/web/aggregatePayAllin/getOpenId'
   if(params.platform==5){
   if(params.platform==5){ //支付宝授权
      path = '/payfour-merchant/v1/web/h5PayAli/getUserIdByCode'
   }
   return http.get(URL + path,
@@ -53,5 +54,3 @@
export const getWxOrderInfo = (params, config = {}) => http.post(URL +
   '/payfour-merchant/v1/web/aggregatePayAllin/getWxOrderInfo',
   params, config = {});