wupengfei 2 years ago
parent
commit
5b06ad70b7
2 changed files with 4 additions and 3 deletions
  1. 3 3
      .idea/workspace.xml
  2. 1 0
      application/api/controller/Datum.php

+ 3 - 3
.idea/workspace.xml

@@ -3,7 +3,7 @@
   <component name="ChangeListManager">
     <list default="true" id="1a36929e-c054-4875-a943-593a74e55fa4" name="Default Changelist" comment="">
       <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/application/api/controller/Supplier.php" beforeDir="false" afterPath="$PROJECT_DIR$/application/api/controller/Supplier.php" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/application/api/controller/Datum.php" beforeDir="false" afterPath="$PROJECT_DIR$/application/api/controller/Datum.php" afterDir="false" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -251,7 +251,7 @@
       <workItem from="1678063982310" duration="24531000" />
       <workItem from="1678149106133" duration="24129000" />
       <workItem from="1678236784872" duration="19064000" />
-      <workItem from="1678322422199" duration="2717000" />
+      <workItem from="1678322422199" duration="5467000" />
     </task>
     <servers />
   </component>
@@ -445,7 +445,7 @@
         </line-breakpoint>
         <line-breakpoint enabled="true" type="php-line-method">
           <url>file://$PROJECT_DIR$/application/api/controller/Datum.php</url>
-          <line>678</line>
+          <line>679</line>
           <properties>
             <option name="className" value="\app\api\controller\Datum" />
             <option name="methodName" value="getDatumCollect" />

+ 1 - 0
application/api/controller/Datum.php

@@ -293,6 +293,7 @@ class Datum extends Base
      * @return name:switch_open type:int default:-- desc:通知开关【0关闭1开启】
      * @return name:praise_num type:int default:-- desc:点赞量
      * @return name:is_praise type:int default:-- desc:是否点赞
+     * @return name:is_down type:int default:-- desc:是否可以下载【0否1是】
      */
     public function getDatumItemInfo()
     {