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