*
Showing
1 changed file
with
1 additions
and
3 deletions
... | @@ -48,9 +48,7 @@ class AuthIdentifier | ... | @@ -48,9 +48,7 @@ class AuthIdentifier |
48 | if (empty($identifier)) return Response::error(ErrorCode::IDENTIFIER_FAIL); | 48 | if (empty($identifier)) return Response::error(ErrorCode::IDENTIFIER_FAIL); |
49 | 49 | ||
50 | $identifier = json_decode($identifier); | 50 | $identifier = json_decode($identifier); |
51 | 51 | ||
52 | print_r($identifier); | ||
53 | |||
54 | //通过身份证查询id | 52 | //通过身份证查询id |
55 | $stakeholder_ids = Stakeholder::stakeholderIds($identifier); | 53 | $stakeholder_ids = Stakeholder::stakeholderIds($identifier); |
56 | if (empty($stakeholder_ids)) return Response::error(ErrorCode::MATCH_IDENTIFIER_FAIL); | 54 | if (empty($stakeholder_ids)) return Response::error(ErrorCode::MATCH_IDENTIFIER_FAIL); | ... | ... |
-
Please register or sign in to post a comment