curl --location --request POST '/outapi/user/product_change_events' \ --header 'Authori-zation: Bearer {{token}}'
{ "status": 200, "msg": "success", "data": { "count": 100, "list": [ { "id": 1, "event_code": "PRODUCT_PRICE", "event_name": "商品价格变动", "event_value": { "sku": "1个", "value": "87.56", "product_id": 973 } }, { "id": 2, "event_code": "PRODUCT_STATE", "event_name": "商品上下架", "event_value": { "sku": "", "value": "1", "product_id": 1 } } ] }, "traceId": "d468946bb3551db23b07a1b7d772c3fc" }