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