|
@@ -39,9 +39,11 @@ public class CallbackController {
|
|
|
map.put("state", state);
|
|
|
String channelType = json.getString("channelType");
|
|
|
if (channelType.equals("jiaoyang")) {
|
|
|
+ logger.info("骄阳回调开始");
|
|
|
result = HttpUtils.httpGet("http://192.168.1.8:8805/jeecg-boot/kuaishou", map, null);
|
|
|
|
|
|
} else {
|
|
|
+ logger.info("有腾回调开始");
|
|
|
result = HttpUtils.httpGet("http://129.28.197.250:8804/jeecg-boot/kuaishou", map, null);
|
|
|
}
|
|
|
} catch (Exception e) {
|