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