jiangshuai
2023-10-17 9e2b19b7336af1e58b7e3861f6cc3a28ad641326
1
2
3
4
5
6
package request
 
type GetContactInformationList struct {
    PageInfo
    Keyword string `json:"keyword"`
}