zhangqian
2024-04-07 d384930963f9b960a06864223aff779edc4cf54c
1
2
3
4
5
6
package request
 
type GetContactInformationList struct {
    PageInfo
    Keyword string `json:"keyword"`
}