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