提交 164fe750 authored 作者: huningning's avatar huningning

增加转账接口

上级 01f9b67a
...@@ -7,7 +7,7 @@ import lombok.Getter; ...@@ -7,7 +7,7 @@ import lombok.Getter;
@AllArgsConstructor @AllArgsConstructor
public enum HttpEnum { public enum HttpEnum {
PERFORMANCE_PAY_CLX_PAYMENT(10000, "履约服务向老马上来发起钱包转账","/payment-service/payUserWalletTransfer"), PERFORMANCE_PAY_CLX_PAYMENT(10000, "履约服务向老马上来发起钱包转账","/payment-service/performance/payUserWalletTransfer"),
; ;
private final int code; private final int code;
......
...@@ -49,8 +49,8 @@ public class PaymentServiceImpl implements PaymentService { ...@@ -49,8 +49,8 @@ public class PaymentServiceImpl implements PaymentService {
// 请求地址 // 请求地址
public static final String OLD_CLX_HOST = "https://api.clxkj.cn:8088"; public static final String OLD_CLX_HOST = "https://api.clxkj.cn:8088";
//回调地址 //回调地址
public static final String NOTIFY_HOST = "/msl-performance/payment/notify/userPayNotify"; public static final String NOTIFY_HOST = "https://gateway.testclx.cn";
public static final String NOTIFY_URL = "https://gateway.testclx.cn"; public static final String NOTIFY_URL = "/msl-performance/payment/notify/userPayNotify";
@Override @Override
public Result paymentWallet(Integer fromUser, Integer toUser, Integer figure, String tradeNo, Integer id) { public Result paymentWallet(Integer fromUser, Integer toUser, Integer figure, String tradeNo, Integer id) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论