feat:完善项目
This commit is contained in:
@ -13,19 +13,18 @@ type Config struct{}
|
||||
*/
|
||||
|
||||
/**
|
||||
* @api {get} /api/v1/config/area 区域管理
|
||||
* @api {get} /api/v1/config/area 区域信息
|
||||
* @apiVersion 1.0.0
|
||||
* @apiName ConfigArea
|
||||
* @apiGroup Config
|
||||
*
|
||||
* @apiHeader {string} x-token token
|
||||
* @apiHeader {string} Content-Type=application/json 传输方式
|
||||
*
|
||||
* @apiParam {String} [key="''"] 区域标识
|
||||
*
|
||||
* @apiSuccess (200) {Number} code 成功响应状态码!
|
||||
* @apiSuccess (200) {String} msg 成功提示
|
||||
* @apiSuccess (200) {Json} data 数据信息{"110000": "北京市", "120000": "天津市", ...}
|
||||
* @apiSuccess (200) {Object} data 数据信息{"110000": "北京市", "120000": "天津市", ...}
|
||||
*
|
||||
* @apiSuccessExample {json} Success response:
|
||||
* HTTPS 200 OK
|
||||
|
Reference in New Issue
Block a user