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