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