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