30 lines
1.6 KiB
PHP
30 lines
1.6 KiB
PHP
<?php
|
|
|
|
class Game2005ApiDoc
|
|
{
|
|
/** ╎
|
|
* @api {POST} /api/users/basic_update 更新个人基本信息 ╎
|
|
* @apiPermission none ╎
|
|
* @apiGroup users ╎
|
|
* @apiDescription 更新个人基本信息 ╎
|
|
* @apiParam {String} name 用户名 ╎
|
|
* @apiParam {String} avatar_url 头像 ╎
|
|
* @apiParam {String} company 公司名 ╎
|
|
* @apiParam {String} job 职位 ╎
|
|
* @apiParam {String} gender 性别 ╎
|
|
* @apiParam {String} city 城市 ╎
|
|
* @apiParam {String} birthday 出生日期 ╎
|
|
* @apiParam {String} industry 所属行业 ╎
|
|
* @apiParamExample {String} 请求样例: ╎
|
|
* https://plus.aishui.ren/api/users/basic_update ╎
|
|
* @apiSuccessExample {json} Success-Response: ╎
|
|
* HTTP/1.1 200 OK ╎
|
|
* { ╎
|
|
* "errorCode": 0, //错误码 ╎
|
|
* "message": "", //错误描述 ╎
|
|
*
|
|
* }
|
|
*/
|
|
|
|
}
|