Commit b12c0cba by 冷斌

fix bug

parent 23ea84c9
......@@ -271,8 +271,7 @@
$cred = new \TencentCloud\Common\Credential("AKIDSffQItBMHwMXTM6LTKvG7phKgqksn6Ax", "f4JHbu3wYv3ycIsEJ8hzCIH4c1FD9zd4");
//$cred = new Credential(getenv("TENCENTCLOUD_SECRET_ID"), getenv("TENCENTCLOUD_SECRET_KEY"));
var_dump(get_class($cred));
die;
// 实例化一个 http 选项,可选,无特殊需求时可以跳过
$httpProfile = new \TencentCloud\Common\Profile\HttpProfile();
$httpProfile->setReqMethod("GET"); // POST 请求(默认为 POST 请求)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment