石广澎
2024-04-12 1ca571a40509a7a6cfdf51316025f3692f62122f
common/api/index.js
@@ -33,7 +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){
      path = '/service-merchant/v1/web/h5PayAli/getUserIdByCode'
   }
   return http.get(URL + path,
      params, config = {})
};
/* 获取用户积分 */
export const queryScore = (params, config = {}) => http.get(URL +
   '/service-merchant/v1/web/aggregatePayAllin/queryScore', params, config = {});