chenqp 1 year ago
parent
commit
005e849173
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Service/Box/BoxService.php

+ 1 - 1
app/Service/Box/BoxService.php

@@ -72,7 +72,7 @@ class BoxService extends Service
         //限制频率
         $limit_key = $this->lock_key;
         list($status,$msg) = $this->limitingSendRequestBackgNeed($limit_key);
-        if(! $status) return [false, '正生成包装数据,以及用友数据,请稍后操作!'];
+        if(! $status) return [false, '正生成包装数据,以及用友数据,请稍后操作!'];
 
         try{
             DB::beginTransaction();