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