You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
我们遇到了一个错误信息:"Creation of dynamic property Qcloud\Cos\Signature::$token is deprecated"。这个错误通常发生在PHP 8.2及更高版本中,因为PHP 8.2开始禁止动态创建类的属性(除非类使用了#AllowDynamicProperties属性标记)。