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