Commit 84c1707d authored by suntao's avatar suntao

xyqb https 改成http

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