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