Przeglądaj źródła

wesmiler 抢表商城

APPLE 3 lat temu
rodzic
commit
7d1ccc4639
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      app/Services/Common/TradeService.php

+ 1 - 1
app/Services/Common/TradeService.php

@@ -698,7 +698,7 @@ class TradeService extends BaseService
             return false;
             return false;
         }
         }
 
 
-        if ($info['status'] != 3) {
+        if (!in_array($info['status'], [3,4])) {
             $this->error = 2053;
             $this->error = 2053;
             return false;
             return false;
         }
         }