Skip to content

Commit

Permalink
Update responseList.go
Browse files Browse the repository at this point in the history
修改客服列表返回字段类型
KFID string -> int
  • Loading branch information
ab1136 committed Jul 11, 2023
1 parent 6660c28 commit 430e5f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ type ResponseList struct {
type KFOnline struct {
KFAccount string `json:"kf_account"`
Status int `json:"status"`
KFID string `json:"kf_id"`
KFID int `json:"kf_id"`
AcceptedCase int `json:"accepted_case"`
}

Expand Down

0 comments on commit 430e5f2

Please sign in to comment.