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