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