|
获取商品30天价格中位数指标趋势(新)请求 URLPOST系统级输入参数
入参示例 1{ 2 3 "trendQueryParam": { 4 5 "offerId": 123, 6 7 "startDate": "20240701(开始时间到截止时间不要超过1个月)", 8 9 "endDate": "20240704" 10 11 } 12 13} 出参示例 1{ 2 3 "result": { 4 5 "success": true, 6 7 "retCode": "S000", 8 9 "retMsg": "成功", 10 11 "result": [ 12 { 13 14 "date": "20240701", 15 16 "value": "1.12" 17 18 } 19 ] 20 21 } 22 23} |