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