sgd521 il y a 2 ans
Parent
commit
6a2d5e6e56
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      app/data/controller/api/business/User.php

+ 2 - 0
app/data/controller/api/business/User.php

@@ -46,6 +46,7 @@ class User extends Auth
      * @Param ("title",desc="反馈标题")
      * @Param ("content",desc="反馈内容")
      * @Param ("image",desc="图片")
+     * @Param ("phone",desc="联系方式")
      * @return void
      */
     public function feedback(){
@@ -107,6 +108,7 @@ class User extends Auth
      * @Param ("title",desc="反馈标题")
      * @Param ("content",desc="反馈内容")
      * @Param ("image",desc="图片")
+     * @Param ("phone",desc="联系方式")
      * @return void
      */
     public function save_feedback(){