zhangqian
2024-03-15 1cd1206c18ed14dd9ebf2baf477f46c847a271b0
1
2
3
4
5
6
package request
 
type GetContactInformationList struct {
    PageInfo
    Keyword string `json:"keyword"`
}