Commit 321543d5 authored by 杨钧's avatar 杨钧

修改回url

parent 49664217
......@@ -16,7 +16,7 @@ import java.util.Map;
* Created by WeiWei on 2019/8/12.
*/
@Component
@FeignClient(name = "XYQBCenter", url = "http://api-ka3.liangkebang.net", fallback = XYQBCenter.Fallback.class)
@FeignClient(name = "XYQBCenter", url = "${api.http}", fallback = XYQBCenter.Fallback.class)
public interface XYQBCenter {
@PostMapping(value = "/ex/paycenter/pay_notify", consumes = "application/x-www-form-urlencoded")
......
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