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