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