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