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