afa 6 сар өмнө
parent
commit
98bada9ec9

+ 2 - 2
application/api/controller/User.php

@@ -70,7 +70,7 @@ class User extends Api
     }
 
     /**
-     * 获取Nft列表   
+     * 获取我的查询列表   
      * param int $type_id 0总览 1转让中 2已转让 3存储中 4已赠送 5已提货
      * @return void
      */
@@ -86,7 +86,7 @@ class User extends Api
     }
 
     /**
-     * 获取我的Nft列表   
+     * 获取我的查询详情
      * param int $type_id 0总览 1转让中 2已转让 3存储中 4已赠送 5已提货
      * @return void
      */

+ 1 - 1
application/api/logic/UserLogic.php

@@ -110,7 +110,7 @@ class UserLogic
 
 
       /**
-       * Nft搜索条件
+       * 我的茶权搜索条件
        * @return array
        */
       public static function getNftWhere(int $typeId, int $productId , object  $productOrder): array