|
@@ -40,6 +40,9 @@ public class CallbackController {
|
|
|
} else if (channelType.equals("jiaoyang")) {
|
|
|
logger.info("骄阳回调开始");
|
|
|
result = HttpUtils.httpGet("http://118.24.244.213:8805/jeecg-boot/kuaishou", map, null);
|
|
|
+ } else if (channelType.equals("youteng")) {
|
|
|
+ result = HttpUtils.httpGet("http://129.28.197.250:8804/jeecg-boot/kuaishou", map, null);
|
|
|
+
|
|
|
}
|
|
|
|
|
|
/* if (channelType.equals("jiaoyang")) {
|