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