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