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