Commit 9a1a0f0d authored by jiaorz's avatar jiaorz

会员订单禁用

parent 1abac7c9
......@@ -54,9 +54,7 @@ public class OrderMemberController extends BaseController<OrderMemberDetailBiz,
// //查询优惠券
// orderMemberService.createOrder(bo);
// return ObjectRestResponse.succ(bo.getOrder());
return ObjectRestResponse.createFailedResult(ResultCode.FAILED_CODE, "弹窗名头:温馨提示\n" +
"文案:为了更好地提供会员服务,接下来由客服专员为您服务~\n" +
"按钮:前往(点击跳转客服列表页面)");
return ObjectRestResponse.createFailedResult(ResultCode.FAILED_CODE, "为了更好地为您提供会员服务,请联系在线客服(或拨打客服电话:4000-369-369)");
}
/**
......
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