|
@@ -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(){
|