zhangqian
2023-08-24 a91f274d753217814c29c0e54a80b3931da5f593
1
2
3
4
5
6
package request
 
type GetContactInformationList struct {
    PageInfo
    Keyword string `json:"keyword"`
}