提交 a8a66bf1 authored 作者: huningning's avatar huningning

调整支付回传数据格式

上级 cf2e6eba
......@@ -50,7 +50,7 @@ public class PaymentServiceImpl implements PaymentService {
public static final String OLD_CLX_HOST = "https://api.clxkj.cn:8088";
//回调地址
public static final String NOTIFY_HOST = "https://gateway.testclx.cn";
public static final String NOTIFY_URL = "/msl-performance/payment/notify/userPayNotify";
public static final String NOTIFY_URL = "/clx-performance/payment/notify/userPayNotify";
@Override
public Result paymentWallet(Integer fromUser, Integer toUser, Integer figure, String tradeNo, Integer id) {
......
......@@ -43,7 +43,7 @@ public class TempServiceImpl implements TempService {
Integer.valueOf(fromUser),
Integer.valueOf(toUser),
Integer.valueOf(figure),
UUID.randomUUID().toString(),
UUID.randomUUID().toString().replaceAll("-", ""),
999);
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论