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