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