|
@@ -1,5 +1,6 @@
|
|
|
package com.ywt.outpatient.controllers;
|
|
|
|
|
|
+import com.ywt.biz.common.constant.GlobalConstants;
|
|
|
import com.ywt.biz.common.enums.PaymentChannelEnum;
|
|
|
import com.ywt.biz.common.enums.SexEnum;
|
|
|
import com.ywt.biz.common.enums.TerminalEnum;
|
|
@@ -52,7 +53,7 @@ public class TaiheRegisterController {
|
|
|
@DubboReference
|
|
|
private OfflineConsultingService offlineConsultingServiceBlockingStub;
|
|
|
|
|
|
- @DubboReference
|
|
|
+ @DubboReference(url = GlobalConstants.TAIHE_RPC_SERVICE_DUBBO_REFERENCE_URL, protocol = GlobalConstants.DUBBO_REFERENCE_PROTOCOL, check = false)
|
|
|
private TaiheRegisterService taiheRegisterServiceBlockingStub;
|
|
|
|
|
|
@DubboReference
|