java110
2021-06-28 25b217154933c77cf4c746c156f542a0bb4703e2
java110-interface/src/main/java/com/java110/intf/acct/IAccountBankInnerServiceSMO.java
@@ -1,4 +1,4 @@
package com.java110.intf;
package com.java110.intf.acct;
import com.java110.config.feign.FeignConfiguration;
import com.java110.dto.accountBank.AccountBankDto;
@@ -18,7 +18,7 @@
 * @Version 1.0
 * add by wuxw 2019/4/24
 **/
@FeignClient(name = "community-service", configuration = {FeignConfiguration.class})
@FeignClient(name = "acct-service", configuration = {FeignConfiguration.class})
@RequestMapping("/accountBankApi")
public interface IAccountBankInnerServiceSMO {