diff --git a/common/api/user.js b/common/api/user.js index eca0f3d..cf52703 100644 --- a/common/api/user.js +++ b/common/api/user.js @@ -30,7 +30,7 @@ export const queryNewSalesmen = (data = {})=> { // 绑定业务员 export const bindSalesmen = (data = {})=> { - return coreRequest(url.bindSalesmen, data, {}, "GET") + return coreRequest(url.bindSalesmen, data, {}) } // 删除绑定快递员