| | |
| | | export const queryShopByCid = (params, config = {}) => http.get(URL + |
| | | '/payfour-merchant/v1/web/aggregatePayAllin/queryShopById', params, config) |
| | | |
| | | /* 根据动态码id获取商铺信息 */ |
| | | export const queryShopByActQrId = (params, config = {}) => http.get(URL + |
| | | '/payfour-merchant/v1/web/aggregatePayAllin/getPayInfo', params, config) |
| | | |
| | | /* 根据订单id获取商铺信息 */ |
| | | export const queryShopByOnlineId = (params, config = {}) => http.get(URL + |
| | | '/payfour-merchant/v1/web/aggregatePayAllin/getOnlineId', params, config) |
| | | |
| | | /* 根据shopId获取商铺信息 */ |
| | | 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 = {}) => { |