Commit 3eb80e9b by guojuxing

添加todo

parent 0461d395
......@@ -31,6 +31,7 @@ public class AsynCallbackUtils {
public static void callBack(Object obj, String interfaceUrl, String method) {
logger.info("转账审批回调:{},接口路径:{},接口方法名称:{}" ,JSONObject.toJSONString(obj), interfaceUrl, method);
RegistryConfig registry = new RegistryConfig();
//todo 上线修改zookeeper地址
registry.setAddress("zookeeper://10.105.220.75:2199");
registry.setCheck(false);
ReferenceConfig<GenericService> reference = new ReferenceConfig<>();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment