Commit ffcbc061 by 周晓航

卖券新增extinfo 字段维护

Signed-off-by: 周晓航 <xiaohang.zhou@freemud.com>
parent 3c183714
......@@ -152,7 +152,7 @@ public class WeChatLiveMsgHandle {
// 调用失败
return ResponseUtil.error(ResponseResult.SYSTEM_BUSINESS_ERROR.getCode(), "错误码" + ResponseResult.SYSTEM_BUSINESS_ERROR.getCode() + ",创建视频号订单异常,请稍后再试。");
}
if ("0".equals(weChatBaseResponse.getErrcode())) {
if ("0".equals(agResponse.getErrcode())) {
// 调用成功
OrderCreateResponseVO data = agResponse.getData();
WeChatReportVO weChatReportVO = new WeChatReportVO(requestVO, data);
......
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