Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EAK长度为43,依然报900004错误 #10

Open
ryanemax opened this issue Oct 20, 2016 · 0 comments
Open

EAK长度为43,依然报900004错误 #10

ryanemax opened this issue Oct 20, 2016 · 0 comments

Comments

@ryanemax
Copy link

E/ 2016-10-20 09:18:54  Token: amb8945iddjkfgnsl5
E/ 2016-10-20 09:18:54  EAK: mk0f0l2zdlfu3rsgt9srqqv7demt6k4z12rpo5onps9
E/ 2016-10-20 09:18:54  strlen 43
E/ 2016-10-20 09:18:54  SUITEKEY: suite4xxxxxxxxxxxxxxx
E/ 2016-10-20 09:18:54  {"signature":"35716f2f5a9355fc51931711bab19576578f1605","timestamp":"1476955134333","nonce":"26q7WdQn"}  ERR:900004
E/ 2016-10-20 09:18:54  {"signature":"35716f2f5a9355fc51931711bab19576578f1605","timestamp":"1476955134333","nonce":"26q7WdQn"}CREATE SUITE ERR:900004

记录中EAK长度为43,但是每次都报900004错误,是什么原因?

// 这段代码明明是 != 43 才会有900004错误
    if (strlen($this->m_encodingAesKey) != 43) {
            return ErrorCode::$IllegalAesKey;
        }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant