wangpengfei
2023-08-17 5694b36daef692a6dd57ede2cf8b8fa82146ae88
1
2
3
4
5
6
package request
 
type GetContactInformationList struct {
    PageInfo
    Keyword string `json:"keyword"`
}