feat(player): 新增 GET /players/me 查询当前用户打手资料
This commit is contained in:
@@ -127,6 +127,10 @@ service player-api {
|
||||
@handler InitPlayer
|
||||
post /players/me (EmptyResp) returns (PlayerProfile)
|
||||
|
||||
@doc "获取当前用户的打手资料"
|
||||
@handler GetMyPlayer
|
||||
get /players/me (EmptyResp) returns (PlayerProfile)
|
||||
|
||||
@doc "更新接单状态"
|
||||
@handler UpdatePlayerStatus
|
||||
put /players/me/status (UpdatePlayerStatusReq) returns (EmptyResp)
|
||||
|
||||
Reference in New Issue
Block a user