wupengfei il y a 2 ans
Parent
commit
b2599bc2d0
2 fichiers modifiés avec 3 ajouts et 6 suppressions
  1. 2 2
      .idea/workspace.xml
  2. 1 4
      application/api/controller/Mall.php

+ 2 - 2
.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/mall/view/store_goods/form.html" beforeDir="false" afterPath="$PROJECT_DIR$/application/mall/view/store_goods/form.html" 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" />
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -209,7 +209,7 @@
       <workItem from="1672102740019" duration="3380000" />
       <workItem from="1672186838373" duration="4384000" />
       <workItem from="1672274308370" duration="2131000" />
-      <workItem from="1672360556201" duration="3622000" />
+      <workItem from="1672360556201" duration="3746000" />
     </task>
     <servers />
   </component>

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

@@ -199,10 +199,7 @@ class Mall extends Base
      * @return name:desc type:string default:-- desc:商品简述(副标题)
      * @return name:low_price type:float default:-- desc:最低价格
      * @return name:max_price type:float default:-- desc:最高价格(下划线公用)
-     * @return name:low_seckill type:float default:-- desc:最低秒杀价格(有秒杀活动)
-     * @return name:low_group type:float default:-- desc:最低拼团价格(有拼团活动)
-     * @return name:low_discount type:float default:-- desc:最低折扣价格(有折扣活动)
-     * @return name:discount type:float default:-- desc:商品折扣(没有折扣为10,有折扣活动,例如75折,值为7.5)
+     * @return name:detail type:string default:-- desc:详情(富文本)
      * @return name:freight_type type:int default:-- desc:运费类型0固定金额,1运费模板
      * @return name:freight_id type:int default:-- desc:模板id(freight_type=1)
      * @return name:postage type:float default:-- desc:运费(freight_type=0)