wangpengfei
2023-08-18 178b28d858d7d155dadd20a018920ccdcbd08992
1
2
3
4
5
6
package request
 
type GetContactInformationList struct {
    PageInfo
    Keyword string `json:"keyword"`
}