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