*
Showing
1 changed file
with
0 additions
and
2 deletions
... | @@ -49,8 +49,6 @@ class AuthIdentifier | ... | @@ -49,8 +49,6 @@ class AuthIdentifier |
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