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