|
@@ -853,7 +853,7 @@ public class AdminCustomerController {
|
|
|
// return new ResponseJson(505, "添加客诉发送短信失败,失败原因:" + result + "<br>客诉信息发送失败并不影响客诉添加。客诉编号为:"+ customerId, 505);
|
|
|
// }
|
|
|
}
|
|
|
- return new ResponseJson(200, "录入客诉成功!客诉编号:" + customerId + ",请前往Efast进行换货/退货操作。", 200);
|
|
|
+ return new ResponseJson(200, "录入客诉成功!客诉编号:" + customerId + ",请前往Efast进行换货/退货操作。", 200);
|
|
|
}
|
|
|
|
|
|
/**
|