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