e2

滴滴侠,fai抖

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

demo:

/**
     * @api {GET} /book/removeVolume.shtml 移除卷
     * @apiGroup Book
     * @apiVersion 1.0.0
     * @apiDescription 是否需要登录    : true    将卷从小说中移除
     * @apiParam {Long} volumeId 卷ID
     * @apiParamExample {json} 请求格式:
     *                支持格式  : json
     * @apiSuccess (200) {String} msg 操作返回结果
     * @apiSuccessExample {json} 返回成功样例:
     *                  {
     *                  msg : '删除成功'
     *                  }
     * @apiSuccess (201) {String} msg 操作返回结果
     * @apiSuccessExample {json} 返回失败样例:
     *                  {
     *                  msg : '删除失败'
     *                  }
     * @apiError (异常) {DataIntegrityViolationException} error 当不能删除作品唯一的卷抛出
     */



     * @apiParamExample {null} 请求参数:
     *                无需请求参数




    /**
     * @api {post} /info/adminCancelSend.shtml 删除消息
     * @apiGroup Book
     * @apiVersion 1.0.0
     * @apiDescription 是否需要登录    : true    删除某条消息(只能删除作品相关的消息)
     * @apiParam {Long} messageId 信息id
     * @apiParamExample {json} 请求格式:
     *                支持格式  : json
     * @apiSuccessExample {null} 返回结果 :
     *                无返回结果
     *
     *
     */





/**
     * @api {post} /mySpace/saveBlog.shtml 保存微博
     * @apiGroup space
     * @apiVersion 1.0.0
     * @apiDescription 是否需要登录    : true
     * @apiParam {String} sinaBlogName 微博邮箱
     * @apiParamExample {form} 请求格式:
     *                支持格式  : form
     * @apiSuccess (200) {int} code 操作返回码
     * @apiSuccess (200) {String} msg 操作返回结果
     * @apiSuccessExample {json} 返回成功样例:
     *                  {
     *                 code: 200,
     *                 msg: "success"
     *                  }
     * @apiSuccess (291) {int} code 操作返回码
     * @apiSuccess (291) {String} msg 操作返回结果
     * @apiSuccessExample {json} 返回失败样例:
     *                  {
     *                 code: 291,
     *                 msg: "保存失败"
     *                  }
     */

 

posted on 2017-06-06 18:48  纯黑Se丶  阅读(136)  评论(0编辑  收藏  举报