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