Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
[cai.bowen] committed Sep 14, 2018
1 parent 04cd718 commit 27ce927
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions routes/common.js
Expand Up @@ -6,13 +6,13 @@ import Position from '../controller/common/position';

/**
* @api {get} /common/getHomeData getHomeData
* @apiDescription 获取ip位置信息
* @apiDescription 获取首页导航栏信息
* @apiGroup common
* @apiVersion 1.0.0
*
* @apiSuccess {Number} code 成功状态码
* @apiSuccess {String} msg 返回信息
* @apiSuccess {Array} data 返回ip位置信息
* @apiSuccess {Array} data 返回首页导航栏信息
*
* @apiSuccessExample Success-Response:
* HTTP/1.1 200 OK
Expand All @@ -26,12 +26,12 @@ import Position from '../controller/common/position';
router.get('/getHomeData', HomeData.getHomeData);
/**
* @api {get} /common/getAddress getAddress
* @apiDescription 获取首页导航栏信息
* @apiDescription 获取ip地理位置信息
* @apiGroup common
* @apiVersion 1.0.0
*
* @apiSuccess {Number} code 成功状态码
* @apiSuccess {Object} data 返回首页导航栏信息
* @apiSuccess {Object} data 返回ip地理位置信息
*
* @apiSuccessExample Success-Response:
* HTTP/1.1 200 OK
Expand Down

0 comments on commit 27ce927

Please sign in to comment.