|
@@ -1046,7 +1046,7 @@ class Index extends Api
|
|
|
$path = "qrcode/"; // 二维码文件流存放位置
|
|
|
$fileName = time() . rand(10000,99999) . ".png";
|
|
|
$result = $cosClient->putObject(array(
|
|
|
- 'Bucket' => 'examplebucket-1250000000', //存储桶名称,由BucketName-Appid 组成,可以在COS控制台查看 https://console.cloud.tencent.com/cos5/bucket
|
|
|
+ 'Bucket' => 'fireflytra-1309974405', //存储桶名称,由BucketName-Appid 组成,可以在COS控制台查看 https://console.cloud.tencent.com/cos5/bucket
|
|
|
'Key' => $path . $fileName,//'exampleobject',
|
|
|
'Body' => $ret,//fopen($local_path, 'rb'),
|
|
|
));
|