添加一些备注

This commit is contained in:
czp 2018-03-14 23:29:48 +08:00
parent 3f413b6bd1
commit ed7a4ae737

View File

@ -23,8 +23,8 @@ public interface LiveService {
/**
* 获取用户信息
*
* @param timestamp 成功时, code "REPONSE_OK"
* @return 未登录时返回 500
* @param timestamp 时间戳(不是 unix 时间戳)
* @return 成功时, code "REPONSE_OK", 未登录时返回 500
*/
@GET("User/getUserInfo")
Call<UserInfoEntity> getUserInfo(@Query("ts") long timestamp);