package com.ghy.web.service; import com.ghy.web.pojo.vo.CertNoTwoElementReq; import org.springframework.web.bind.annotation.RequestBody; /** *
阿里云api合集,二次包装在服务内
* @author clunt */ public interface AliCloudService { void certNoTwoElementVerification(@RequestBody CertNoTwoElementReq certNoTwoElementReq) throws Exception; }