dddmo hace 5 meses
padre
commit
d68085dd0d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/JsonRpc/OrderService.php

+ 1 - 1
app/JsonRpc/OrderService.php

@@ -683,7 +683,7 @@ class OrderService implements OrderServiceInterface
         }
         //
         if ($order == 0) {
-            return Result::error("订单id错误");
+            return Result::error("此订单不可删除");
         }
         return Result::success($order);
     }