|
|
@ -61,6 +61,11 @@ export const getMerListBySalesman = params => { |
|
|
|
export const getLklMcc = params => { |
|
|
|
export const getLklMcc = params => { |
|
|
|
return POST('GET', `${base}/common/getLklMcc`, params).then(res => res.data); |
|
|
|
return POST('GET', `${base}/common/getLklMcc`, params).then(res => res.data); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
//业务员查询费率类型
|
|
|
|
|
|
|
|
export const getDictionaryByCodeType = params => { |
|
|
|
|
|
|
|
return POST('GET', `${base}/common/getDictionaryByCodeType`, params).then(res => res.data); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
//查询商户门店
|
|
|
|
//查询商户门店
|
|
|
|
export const getStoreListByMer = params => { |
|
|
|
export const getStoreListByMer = params => { |
|
|
|
return POST('GET', `${base}/store/getStoreListByMer`, params).then(res => res.data); |
|
|
|
return POST('GET', `${base}/store/getStoreListByMer`, params).then(res => res.data); |
|
|
|