Browse Source

交易记录

lyh 2 years ago
parent
commit
19ec48deed
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/Services/Api/TradeService.php

+ 1 - 0
app/Services/Api/TradeService.php

@@ -325,6 +325,7 @@ class TradeService extends BaseService
 
         // 交易订单记录
         $info = $this->getInfo($params['id']);
+        return ['info'=>$info]
         if ($info['status'] != 1) {
             $this->error = 1003;
             return false;