Commit 8f71dd61 by cuiliang.shi

我这边生产域名确定 https://vserve.hfsic.com/phone_baihe/[method]

1 parent b01b09d4
......@@ -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() {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!