# 设置支付系统 设置支持促销的支付系统。 如果列表为空,促销将适用于所有支付系统。 如果提升为只读(read_only=true),则无法调用此方法。 注意此API调用不包含project_id路径参数,因此您需要使用在您公司的所有项目中都有效的API密钥来设置授权。 Endpoint: PUT /merchants/{merchant_id}/promotions/{promotion_id}/payment_systems Version: 2.0 Security: basicAuth ## Path parameters: - `merchant_id` (integer, required) 商户ID。 - `promotion_id` (integer, required) 促销活动 ID。 ## Request fields (application/json): - `payment_systems` (array) 付款系统。 - `payment_systems.id` (integer) 付款系统ID。 - `payment_systems.name` (string) 付款系统名称。 ## Response 204 fields