Skip to content

Commit 870c4ae

Browse files
committed
polish:优化会话转接
1 parent 3f6cf11 commit 870c4ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

servicer.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ type ReceptionistOptions struct {
2626
type ReceptionistSchema struct {
2727
BaseModel
2828
ResultList []struct{
29-
UserID string
29+
UserID string `json:"userid"`
3030
BaseModel
31-
}
31+
} `json:"result_list"`
3232
}
3333

3434
// ReceptionistAdd 添加接待人员

0 commit comments

Comments
 (0)