This commit is contained in:
2023-11-17 16:11:55 +08:00
parent e594b340e5
commit 9051ddace1
5 changed files with 24 additions and 21 deletions

View File

@@ -11,9 +11,8 @@ import {updToken} from './updateToken'
// https://shuitest.shuiganying.com/api //测试地址
// wx6bd4fcc040bfa025 水感应 正式appid
// wx9ae0c63d0c58caeb 测试appid 三猿
// wx3056ec23196eaf02 水感应 测试
// const api = "https://api.shui.shuiganying.com/api/" // 正式环境
const api = "https://shuitest.shuiganying.com/api/" // 测试环境
const api = "https://api.shui.shuiganying.com/api/" // 正式环境
// const api = "https://shuitest.shuiganying.com/api/" // 测试环境
const header = {
"Accept" : "application/json"
}