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