Пример #1
0
        /**
         * Description: 商业卖家商户注册
         * Summary: 行业卖家商户注册
         */
        public async Task <CreateMerchantSellerResponse> CreateMerchantSellerAsync(CreateMerchantSellerRequest request)
        {
            AlibabaCloud.TeaUtil.Models.RuntimeOptions runtime = new AlibabaCloud.TeaUtil.Models.RuntimeOptions();
            Dictionary <string, string> headers = new Dictionary <string, string>()
            {
            };

            return(await CreateMerchantSellerExAsync(request, headers, runtime));
        }
Пример #2
0
        /**
         * Description: 商业卖家商户注册
         * Summary: 行业卖家商户注册
         */
        public CreateMerchantSellerResponse CreateMerchantSeller(CreateMerchantSellerRequest request)
        {
            AlibabaCloud.TeaUtil.Models.RuntimeOptions runtime = new AlibabaCloud.TeaUtil.Models.RuntimeOptions();
            Dictionary <string, string> headers = new Dictionary <string, string>()
            {
            };

            return(CreateMerchantSellerEx(request, headers, runtime));
        }
Пример #3
0
 /**
  * Description: 商业卖家商户注册
  * Summary: 行业卖家商户注册
  */
 public async Task <CreateMerchantSellerResponse> CreateMerchantSellerExAsync(CreateMerchantSellerRequest request, Dictionary <string, string> headers, AlibabaCloud.TeaUtil.Models.RuntimeOptions runtime)
 {
     AlibabaCloud.TeaUtil.Common.ValidateModel(request);
     return(TeaModel.ToObject <CreateMerchantSellerResponse>(await DoRequestAsync("1.0", "antcloud.industry.merchant.seller.create", "HTTPS", "POST", "/gateway.do", request.ToMap(), headers, runtime)));
 }