修改小程序新增客户池

This commit is contained in:
lcc
2025-03-11 00:06:11 +08:00
committed by lcc
parent 1051691f80
commit e843ab4e11
8 changed files with 155 additions and 56 deletions
+7
View File
@@ -1087,4 +1087,11 @@ apiQuery.appRadar = function(params){
})
}
//雷达图
apiQuery.appPaic = function(params){
return new Promise(function (resolve, reject) {
HttpRequest(false, Config.api.appPaic, 2, params, "GET", resolve, reject)
})
}
export default apiQuery;