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