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