Commit f074ae31 by yuanyuan.jing

支持储值卡状态查询,从svc查询

parent 9f892996
...@@ -13,7 +13,7 @@ import java.util.List; ...@@ -13,7 +13,7 @@ import java.util.List;
/** /**
* @author yuanyuan.jing * @author yuanyuan.jing
*/ */
@FeignClient(name = "customer-property-service", url = "${member.property.baseUrl:}") @FeignClient(name = "customer-property-service", url = "${customer.property.service.url:}")
@RequestMapping(produces = {"application/json;charset=UTF-8"}) @RequestMapping(produces = {"application/json;charset=UTF-8"})
public interface CustomerPropertyClient { public interface CustomerPropertyClient {
......
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