Commit d2d19fbb authored by gaoyingwei's avatar gaoyingwei

修改 实名认证

parent 3ce6fb5f
......@@ -191,6 +191,7 @@ public class FaceVerifyServiceImpl extends ServiceImpl<MemInfoRepository, MemInf
* @return
*/
@Override
@Transactional
public Map<String,String> describeFaceVerify(InitFaceVerifyRequest dto) {
String userId = dto.getUserId();
if (userId == null)
......@@ -342,6 +343,7 @@ public class FaceVerifyServiceImpl extends ServiceImpl<MemInfoRepository, MemInf
@Override
@Transactional
public void callbackFaceVerify(String callbackToken, String certifyId, String passed) {
// String userId = CyUserUtil.getUserInfoStrProp(callbackToken,CyUserUtil.USER_ID);
String userId = CyAESUtils.decrypt(callbackToken);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment