|
@@ -784,6 +784,9 @@ public class CmsOrderController {
|
|
|
return GatewayResponse.SUCCESS.newBuilder().toResult(search);
|
|
return GatewayResponse.SUCCESS.newBuilder().toResult(search);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+ /**
|
|
|
|
|
+ * 设置订单客服
|
|
|
|
|
+ */
|
|
|
@PutMapping("/set/service")
|
|
@PutMapping("/set/service")
|
|
|
public Result<String> setOrderCustomerService(@RequestBody OrderDonCustomerServiceRelate relate) {
|
|
public Result<String> setOrderCustomerService(@RequestBody OrderDonCustomerServiceRelate relate) {
|
|
|
try {
|
|
try {
|