wupengfei 2 years ago
parent
commit
7a74ea10a3
2 changed files with 2 additions and 2 deletions
  1. 1 2
      .idea/workspace.xml
  2. 1 0
      application/api/controller/Mall.php

+ 1 - 2
.idea/workspace.xml

@@ -2,7 +2,6 @@
 <project version="4">
   <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/Mall.php" beforeDir="false" afterPath="$PROJECT_DIR$/application/api/controller/Mall.php" afterDir="false" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
@@ -168,7 +167,7 @@
       <workItem from="1661430114608" duration="642000" />
       <workItem from="1661520525074" duration="602000" />
       <workItem from="1666054299858" duration="23137000" />
-      <workItem from="1666140525910" duration="5614000" />
+      <workItem from="1666140525910" duration="5640000" />
     </task>
     <servers />
   </component>

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

@@ -133,6 +133,7 @@ class Mall extends Base
      * @return name:item_list.sell_price type:float default:-- desc:售价
      * @return name:item_list.virtual type:int default:-- desc:虚拟销量
      * @return name:item_list.weight type:float default:-- desc:重量【kg】
+     * @return name:total_num type:int default:-- desc:总数
      */
     public function getGoodsList(){
         $all_cate = GoodsCate::field('id,title')->select()->toArray();