update:新增机构扫码登录页
This commit is contained in:
+7
-1
@@ -8,7 +8,7 @@ try {
|
||||
|
||||
switch (envVersion) {
|
||||
case "develop": // 开发版
|
||||
// BASE_URL = "http://192.168.1.2:8000/api/shoot";
|
||||
// BASE_URL = "http://192.168.1.30:8000/api/shoot";
|
||||
BASE_URL = "https://apitest.shelingxingqiu.com/api/shoot";
|
||||
break;
|
||||
case "trial": // 体验版
|
||||
@@ -233,6 +233,12 @@ export const checkUserBindAPI = async (code) => {
|
||||
});
|
||||
};
|
||||
|
||||
export const tempBindOrgAPI = (scene) => {
|
||||
return request("POST", "/user/org/device/tempBind", {
|
||||
scene,
|
||||
});
|
||||
};
|
||||
|
||||
export const bindDeviceAPI = (device) => {
|
||||
return request("POST", "/user/device/bindDevice", {
|
||||
device,
|
||||
|
||||
Reference in New Issue
Block a user