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