[最新代码]

This commit is contained in:
zhangjing
2021-06-25 10:11:46 +08:00
parent b555234d49
commit aacd11356b
29 changed files with 199 additions and 42 deletions

View File

@@ -4,7 +4,10 @@ import {updToken} from './updateToken'
// 请求方式配置
// https://lifetest.ysd-bs.com //测试地址
// https://card.ysd-bs.com
const api = "https://lifetest.ysd-bs.com/api/" //正式地址
// wx8e424dbdc443381f 测试appid
// wxb2e3e8091d9feac3 正式appid
const api = "https://card.ysd-bs.com/api/" //正式地址
const header = {
"Accept" : "application/json"
}