|
@@ -1872,7 +1872,7 @@ type EmployeeInfo struct {
|
|
|
AiInfo *string `json:"aiInfo,optional"`
|
|
|
ShowChat *bool `json:"showChat,optional"`
|
|
|
IsVip *bool `json:"isVip,optional"`
|
|
|
- ChatUrl *string `json:"chatUrl"`
|
|
|
+ ChatUrl *string `json:"chatUrl,optional"`
|
|
|
}
|
|
|
|
|
|
// The response data of employee list | Employee列表数据
|