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