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