|
@ -3,6 +3,7 @@ export const ORIGIN = `https://testmanager.ouxuanzhineng.cn`; // 测试 |
|
|
// export const ORIGIN = `http://192.168.1.135:9090`; // 20210927 测试
|
|
|
// export const ORIGIN = `http://192.168.1.135:9090`; // 20210927 测试
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export const API = { |
|
|
export const API = { |
|
|
wechatMiniAppLoginAndSync: `${ORIGIN}/assistant/WechatMiniAppGetToken`, // 小程序授权获取token,为空就登录
|
|
|
wechatMiniAppLoginAndSync: `${ORIGIN}/assistant/WechatMiniAppGetToken`, // 小程序授权获取token,为空就登录
|
|
|
WechatMiniApplogin: `${ORIGIN}/assistant/WechatMiniApplogin`, // 小程序登录获取token
|
|
|
WechatMiniApplogin: `${ORIGIN}/assistant/WechatMiniApplogin`, // 小程序登录获取token
|
|
|