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