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