记得上下班打卡 | git大法好,push需谨慎

Commit 0a98d5e4 authored by 胡佳晨's avatar 胡佳晨

提交 测试

parent 6221ffb1
...@@ -20,7 +20,7 @@ public class GoblinPayInnerResultVo implements Serializable, Cloneable { ...@@ -20,7 +20,7 @@ public class GoblinPayInnerResultVo implements Serializable, Cloneable {
private BigDecimal price; private BigDecimal price;
private Object payData; private Object payData;
private String msg; private String msg;
private List<String> orderIdList; private List<String> orderCodeList;
public String getMsg() { public String getMsg() {
return msg == null ? "" : msg; return msg == null ? "" : msg;
......
...@@ -154,7 +154,7 @@ public class GoblinOrderServiceImpl implements IGoblinOrderService { ...@@ -154,7 +154,7 @@ public class GoblinOrderServiceImpl implements IGoblinOrderService {
// throw new Exception("参数异常"); // throw new Exception("参数异常");
} }
ResponseDto<GoblinPayInnerResultVo> data = payOrder(preParam, orderSqlParams, uid); ResponseDto<GoblinPayInnerResultVo> data = payOrder(preParam, orderSqlParams, uid);
data.getData().setOrderIdList(orderCodeList); data.getData().setOrderCodeList(orderCodeList);
log.info(UserPathDto.setData("下单(唤起支付)", param, data)); log.info(UserPathDto.setData("下单(唤起支付)", param, data));
return data; return data;
} catch (Exception e) { } catch (Exception e) {
......
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