|
|
@@ -15,100 +15,98 @@ public class UrlPath {
|
|
15
|
15
|
|
|
16
|
16
|
//服务器地址
|
|
17
|
17
|
// public static final String host = "http://10.10.1.25:9066/";
|
|
18
|
|
- public static final String host = "http://101.36.160.140:21021/api"; // 02服务器
|
|
19
|
|
- // vpn
|
|
20
|
|
-// public static final String host1 = "http://10.100.1.63:9605";
|
|
|
18
|
+ public static final String host = "http://101.36.160.140:21021"; // 02服务器
|
|
21
|
19
|
|
|
22
|
20
|
//图片地址
|
|
23
|
|
- public static final String image_host = host + "/csc-szls-system-manage/minio/preViewPicture/";
|
|
|
21
|
+ public static final String image_host = host + "/api/csc-szls-system-manage/minio/preViewPicture/";
|
|
24
|
22
|
|
|
25
|
23
|
//版本信息
|
|
26
|
|
- public static final String version_info = "http://101.36.160.140:21021/apk/version_info.json";
|
|
|
24
|
+ public static final String version_info = host + "/apk/version_info.json";
|
|
27
|
25
|
|
|
28
|
26
|
|
|
29
|
27
|
/****************** 登录 ******************/
|
|
30
|
28
|
// 登录
|
|
31
|
|
- public static final String login = host + "/csc-szls-system-manage/public/login";
|
|
|
29
|
+ public static final String login = host + "/api/csc-szls-system-manage/public/login";
|
|
32
|
30
|
// 注销登录
|
|
33
|
|
- public static final String logout = host + "/csc-szls-system-manage/public/logout";
|
|
|
31
|
+ public static final String logout = host + "/api/csc-szls-system-manage/public/logout";
|
|
34
|
32
|
|
|
35
|
33
|
// 新增用户
|
|
36
|
|
- public static final String user_add = host + "/csc-szls-system-manage/user/authority_button/add";
|
|
|
34
|
+ public static final String user_add = host + "/api/csc-szls-system-manage/user/authority_button/add";
|
|
37
|
35
|
|
|
38
|
36
|
|
|
39
|
37
|
/****************** 库 ******************/
|
|
40
|
38
|
// 库组织架构树
|
|
41
|
|
- public static final String depot_multi_list = host + "/csc-szls-system-manage/basicsDepot/authority/getAll";
|
|
|
39
|
+ public static final String depot_multi_list = host + "/api/csc-szls-system-manage/basicsDepot/authority/getAll";
|
|
42
|
40
|
// 库字典
|
|
43
|
|
- public static final String depot_dictionary = host + "/csc-szls-system-manage/basicsDepot/authority/getAllMAP";
|
|
|
41
|
+ public static final String depot_dictionary = host + "/api/csc-szls-system-manage/basicsDepot/authority/getAllMAP";
|
|
44
|
42
|
|
|
45
|
43
|
|
|
46
|
44
|
/****************** 仓房 ******************/
|
|
47
|
45
|
// 仓房列表
|
|
48
|
|
- public static final String house_list = host + "/csc-szls-system-manage/basicsWarehouse/authority/getDepotAll";
|
|
|
46
|
+ public static final String house_list = host + "/api/csc-szls-system-manage/basicsWarehouse/authority/getDepotAll";
|
|
49
|
47
|
// 仓房信息
|
|
50
|
|
- public static final String house_detail = host + "/csc-szls-system-manage/basicsWarehouse/authority/getById";
|
|
|
48
|
+ public static final String house_detail = host + "/api/csc-szls-system-manage/basicsWarehouse/authority/getById";
|
|
51
|
49
|
// 仓房信息 修改
|
|
52
|
|
- public static final String house_update = host + "/csc-szls-system-manage/basicsWarehouse/authority_button/update";
|
|
|
50
|
+ public static final String house_update = host + "/api/csc-szls-system-manage/basicsWarehouse/authority_button/update";
|
|
53
|
51
|
// 仓房字典
|
|
54
|
|
- public static final String house_dictionary = host + "/csc-szls-system-manage/basicsWarehouse/authority/getAllMAP";
|
|
|
52
|
+ public static final String house_dictionary = host + "/api/csc-szls-system-manage/basicsWarehouse/authority/getAllMAP";
|
|
55
|
53
|
|
|
56
|
54
|
|
|
57
|
55
|
/****************** 人员 ******************/
|
|
58
|
56
|
// 人员树
|
|
59
|
|
- public static final String person_tree = host + "/csc-szls-system-manage/sysPersonnel/authority/getByDepotId";
|
|
|
57
|
+ public static final String person_tree = host + "/api/csc-szls-system-manage/sysPersonnel/authority/getByDepotId";
|
|
60
|
58
|
// 人员详情
|
|
61
|
|
- public static final String person_detail = host + "/csc-szls-system-manage/sysPersonnel/authority/getById";
|
|
|
59
|
+ public static final String person_detail = host + "/api/csc-szls-system-manage/sysPersonnel/authority/getById";
|
|
62
|
60
|
// 人员详情 仓房id
|
|
63
|
|
- public static final String person_detail_by_house = host + "/csc-szls-system-manage/sysPersonnel/authority/getByWarehouseId";
|
|
|
61
|
+ public static final String person_detail_by_house = host + "/api/csc-szls-system-manage/sysPersonnel/authority/getByWarehouseId";
|
|
64
|
62
|
// 人员字典
|
|
65
|
|
- public static final String person_dictionary = host + "/csc-szls-system-manage/user/authority/getAll";
|
|
|
63
|
+ public static final String person_dictionary = host + "/api/csc-szls-system-manage/user/authority/getAll";
|
|
66
|
64
|
|
|
67
|
65
|
|
|
68
|
66
|
/****************** 部门 ******************/
|
|
69
|
67
|
// 部门字典
|
|
70
|
|
- public static final String department_dictionary = host + "/csc-szls-system-manage/sysDepartment/authority/getAllMAP";
|
|
|
68
|
+ public static final String department_dictionary = host + "/api/csc-szls-system-manage/sysDepartment/authority/getAllMAP";
|
|
71
|
69
|
|
|
72
|
70
|
|
|
73
|
71
|
/****************** 粮情检查 ******************/
|
|
74
|
72
|
// 粮情检查记录
|
|
75
|
|
- public static final String grain_check_list = host + "/csc-szls-business/grainConditionRecord/authority/getPage";
|
|
|
73
|
+ public static final String grain_check_list = host + "/api/csc-szls-business/grainConditionRecord/authority/getPage";
|
|
76
|
74
|
// 粮情检查字典
|
|
77
|
|
- public static final String grain_check_dictionary = host + "/csc-szls-business/grainManageDictionary/authority/getPage";
|
|
|
75
|
+ public static final String grain_check_dictionary = host + "/api/csc-szls-business/grainManageDictionary/authority/getPage";
|
|
78
|
76
|
// 粮情检查新增
|
|
79
|
|
- public static final String grain_check_add = host + "/csc-szls-business/grainConditionRecord/authority_button/add";
|
|
|
77
|
+ public static final String grain_check_add = host + "/api/csc-szls-business/grainConditionRecord/authority_button/add";
|
|
80
|
78
|
// 粮情检查修改
|
|
81
|
|
- public static final String grain_check_update = host + "/csc-szls-business/grainConditionRecord/authority_button/update";
|
|
|
79
|
+ public static final String grain_check_update = host + "/api/csc-szls-business/grainConditionRecord/authority_button/update";
|
|
82
|
80
|
|
|
83
|
81
|
|
|
84
|
82
|
/****************** 机械通风 ******************/
|
|
85
|
83
|
// 机械通风列表
|
|
86
|
|
- public static final String process_list = host + "/csc-szls-business/ventilation/processAudit/getPage";
|
|
|
84
|
+ public static final String process_list = host + "/api/csc-szls-business/ventilation/processAudit/getPage";
|
|
87
|
85
|
// 机械通风初始化流程
|
|
88
|
|
- public static final String process_all = host + "/csc-szls-business/ventilation/processMain/getAllProcess";
|
|
|
86
|
+ public static final String process_all = host + "/api/csc-szls-business/ventilation/processMain/getAllProcess";
|
|
89
|
87
|
// 新增机械通风
|
|
90
|
|
- public static final String process_add = host + "/csc-szls-business/ventilation/processAudit/add";
|
|
|
88
|
+ public static final String process_add = host + "/api/csc-szls-business/ventilation/processAudit/add";
|
|
91
|
89
|
// 修改机械通风
|
|
92
|
|
- public static final String process_update = host + "/csc-szls-business/ventilation/processAudit/detailsAdd";
|
|
|
90
|
+ public static final String process_update = host + "/api/csc-szls-business/ventilation/processAudit/detailsAdd";
|
|
93
|
91
|
// 机械通风审批
|
|
94
|
|
- public static final String process_audit = host + "/csc-szls-business/ventilation/processAudit/audit";
|
|
|
92
|
+ public static final String process_audit = host + "/api/csc-szls-business/ventilation/processAudit/audit";
|
|
95
|
93
|
// 机械通风详情
|
|
96
|
|
- public static final String process_detail = host + "/csc-szls-business/ventilation/processAudit/getDataByProcessId";
|
|
|
94
|
+ public static final String process_detail = host + "/api/csc-szls-business/ventilation/processAudit/getDataByProcessId";
|
|
97
|
95
|
|
|
98
|
96
|
// 审批流程
|
|
99
|
|
- public static final String approve_all = host + "/csc-szls-business/ventilation/processBasis/getBasisByType";
|
|
|
97
|
+ public static final String approve_all = host + "/api/csc-szls-business/ventilation/processBasis/getBasisByType";
|
|
100
|
98
|
|
|
101
|
99
|
/****************** 待办 ******************/
|
|
102
|
100
|
// 待办 已发起
|
|
103
|
|
- public static final String todo_apply_list = host + "/csc-szls-business/ventilation/processAudit/applyList";
|
|
|
101
|
+ public static final String todo_apply_list = host + "/api/csc-szls-business/ventilation/processAudit/applyList";
|
|
104
|
102
|
// 待办 待处理
|
|
105
|
|
- public static final String todo_list = host + "/csc-szls-business/ventilation/processAudit/toDisposeList";
|
|
|
103
|
+ public static final String todo_list = host + "/api/csc-szls-business/ventilation/processAudit/toDisposeList";
|
|
106
|
104
|
// 待办 已处理
|
|
107
|
|
- public static final String todo_finish_list = host + "/csc-szls-business/ventilation/processAudit/completeList";
|
|
|
105
|
+ public static final String todo_finish_list = host + "/api/csc-szls-business/ventilation/processAudit/completeList";
|
|
108
|
106
|
|
|
109
|
107
|
/****************** 通知 ******************/
|
|
110
|
108
|
// 通知列表
|
|
111
|
|
- public static final String notice_list = host + "/csc-szls-message/sysNoticeUser/authority/getPage";
|
|
|
109
|
+ public static final String notice_list = host + "/api/csc-szls-message/sysNoticeUser/authority/getPage";
|
|
112
|
110
|
|
|
113
|
111
|
|
|
114
|
112
|
}
|