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