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