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