|
@@ -43,7 +43,10 @@ class UserController extends Controller
|
|
* @apiSuccess {String} register_ip 注册IP
|
|
* @apiSuccess {String} register_ip 注册IP
|
|
* @apiSuccess {String} register_time 注册时间
|
|
* @apiSuccess {String} register_time 注册时间
|
|
* @apiSuccess {String} subscribe_time 关注时间
|
|
* @apiSuccess {String} subscribe_time 关注时间
|
|
|
|
+ * @apiSuccess {String} is_subscribed 是否关注(1.已关注 0.未关注)
|
|
* @apiSuccess {String} nickname 用户昵称
|
|
* @apiSuccess {String} nickname 用户昵称
|
|
|
|
+ * @apiSuccess {String} balance 总书币
|
|
|
|
+ * @apiSuccess {String} sex 性别
|
|
* @apiSuccessExample {json} Success-Response:
|
|
* @apiSuccessExample {json} Success-Response:
|
|
* HTTP/1.1 200 OK
|
|
* HTTP/1.1 200 OK
|
|
*{
|
|
*{
|
|
@@ -90,12 +93,12 @@ class UserController extends Controller
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * @api {post} company/auth/subscribeRecords 用户关注记录
|
|
|
|
|
|
+ * @api {post} company/auth/users/subscribes 用户关注记录
|
|
* @apiVersion 1.0.0
|
|
* @apiVersion 1.0.0
|
|
* @apiName subscribeRecords
|
|
* @apiName subscribeRecords
|
|
* @apiGroup User
|
|
* @apiGroup User
|
|
* @apiParam {String} channel_id 站点id
|
|
* @apiParam {String} channel_id 站点id
|
|
- * @apiParam {String} uid (可以不传) 用户uid,','分隔;最多不超过100个
|
|
|
|
|
|
+ * @apiParam {String} uid 用户uid,','分隔;最多不超过100个
|
|
* @apiParam {Int} page 分页页码
|
|
* @apiParam {Int} page 分页页码
|
|
* @apiParam {String} app_id 分配好的{app_id}
|
|
* @apiParam {String} app_id 分配好的{app_id}
|
|
* @apiParam {String} nonce_str 随机字符串
|
|
* @apiParam {String} nonce_str 随机字符串
|