Skip to content

Commit

Permalink
Merge pull request #7 from thinksvip/smiler
Browse files Browse the repository at this point in the history
未登录改 401
  • Loading branch information
2166909366 authored Jul 21, 2023
2 parents 11b906e + 7d5f2c8 commit 3df5baa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Exp/XcAuthErrorCode.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class XcAuthErrorCode
const ERROR_VERIFY_TIP = [100, '提示: %s'];// 提示

// 登录 10xxx
const NO_LOGIN = [10000, '未登录%s'];
const NO_LOGIN = [401, '未登录%s'];

// 验证 40xxx
const OAUTH_SIGNATURE_INVALID = [40100, 'token验证失败'];
Expand Down

0 comments on commit 3df5baa

Please sign in to comment.