예제 #1
0
        /**
         * Description: 查询认证的结果和相关信息
         * Summary: 认证查询
         */
        public async Task <QueryFacevrfServerResponse> QueryFacevrfServerAsync(QueryFacevrfServerRequest request)
        {
            AlibabaCloud.TeaUtil.Models.RuntimeOptions runtime = new AlibabaCloud.TeaUtil.Models.RuntimeOptions();
            Dictionary <string, string> headers = new Dictionary <string, string>()
            {
            };

            return(await QueryFacevrfServerExAsync(request, headers, runtime));
        }
예제 #2
0
        /**
         * Description: 查询认证的结果和相关信息
         * Summary: 认证查询
         */
        public QueryFacevrfServerResponse QueryFacevrfServer(QueryFacevrfServerRequest request)
        {
            AlibabaCloud.TeaUtil.Models.RuntimeOptions runtime = new AlibabaCloud.TeaUtil.Models.RuntimeOptions();
            Dictionary <string, string> headers = new Dictionary <string, string>()
            {
            };

            return(QueryFacevrfServerEx(request, headers, runtime));
        }
예제 #3
0
 /**
  * Description: 查询认证的结果和相关信息
  * Summary: 认证查询
  */
 public async Task <QueryFacevrfServerResponse> QueryFacevrfServerExAsync(QueryFacevrfServerRequest request, Dictionary <string, string> headers, AlibabaCloud.TeaUtil.Models.RuntimeOptions runtime)
 {
     AlibabaCloud.TeaUtil.Common.ValidateModel(request);
     return(TeaModel.ToObject <QueryFacevrfServerResponse>(await DoRequestAsync("1.0", "di.realperson.facevrf.server.query", "HTTPS", "POST", "/gateway.do", request.ToMap(), headers, runtime)));
 }