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