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