1、查询用户去掉链接

This commit is contained in:
dxc
2021-03-23 20:20:35 +08:00
parent 7efb907b0d
commit 54981e39dd

View File

@ -12,7 +12,7 @@ import org.springframework.web.bind.annotation.RequestParam;
* @author daixc * @author daixc
* @date 2021/02/27 * @date 2021/02/27
*/ */
@FeignClient(value = "${mconfig.service-price-usercenter}",url = "http://10.242.31.158:8100/core-service-usercenter-public/") @FeignClient(value = "${mconfig.service-price-usercenter}")
public interface UsercenterApi { public interface UsercenterApi {
/** /**