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