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