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