From d3c0acfc83c0d8194f240e59b255e4ae28ef91e3 Mon Sep 17 00:00:00 2001 From: aihe <961836564@qq.com> Date: Wed, 31 Jul 2024 10:14:49 +0800 Subject: [PATCH] uu --- common/api/user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, {}) } // 删除绑定快递员