添加一些备注

This commit is contained in:
czp 2018-04-02 10:20:26 +08:00
parent 8cc01b311b
commit ac03bd3074

View File

@ -552,7 +552,10 @@ public interface LiveService {
//TODO 头衔工坊(没有可升级头衔, 暂不明确此 API)
//侧拉抽屉 -> 直播中心 -> 获奖记录
/**
* 侧拉抽屉 -> 直播中心 -> 获奖记录
* 获得用户的获奖记录
*/
@GET("AppUser/awards")
Call<AwardsEntity> getAwardRecords();