|  | @@ -264,7 +264,7 @@
 | 
											
												
													
														|  |   * @apiParam {String} signature signature
 |  |   * @apiParam {String} signature signature
 | 
											
												
													
														|  |   * @apiParam {Number} id 图文id
 |  |   * @apiParam {Number} id 图文id
 | 
											
												
													
														|  |   *
 |  |   *
 | 
											
												
													
														|  | - * @apiSuccess {Object[]} info 更多图文等数据
 |  | 
 | 
											
												
													
														|  | 
 |  | + * @apiSuccess {Object[]} info 图文数据
 | 
											
												
													
														|  |   * @apiSuccess {String}   info.id 
 |  |   * @apiSuccess {String}   info.id 
 | 
											
												
													
														|  |   * @apiSuccess {String}   info.name 名称
 |  |   * @apiSuccess {String}   info.name 名称
 | 
											
												
													
														|  |   * @apiSuccess {String}   info.pic_cover 图片
 |  |   * @apiSuccess {String}   info.pic_cover 图片
 | 
											
										
											
												
													
														|  | @@ -280,6 +280,13 @@
 | 
											
												
													
														|  |   * @apiSuccess {String}   info.function 开启的功能,这是一个字符串,用逗号隔开的,1代表显示浏览量,2代表显示评论,3代表显示喜欢,4代表显示邀请阅读,如值为1,2,3,则显示浏览量、评论、喜欢,不显示邀请阅读
 |  |   * @apiSuccess {String}   info.function 开启的功能,这是一个字符串,用逗号隔开的,1代表显示浏览量,2代表显示评论,3代表显示喜欢,4代表显示邀请阅读,如值为1,2,3,则显示浏览量、评论、喜欢,不显示邀请阅读
 | 
											
												
													
														|  |   * @apiSuccess {String}   info.content 内容
 |  |   * @apiSuccess {String}   info.content 内容
 | 
											
												
													
														|  |   * @apiSuccess {String}   info.content_array 数组内容,请使用该字段循环
 |  |   * @apiSuccess {String}   info.content_array 数组内容,请使用该字段循环
 | 
											
												
													
														|  | 
 |  | + *
 | 
											
												
													
														|  | 
 |  | + * @apiSuccess {Object[]} comment 评论列表
 | 
											
												
													
														|  | 
 |  | + * @apiSuccess {String}   comment.id 
 | 
											
												
													
														|  | 
 |  | + * @apiSuccess {String}   comment.username 用户名
 | 
											
												
													
														|  | 
 |  | + * @apiSuccess {String}   comment.avatar 头像
 | 
											
												
													
														|  | 
 |  | + * @apiSuccess {String}   comment.content 内容
 | 
											
												
													
														|  | 
 |  | + * @apiSuccess {String}   comment.cdate 时间
 | 
											
												
													
														|  |   */
 |  |   */
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |  /**
 |  |  /**
 | 
											
										
											
												
													
														|  | @@ -293,7 +300,43 @@
 | 
											
												
													
														|  |   * @apiParam {String} signature signature
 |  |   * @apiParam {String} signature signature
 | 
											
												
													
														|  |   * @apiParam {Number} id 视频id
 |  |   * @apiParam {Number} id 视频id
 | 
											
												
													
														|  |   *
 |  |   *
 | 
											
												
													
														|  | - * @apiSuccess {Object[]} info 更多图文等数据
 |  | 
 | 
											
												
													
														|  | 
 |  | + * @apiSuccess {Object[]} info 视频数据
 | 
											
												
													
														|  | 
 |  | + * @apiSuccess {String}   info.id 
 | 
											
												
													
														|  | 
 |  | + * @apiSuccess {String}   info.name 名称
 | 
											
												
													
														|  | 
 |  | + * @apiSuccess {String}   info.pic_cover 图片
 | 
											
												
													
														|  | 
 |  | + * @apiSuccess {String}   info.type 类型,参考公共参数中的类型设置说明中的type说明,根据它生成path
 | 
											
												
													
														|  | 
 |  | + * @apiSuccess {String}   info.pdate 时间
 | 
											
												
													
														|  | 
 |  | + * @apiSuccess {String}   info.num_view 浏览量
 | 
											
												
													
														|  | 
 |  | + * @apiSuccess {String}   info.num_up 点赞量
 | 
											
												
													
														|  | 
 |  | + * @apiSuccess {String}   info.num_comment 评论量
 | 
											
												
													
														|  | 
 |  | + * @apiSuccess {String}   info.share_yes 是否显示分享按钮 1显示 2不显示
 | 
											
												
													
														|  | 
 |  | + * @apiSuccess {String}   info.share_title 分享标题
 | 
											
												
													
														|  | 
 |  | + * @apiSuccess {String}   info.share_pic 分享图片
 | 
											
												
													
														|  | 
 |  | + * @apiSuccess {String}   info.share_content 分享内容
 | 
											
												
													
														|  | 
 |  | + * @apiSuccess {String}   info.function 开启的功能,这是一个字符串,用逗号隔开的,1代表显示浏览量,2代表显示评论,3代表显示喜欢,4代表显示邀请阅读,如值为1,2,3,则显示浏览量、评论、喜欢,不显示邀请阅读
 | 
											
												
													
														|  | 
 |  | + * @apiSuccess {String}   info.content 内容
 | 
											
												
													
														|  | 
 |  | + *
 | 
											
												
													
														|  | 
 |  | + *
 | 
											
												
													
														|  | 
 |  | + * @apiSuccess {Object[]} comment 评论列表
 | 
											
												
													
														|  | 
 |  | + * @apiSuccess {String}   comment.id 
 | 
											
												
													
														|  | 
 |  | + * @apiSuccess {String}   comment.username 用户名
 | 
											
												
													
														|  | 
 |  | + * @apiSuccess {String}   comment.avatar 头像
 | 
											
												
													
														|  | 
 |  | + * @apiSuccess {String}   comment.content 内容
 | 
											
												
													
														|  | 
 |  | + * @apiSuccess {String}   comment.cdate 时间
 | 
											
												
													
														|  | 
 |  | + */
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +/**
 | 
											
												
													
														|  | 
 |  | + * @api {get} wonderful/main/?l=view.live 查看直播内容
 | 
											
												
													
														|  | 
 |  | + * @apiVersion 1.0.0
 | 
											
												
													
														|  | 
 |  | + * @apiName view.live
 | 
											
												
													
														|  | 
 |  | + * @apiGroup Content
 | 
											
												
													
														|  | 
 |  | + *
 | 
											
												
													
														|  | 
 |  | + * @apiDescription 查看直播内容
 | 
											
												
													
														|  | 
 |  | + *
 | 
											
												
													
														|  | 
 |  | + * @apiParam {String} signature signature
 | 
											
												
													
														|  | 
 |  | + * @apiParam {Number} id 视频id
 | 
											
												
													
														|  | 
 |  | + *
 | 
											
												
													
														|  | 
 |  | + * @apiSuccess {Object[]} info 直播数据
 | 
											
												
													
														|  |   * @apiSuccess {String}   info.id 
 |  |   * @apiSuccess {String}   info.id 
 | 
											
												
													
														|  |   * @apiSuccess {String}   info.name 名称
 |  |   * @apiSuccess {String}   info.name 名称
 | 
											
												
													
														|  |   * @apiSuccess {String}   info.pic_cover 图片
 |  |   * @apiSuccess {String}   info.pic_cover 图片
 | 
											
										
											
												
													
														|  | @@ -308,4 +351,76 @@
 | 
											
												
													
														|  |   * @apiSuccess {String}   info.share_content 分享内容
 |  |   * @apiSuccess {String}   info.share_content 分享内容
 | 
											
												
													
														|  |   * @apiSuccess {String}   info.function 开启的功能,这是一个字符串,用逗号隔开的,1代表显示浏览量,2代表显示评论,3代表显示喜欢,4代表显示邀请阅读,如值为1,2,3,则显示浏览量、评论、喜欢,不显示邀请阅读
 |  |   * @apiSuccess {String}   info.function 开启的功能,这是一个字符串,用逗号隔开的,1代表显示浏览量,2代表显示评论,3代表显示喜欢,4代表显示邀请阅读,如值为1,2,3,则显示浏览量、评论、喜欢,不显示邀请阅读
 | 
											
												
													
														|  |   * @apiSuccess {String}   info.content 内容
 |  |   * @apiSuccess {String}   info.content 内容
 | 
											
												
													
														|  | - */
 |  | 
 | 
											
												
													
														|  | 
 |  | + *
 | 
											
												
													
														|  | 
 |  | + *
 | 
											
												
													
														|  | 
 |  | + * @apiSuccess {Object[]} comment 评论列表
 | 
											
												
													
														|  | 
 |  | + * @apiSuccess {String}   comment.id 
 | 
											
												
													
														|  | 
 |  | + * @apiSuccess {String}   comment.username 用户名
 | 
											
												
													
														|  | 
 |  | + * @apiSuccess {String}   comment.avatar 头像
 | 
											
												
													
														|  | 
 |  | + * @apiSuccess {String}   comment.content 内容
 | 
											
												
													
														|  | 
 |  | + * @apiSuccess {String}   comment.cdate 时间
 | 
											
												
													
														|  | 
 |  | + */
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +/**
 | 
											
												
													
														|  | 
 |  | + * @api {get} wonderful/main/?l=user.submit_up 点赞
 | 
											
												
													
														|  | 
 |  | + * @apiVersion 1.0.0
 | 
											
												
													
														|  | 
 |  | + * @apiName user.submit_up
 | 
											
												
													
														|  | 
 |  | + * @apiGroup UserAction
 | 
											
												
													
														|  | 
 |  | + *
 | 
											
												
													
														|  | 
 |  | + * @apiDescription 点赞
 | 
											
												
													
														|  | 
 |  | + *
 | 
											
												
													
														|  | 
 |  | + * @apiParam {String} signature signature
 | 
											
												
													
														|  | 
 |  | + * @apiParam {Number} type type类型
 | 
											
												
													
														|  | 
 |  | + * @apiParam {Number} id 当前的数据id
 | 
											
												
													
														|  | 
 |  | + *
 | 
											
												
													
														|  | 
 |  | + * @apiSuccess {String}  data ok
 | 
											
												
													
														|  | 
 |  | + */
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +/**
 | 
											
												
													
														|  | 
 |  | + * @api {get} wonderful/main/?l=user.submit_share 分享
 | 
											
												
													
														|  | 
 |  | + * @apiVersion 1.0.0
 | 
											
												
													
														|  | 
 |  | + * @apiName user.submit_share
 | 
											
												
													
														|  | 
 |  | + * @apiGroup UserAction
 | 
											
												
													
														|  | 
 |  | + *
 | 
											
												
													
														|  | 
 |  | + * @apiDescription 分享
 | 
											
												
													
														|  | 
 |  | + *
 | 
											
												
													
														|  | 
 |  | + * @apiParam {String} signature signature
 | 
											
												
													
														|  | 
 |  | + * @apiParam {Number} type type类型
 | 
											
												
													
														|  | 
 |  | + * @apiParam {Number} id 当前的数据id
 | 
											
												
													
														|  | 
 |  | + *
 | 
											
												
													
														|  | 
 |  | + * @apiSuccess {String}  data ok
 | 
											
												
													
														|  | 
 |  | + */
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +/**
 | 
											
												
													
														|  | 
 |  | + * @api {get} wonderful/main/?l=user.submit_share_reflux 分享回流
 | 
											
												
													
														|  | 
 |  | + * @apiVersion 1.0.0
 | 
											
												
													
														|  | 
 |  | + * @apiName user.submit_share_reflux
 | 
											
												
													
														|  | 
 |  | + * @apiGroup UserAction
 | 
											
												
													
														|  | 
 |  | + *
 | 
											
												
													
														|  | 
 |  | + * @apiDescription 分享回流
 | 
											
												
													
														|  | 
 |  | + *
 | 
											
												
													
														|  | 
 |  | + * @apiParam {String} signature signature
 | 
											
												
													
														|  | 
 |  | + * @apiParam {Number} type type类型
 | 
											
												
													
														|  | 
 |  | + * @apiParam {Number} id 当前的数据id
 | 
											
												
													
														|  | 
 |  | + * @apiParam {String} source_signature 回流的源用户id
 | 
											
												
													
														|  | 
 |  | + *
 | 
											
												
													
														|  | 
 |  | + * @apiSuccess {String}  data ok
 | 
											
												
													
														|  | 
 |  | + */
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +/**
 | 
											
												
													
														|  | 
 |  | + * @api {get} wonderful/main/?l=user.submit_comment 提交评论
 | 
											
												
													
														|  | 
 |  | + * @apiVersion 1.0.0
 | 
											
												
													
														|  | 
 |  | + * @apiName user.submit_comment
 | 
											
												
													
														|  | 
 |  | + * @apiGroup UserAction
 | 
											
												
													
														|  | 
 |  | + *
 | 
											
												
													
														|  | 
 |  | + * @apiDescription 提交评论
 | 
											
												
													
														|  | 
 |  | + *
 | 
											
												
													
														|  | 
 |  | + * @apiParam {String} signature signature
 | 
											
												
													
														|  | 
 |  | + * @apiParam {Number} type type类型
 | 
											
												
													
														|  | 
 |  | + * @apiParam {Number} id 当前的数据id
 | 
											
												
													
														|  | 
 |  | + * @apiParam {String} content 评论内容
 | 
											
												
													
														|  | 
 |  | + *
 | 
											
												
													
														|  | 
 |  | + * @apiSuccess {String}  data ok
 | 
											
												
													
														|  | 
 |  | + */
 | 
											
												
													
														|  | 
 |  | +
 |