Commit efd789de by 程裕兵

feat:studioName

parent aafbd6ee
......@@ -284,6 +284,7 @@ public class PayConvert {
public static PayEvent convertEvent(PayRequest request, PayVO vo) {
return PayEvent.builder()
.id(Long.parseLong(request.getTransNo()))
.amount(request.getAmount())
.transNo(request.getTransNo())
.channelNo(request.getChannelNo())
.merchantId(request.getMerchantId())
......
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