mirror of
https://github.com/czp3009/bilibili-api.git
synced 2025-03-21 21:00:26 +08:00
添加一些备注
This commit is contained in:
parent
3f413b6bd1
commit
ed7a4ae737
@ -23,8 +23,8 @@ public interface LiveService {
|
|||||||
/**
|
/**
|
||||||
* 获取用户信息
|
* 获取用户信息
|
||||||
*
|
*
|
||||||
* @param timestamp 成功时, code 为 "REPONSE_OK"
|
* @param timestamp 时间戳(不是 unix 时间戳)
|
||||||
* @return 未登录时返回 500
|
* @return 成功时, code 为 "REPONSE_OK", 未登录时返回 500
|
||||||
*/
|
*/
|
||||||
@GET("User/getUserInfo")
|
@GET("User/getUserInfo")
|
||||||
Call<UserInfoEntity> getUserInfo(@Query("ts") long timestamp);
|
Call<UserInfoEntity> getUserInfo(@Query("ts") long timestamp);
|
||||||
|
Loading…
Reference in New Issue
Block a user