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