IRealNameAuthorizeService.java 258 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 package com.yohoufo.user.service; import com.yohoufo.common.ApiResponse; /** * 用户身份实名认证 */ public interface IRealNameAuthorizeService { ApiResponse authorizeRealNameWithBank(String cardNo, String certNo, String name); }