- package com.kmall.admin.service.faceid;
- import com.kmall.admin.dto.FaceByOrderDto;
- /**
- * @author huangyq
- * @version 1.0
- * 2019-11-27 14:13
- */
- public interface FaceIdService {
- String checkLivenessRecognition(FaceByOrderDto faceByOrderDto);
- String sendWxTemp(long orderId);
- }
|