TencentCloud / tencentcloud-sdk-php

Tencent Cloud API 3.0 SDK for PHP
Apache License 2.0
351 stars 188 forks source link

接口更新之后 lb负载均衡 ReplaceCert 老版v2无法调用,新版没有对应的api #2

Closed munggruel closed 4 years ago

munggruel commented 6 years ago

https://lb.api.qcloud.com/v2/index.php?SignatureMethod=HmacSHA256&oldCertId=Ku8h1lfR&newCertContent=XXXX&newCertKey=XXXX&newCertName=20180601&Action=ReplaceCert&Region=sh&SecretId=XXXX&Nonce=41202&Timestamp=1527829418&RequestClient=SDK_PHP_2.0.6&Signature=XXXX

在php端 提示错误:code:3000 message:request falied! 直接用 curl -S 该api提示错误 {"code":6100,"message":"\u8bf7\u6c42\u5931\u8d25\uff0c\u53c2\u6570\u9519\u8bef:[action]","codeDesc":"ActionNotFound"} \u8bf7\u6c42\u5931\u8d25\uff0c\u53c2\u6570\u9519\u8bef 是 请求失败,参数错误

zqfan commented 6 years ago

lb尚未开发新版API,所以SDK中并不包含该产品。v2里的ReplaceCert接口还在,错误码3000表示是本地错误,php发送请求失败了

zqfan commented 4 years ago

负载均衡CLB现在应该已经支持了,这里先关闭issue。如果有问题请再打开。