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