石广澎
2025-11-17 f28a4a64c825b02e32e79387e0a6763e934ce51d
common/api/index.js
@@ -33,10 +33,14 @@
/* 支付宝普通授权登录 */
export const getUserId = (params, config = {}) => http.get(URL + '/service-merchant/v1/web/h5PayAli/getUserIdByCode',
   params, config = {});
export const userLogin = (params, config = {}) => {
   let path = '/service-merchant/v1/web/aggregatePayAllin/getOpenId'
   if(params.platform==5){
   if (params.platform == 5) {
      path = '/service-merchant/v1/web/h5PayAli/getUserIdByCode'
   }
   if (params.platform == 15) {
      path = '/service-merchant/v1/web/h5PayUnionPay/getUserIdByCode'
   }
   return http.get(URL + path,
      params, config = {})
@@ -116,4 +120,4 @@
/* 获取首绑有礼 */
export const headBand = (params, config = {}) => http.get(URL +
   '/service-shop/v1/shop/wechat/activity/headBand/detail',
   params, config = {});
   params, config = {});