|
|
|
@@ -69,7 +69,7 @@ public class HaiKangWeiShiV3Util { |
|
|
|
String appKey = vp.getString("appKey"); |
|
|
|
String appSecret = vp.getString("appSecret"); |
|
|
|
ArtemisConfig config = new ArtemisConfig(); |
|
|
|
config.setHost("127.0.0.1"); // 代理API网关nginx服务器ip端口 |
|
|
|
config.setHost(vp.getString("host")); // 代理API网关nginx服务器ip端口 |
|
|
|
config.setAppKey(appKey); // 秘钥appkey |
|
|
|
config.setAppSecret(appSecret);// 秘钥appSecret |
|
|
|
return config; |
|
|
|
|