liujiandao
2023-12-02 9ec9a4987cb5fe4a3bd39d61029add5c51d3ab92
1
2
3
4
5
6
package request
 
type GetContactInformationList struct {
    PageInfo
    Keyword string `json:"keyword"`
}