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