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