|
|
@ -22,7 +22,7 @@ export function uploadUser(params, call) {
|
|
|
|
* @returns {Promise<any | never>}
|
|
|
|
* @returns {Promise<any | never>}
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
export function downloadStoreCode(params, call) {
|
|
|
|
export function downloadStoreCode(params, call) {
|
|
|
|
return http.get('/store/emp/download/store/code', params).then(call);
|
|
|
|
return http.downloadZip('/store/emp/download/store/code','门店码', params).then(call);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* 下载门店导购码
|
|
|
|
* 下载门店导购码
|
|
|
@ -31,7 +31,7 @@ export function downloadStoreCode(params, call) {
|
|
|
|
* @returns {Promise<any | never>}
|
|
|
|
* @returns {Promise<any | never>}
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
export function downloadStoreSellerCode(params, call) {
|
|
|
|
export function downloadStoreSellerCode(params, call) {
|
|
|
|
return http.get('/store/emp/download/store/seller/code', params).then(call);
|
|
|
|
return http.downloadZip('/store/emp/download/store/seller/code','门店导购码', params).then(call);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|