|
@@ -40,7 +40,7 @@ public class CallbackController {
|
|
String channelType = json.getString("channelType");
|
|
String channelType = json.getString("channelType");
|
|
if (channelType.equals("jiaoyang")) {
|
|
if (channelType.equals("jiaoyang")) {
|
|
logger.info("骄阳回调开始");
|
|
logger.info("骄阳回调开始");
|
|
- result = HttpUtils.httpGet("http://192.168.1.8:8805/jeecg-boot/kuaishou", map, null);
|
|
|
|
|
|
+ result = HttpUtils.httpGet("http://118.24.244.213:8805/jeecg-boot/kuaishou", map, null);
|
|
|
|
|
|
} else {
|
|
} else {
|
|
logger.info("有腾回调开始");
|
|
logger.info("有腾回调开始");
|