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