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