CRM_25-12-23#story#7473,服务商系统、调度APP新增服务商人员确认

This commit is contained in:
2025-12-18 14:15:04 +08:00
parent 0fc9be28d1
commit 89cf401882
2 changed files with 12 additions and 11 deletions

View File

@@ -89,7 +89,7 @@ export function getQrCode(key){
//获取服务商的确认状态
export function getConfirmStatus(key){
return request({
url: '/supplierAppV2/dispatchApp/wechat/getSuppler',
url: '/supplierAppV2/dispatchApp/wechat/getSupplier',
method:'GET',
params: key
})