This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
<?php
namespaceAdmin\Controller;
useThink\Controller;
classCosControllerextendsController{
publicfunctioncosupload($src,$dst,$d=1){
Vendor('COS5.vendor.autoload');
$schema=C("cos_storage.schema")?:"https";
$secretId=C("cos_storage.SecretId");//"云 API 密钥 SecretId";
$secretKey=C("cos_storage.SecretKey");//"云 API 密钥 SecretKey";