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