Update Unity SDK for daily space like API

This commit is contained in:
2026-04-21 16:02:06 +08:00
parent a257a8a912
commit 0e5cab4f27
16 changed files with 154 additions and 34 deletions

View File

@@ -87,6 +87,8 @@ http://private.lightyears.ltd:18650/foldcc/CC-Framework.BriskGameServer.git?path
- `UpdateMyAsync(string)` 直接上传文本
- `UpdateMyAsync(byte[])` 直接上传二进制
- `UpdateMyAsync(object)` 自动序列化为 JSON
- `LikeByPlayerIdAsync(...)` / `UnlikeByPlayerIdAsync(...)` 返回累计点赞数、今日点赞数、当前周期是否创建新点赞、重置时间
- `GetLikesByPlayerIdAsync(playerId, limit, true)``GetLikesByLoginIdentityAsync(..., true)` 可只读取当前周期点赞记录
## 目录结构