Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
石璀亮
/
agenew_a16_sos
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 8f71dd61
authored
Jul 22, 2019
by
cuiliang.shi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
我这边生产域名确定
https://vserve.hfsic.com/phone_baihe/[method]
1 parent
b01b09d4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
app/src/main/java/com/toscl/location/hengfeng/api/IotApi.java
app/src/main/java/com/toscl/location/hengfeng/api/IotApi.java
View file @
8f71dd6
...
...
@@ -73,15 +73,15 @@ public class IotApi {
}
public
static
void
hengfeng_service_apply
(
JSONObject
requestContent
,
IotNetApiCallback
callback
)
{
post
(
"https://
api.vserve365
.com/phone_baihe/open"
,
requestContent
.
toString
(),
callback
);
post
(
"https://
vserve.hfsic
.com/phone_baihe/open"
,
requestContent
.
toString
(),
callback
);
}
public
static
void
hengfeng_service_post
(
JSONObject
requestContent
,
IotNetApiCallback
callback
)
{
post
(
"https://
api.vserve365
.com/phone_baihe/position"
,
requestContent
.
toString
(),
callback
);
post
(
"https://
vserve.hfsic
.com/phone_baihe/position"
,
requestContent
.
toString
(),
callback
);
}
public
static
void
hengfeng_service_setting
(
JSONObject
requestContent
,
IotNetApiCallback
callback
)
{
post
(
"https://
api.vserve365
.com/phone_baihe/config"
,
requestContent
.
toString
(),
callback
);
post
(
"https://
vserve.hfsic
.com/phone_baihe/config"
,
requestContent
.
toString
(),
callback
);
}
private
static
Interceptor
sTokenInterceptor
=
new
Interceptor
()
{
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment