# 检查促销活动 您需要在激活促销之前查看促销。 此方法返回错误列表(如果有)。 注意此API调用不包含project_id路径参数,因此您需要使用在您公司的所有项目中都有效的API密钥来设置授权。 Endpoint: GET /merchants/{merchant_id}/promotions/{promotion_id}/review Version: 2.0 Security: basicAuth ## Path parameters: - `merchant_id` (integer, required) 商户ID。 - `promotion_id` (integer, required) 促销活动 ID。 ## Response 200 fields (application/json): - `component` (string) - `message` (string)