liujiandao
2023-12-19 981681b3cc96d3f8e90ce5e358e1540d02f9f5d9
1
2
3
4
5
6
package request
 
type GetContactInformationList struct {
    PageInfo
    Keyword string `json:"keyword"`
}