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