[GH-ISSUE #992] [Bug] 阿里云 WAF3.0 接口必填参数缺失 #681

Closed
opened 2026-03-03 01:05:12 +03:00 by kerem · 0 comments
Owner

Originally created by @Meteor-showers on GitHub (Oct 15, 2025).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/992

软件版本 / Release Version

0.3.27 以及 0.4.0

缺陷描述 / Description

阿里云 Waf 后端接口参数必填项多了一个和阿里那边确认过

Image Image Image

复现步骤 / Steps to reproduce

0.3.27 以及 0.4.0 都执行失败

目前的参数
sdk request 'waf.ModifyDefaultHttps'
request:
{"CertId":"20694567-cn-hangzhou","InstanceId":"waf_v2_public_cn-z******","RegionId":"cn-hangzhou","TLSVersion":"tlsv1"}

实际调用需要传的参数

aliyun waf-openapi ModifyDefaultHttps --region cn-hangzhou --RegionId 'cn-hangzhou' --CertId '20958753-cn-hangzhou' --TLSVersion 'tlsv1.1' --InstanceId 'waf_v2_public_cn-z****' --EnableTLSv3 true

日志 / Logs

# 请在此粘贴日志 / Paste logs here

其他 / Miscellaneous

No response

贡献 / Contribution

  • 我乐意为此贡献 PR! / I am interested in contributing a PR for this!
Originally created by @Meteor-showers on GitHub (Oct 15, 2025). Original GitHub issue: https://github.com/certimate-go/certimate/issues/992 ### 软件版本 / Release Version 0.3.27 以及 0.4.0 ### 缺陷描述 / Description 阿里云 Waf 后端接口参数必填项多了一个和阿里那边确认过 <img width="1922" height="1018" alt="Image" src="https://github.com/user-attachments/assets/ec182aaf-f170-4dd9-a229-abd5d2b08bad" /> <img width="640" height="500" alt="Image" src="https://github.com/user-attachments/assets/5c331548-f957-400d-919d-f9c0d568f161" /> <img width="720" height="1288" alt="Image" src="https://github.com/user-attachments/assets/d6b75f85-41eb-4965-b5cc-2841ff6d3466" /> ### 复现步骤 / Steps to reproduce 0.3.27 以及 0.4.0 都执行失败 目前的参数 sdk request 'waf.ModifyDefaultHttps' request: {"CertId":"20694567-cn-hangzhou","InstanceId":"waf_v2_public_cn-z******","RegionId":"cn-hangzhou","TLSVersion":"tlsv1"} 实际调用需要传的参数 aliyun waf-openapi ModifyDefaultHttps --region cn-hangzhou --RegionId 'cn-hangzhou' --CertId '20958753-cn-hangzhou' --TLSVersion 'tlsv1.1' --InstanceId 'waf_v2_public_cn-z****' --EnableTLSv3 true ### 日志 / Logs <details> ```console # 请在此粘贴日志 / Paste logs here ``` </details> ### 其他 / Miscellaneous _No response_ ### 贡献 / Contribution - [ ] 我乐意为此贡献 PR! / I am interested in contributing a PR for this!
kerem 2026-03-03 01:05:12 +03:00
  • closed this issue
  • added the
    bug
    label
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/certimate#681
No description provided.