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