Skip to content

Commit

Permalink
新增用户状态相关api
Browse files Browse the repository at this point in the history
  • Loading branch information
XiaoMengXinX committed Jan 27, 2022
1 parent 95babce commit 01088f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/userStatus.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ type UserStatusDetailData struct {

// UserStatusSetData 用户状态设置数据
type UserStatusSetData struct {
RawJson string
Code int `json:"code"`
Data string `json:"data"`
Message string `json:"message"`
Expand Down

0 comments on commit 01088f4

Please sign in to comment.