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