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