Commit 710f5e26 by 程裕兵

feat:get merchant

parent dacd4285
......@@ -100,7 +100,7 @@ public class PayConvert {
.goods(params.getGoods())
.remark(params.getRemark())
.existRelatedTrans(false)
.extra(JSON.toJSONString(params.getExtra()))
.extra(JSON.toJSONString(Optional.ofNullable(params.getExtra()).orElse(new JSONObject())))
.tradingTime(new Date())
.createTime(new Date())
.updateTime(new Date())
......
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