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