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