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