zhangqian
2024-03-18 f89ebee0ac754d330f4cb6d51c2b461833131d5d
1
2
3
4
5
6
package request
 
type GetContactInformationList struct {
    PageInfo
    Keyword string `json:"keyword"`
}