Closed bkkkd closed 9 months ago
直接 !empty($credentials->getSecurityToken()) 即可,请尽快修复。大部分情况都是通过角色控制权限的。
直接 !empty($credentials->getSecurityToken()) 即可,请尽快修复。大部分情况都是通过角色控制权限的。
都可以.尽快修复吧.
只能说写java sdk和php sdk 的代码哲学不太一样。
@huiguangjun @yangzong18 有空修复一下?
php8.1报错. strlen(): Passing null to parameter #1 ($string) of type string is deprecated `
建议修改为
if (strlen($credentials->getSecurityToken()?:'') > 0)