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