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