liujiandao
2023-11-23 42ca2293072e5eb011e655c9cc8fd9bf0ba376f1
1
2
3
4
5
6
package request
 
type GetContactInformationList struct {
    PageInfo
    Keyword string `json:"keyword"`
}