jialh
1 天以前 dd6687b118561100e1677e88a9c2f5842a54c531
java110-interface/src/main/java/com/java110/intf/store/ISmallWechatAttrInnerServiceSMO.java
@@ -1,7 +1,7 @@
package com.java110.intf.store;
import com.java110.config.feign.FeignConfiguration;
import com.java110.dto.smallWechatAttr.SmallWechatAttrDto;
import com.java110.dto.wechat.SmallWechatAttrDto;
import org.springframework.cloud.openfeign.FeignClient;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
@@ -17,7 +17,7 @@
 * @Version 1.0
 * add by wuxw 2019/4/24
 **/
@FeignClient(name = "${java110.store-service}", configuration = {FeignConfiguration.class})
@FeignClient(name = "store-service", configuration = {FeignConfiguration.class})
@RequestMapping("/smallWechatAttrApi")
public interface ISmallWechatAttrInnerServiceSMO {