zhangqian
2023-08-24 af0171ff2544e6fbbb64e1e3cc22028105e2b601
1
2
3
4
5
6
package request
 
type GetContactInformationList struct {
    PageInfo
    Keyword string `json:"keyword"`
}