jiangshuai
2023-11-22 d1fa69153ac1e7536291d5a999564f5a8b3bac3c
1
2
3
4
5
6
package request
 
type GetContactInformationList struct {
    PageInfo
    Keyword string `json:"keyword"`
}