Commit 28fbe315 by ping.wu

Merge branches 'develop' and 'feature/20191225_扫脸支付_wuping' of…

Merge branches 'develop' and 'feature/20191225_扫脸支付_wuping' of http://gitlab.freemud.com/order-group-application/order-group into develop
parents 226a4e5b 95c786d5
...@@ -19,7 +19,7 @@ import org.springframework.web.bind.annotation.PostMapping; ...@@ -19,7 +19,7 @@ import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestMapping;
//券活动测试 地址:http://115.159.65.101:8003 线上 http://10.51.0.7:8003 //券活动测试 地址:http://115.159.65.101:8003 线上 http://10.51.0.7:8003
@FeignClient(name = "ACTIVITY", url = "${saas.activityclient.feign.url}") @FeignClient(name = "promotion-service", url = "${saas.activityclient.feign.url}")
@RequestMapping(produces = {"application/json;charset=UTF-8"}) @RequestMapping(produces = {"application/json;charset=UTF-8"})
public interface ActivityClient { public interface ActivityClient {
......
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