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