Commit ef5fe9e3 by 冷斌

fix bug

parent 4c7ed1ea
...@@ -321,6 +321,7 @@ ...@@ -321,6 +321,7 @@
print_r($resp->TotalCount); print_r($resp->TotalCount);
} }
catch(\TencentCloud\Common\Exception\TencentCloudSDKException $e) { catch(\TencentCloud\Common\Exception\TencentCloudSDKException $e) {
var_dump($e);
echo $e; echo $e;
} }
die; die;
......
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