1
fei.wang
2025-03-07 1b6a3e58e8d3f9a4a56810b5433e28230fe8f3bb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
const http = uni.$u.http
 
//登录
export const loginApi = (data) => http.post('/api/wx/login', data, {
    custom: {
        auth: false,
    }
})
 
 
export const updateTagApi = (data) => http.post('/api/wx/updateTagApi',data, {
 
})
 
export const getBaseGPSCesium = (params) => http.get('/api/wx/getBaseGPSCesium', {
    params: params
})
 
 
export const getGPSCesium = (params) => http.get('/api/wx/getGPSCesium', {
        params: params
})
 
 
 
 
export const getGPS = (params) => http.get('/api/wx/getGPS', {
    params: params
})
 
export const MarsHome = () => http.post('/api/wx/MarsHome', {
    
})
 
 
export const moreprocessingWarn = (data) => http.post('/api/wx/moreprocessingWarn', data)
 
export const processingWarn = (data) => http.post('/api/wx/processingWarn', data)
 
export const submitper = (data) => http.post('/api/wx/submitper', data)
 
export const updatedatasource = (data) => http.put('/api/wx/updatedatasource', data)
 
export const updateFence = (data) => http.post('/api/wx/updateFence', data)
 
export const addpicqwe = (data) => http.post('/api/wx/addpicqwe', data)
 
export const ShouDongKaiSuo = (data) => http.post('/api/wx/ShouDongKaiSuo', data)
 
 
 
export const findBaiDuGuiJi = (params) => http.get('/api/wx/findBaiDuGuiJi', {
    params: params
})
 
export const findtagIdPerson = (params) => http.get('/api/wx/findtagIdPerson', {
    params: params
})
 
findtagIdPerson
 
export const deleFence = (params) => http.get('/api/wx/deleFence', {
    params: params
})
 
export const findTbUpapp = (params) => http.get('/api/wx/findTbUpapp', {
    params: params
})
 
export const findFakagui = (params) => http.get('/api/wx/findFakagui', {
    params: params
})
 
export const findFakaTag = (params) => http.get('/api/wx/findFakaTag', {
    params: params
})
 
 
 
 
export const sms = (params) => http.get('/api/wx/sms', {
    params: params
})
 
export const findAllFence = (params) => http.get('/api/wx/findAllFence', {
    params: params
})
 
export const findFakaji = (params) => http.get('/api/wx/findFakaji', {
    params: params
})
 
export const undateFaka = (params) => http.get('/api/wx/undateFaka', {
    params: params
})
 
 
 
export const findwarning = (params) => http.get('/api/wx/findwarning', {
    params: params
})
 
export const findAchor = (params) => http.get('/api/wx/findAchor', {
    params: params
})
 
export const findTag = (params) => http.get('/api/wx/findTag', {
    params: params
})
 
export const findFence = (params) => http.get('/api/wx/findFence', {
    params: params
})
 
export const acquisition = (params) => http.get('/api/wx/acquisition', {
    params: params
})
 
 
export const FenceKaiQi = (params) => http.get('/api/wx/FenceKaiQi', {
    params: params
})
 
export const FenceGuanBi = (params) => http.get('/api/wx/FenceGuanBi', {
    params: params
})
 
 
// findwarning
 
export const earlyWarning = () => http.get('/api/wx/earlyWarning', {
    params: {}
})
 
export const findbumen = () => http.get('/api/wx/findbumen', {
    params: {}
})
 
 
 
export const findWarningNum = () => http.get('/api/wx/findWarningNum', {
    params: {}
})
 
export const checkLogin = (token) => http.get('/api/wx/checkLogin', {
    params: {
        token: token
    }
})
 
 
// /api/wx/findPerson
//我的
export const findPerson = (params) => http.get('/api/wx/findPerson', {
    params:params
})