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