liujiandao
2024-02-29 24d792c5f1d83e0375ae7f91132a75f1dbb8494e
1
2
3
4
5
6
package request
 
type GetPriceStandard struct {
    PageInfo
    KeyWord string `json:"keyWord"`
}