This commit is contained in:
chenrx
2024-06-04 21:12:05 +08:00
parent d2f4e17852
commit 95e4805aac
14 changed files with 298 additions and 896 deletions
+6
View File
@@ -257,6 +257,12 @@ apiQuery.getAppXz = function (params) {
HttpRequest(false, Config.api.appXz, 2, params, "GET", resolve, reject)
})
}
//获取云信电话
apiQuery.getAppYx = function (params) {
return new Promise(function (resolve, reject) {
HttpRequest(false, Config.api.appYx, 2, params, "GET", resolve, reject)
})
}
//新增日志 /作废
apiQuery.postAppCustomerlogs = function (params) {