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