作者 yangfu

修改:用户详情修改

@@ -32,7 +32,7 @@ type User struct { @@ -32,7 +32,7 @@ type User struct {
32 // 网易云信 32 // 网易云信
33 AccountID int64 `json:"accid"` // 网易云信ID 33 AccountID int64 `json:"accid"` // 网易云信ID
34 ImToken string `json:"imToken"` // 网易云信Token 34 ImToken string `json:"imToken"` // 网易云信Token
35 - CsAccountID string `json:"csAccountId"` // 分配的客服ID 35 + CsAccountID string `json:"csAccountID"` // 分配的客服ID
36 } 36 }
37 37
38 type Company struct { 38 type Company struct {