|
|
@@ -287,7 +287,7 @@ public class STKController {
|
|
|
|
|
|
|
|
|
//请求数据 (接口地址根据测试环境与正式环境变更)
|
|
|
- String body = HttpRequest.post("http://10.67.2.187/api/oapigw/api/oapisvc/automicApi/"+apiCode)
|
|
|
+ String body = HttpRequest.post("https://192.168.2.179/api/oapigw/api/oapisvc/automicApi/"+apiCode)
|
|
|
.header("appid",appid) //请求头
|
|
|
.header("timestamp", timestamp)
|
|
|
.header("sign", sign)
|
|
|
@@ -358,7 +358,7 @@ public class STKController {
|
|
|
|
|
|
|
|
|
//请求数据 (接口地址根据测试环境与正式环境变更)
|
|
|
- String body = HttpRequest.post("http://10.67.2.187/api/oapigw/api/oapisvc/automicApi/"+apiCode)
|
|
|
+ String body = HttpRequest.post("https://192.168.2.179/api/oapigw/api/oapisvc/automicApi/"+apiCode)
|
|
|
.header("appid",appid) //请求头
|
|
|
.header("timestamp", timestamp)
|
|
|
.header("sign", sign)
|