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