Browse Source

锁定寄售

afa 7 months ago
parent
commit
b367837ec2
1 changed files with 1 additions and 2 deletions
  1. 1 2
      application/api/controller/Market.php

+ 1 - 2
application/api/controller/Market.php

@@ -71,12 +71,11 @@ class Market extends Api
         try {
 
             $marketLogic::setTransferLock($productTransfer, config('market_transfer.lock_time'), $params['transfer_id']);
-          
         } catch (Exception $e) {
             // 回滚事务
             $this->error($e->getMessage());
         }
-       
+        $this->success('ok');
     }