Commit 442692a7 by 冷斌

fix bug

parent e3023570
......@@ -270,7 +270,8 @@
$cred = new \TencentCloud\Common\Credential("AKIDSffQItBMHwMXTM6LTKvG7phKgqksn6Ax", "f4JHbu3wYv3ycIsEJ8hzCIH4c1FD9zd4");
//$cred = new Credential(getenv("TENCENTCLOUD_SECRET_ID"), getenv("TENCENTCLOUD_SECRET_KEY"));
var_dump($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