Pārlūkot izejas kodu

Generated 2017-12-14 for BssOpenApi.

sdk-team 6 gadi atpakaļ
vecāks
revīzija
f0ad68e32b
50 mainītis faili ar 137 papildinājumiem un 130 dzēšanām
  1. 3 0
      ChangeLog.txt
  2. 5 5
      services/bssopenapi/apply_invoice.go
  3. 1 1
      services/bssopenapi/cancel_order.go
  4. 4 4
      services/bssopenapi/change_reseller_consume_amount.go
  5. 2 2
      services/bssopenapi/convert_charge_type.go
  6. 4 4
      services/bssopenapi/create_ag_account.go
  7. 3 3
      services/bssopenapi/create_instance.go
  8. 2 2
      services/bssopenapi/create_reseller_user_quota.go
  9. 3 3
      services/bssopenapi/create_resource_package.go
  10. 1 1
      services/bssopenapi/describe_pricing_module.go
  11. 1 1
      services/bssopenapi/describe_resource_package_product.go
  12. 1 1
      services/bssopenapi/enable_bill_generation.go
  13. 24 20
      services/bssopenapi/endpoint.go
  14. 1 1
      services/bssopenapi/get_customer_account_info.go
  15. 1 1
      services/bssopenapi/get_customer_list.go
  16. 1 1
      services/bssopenapi/get_order_detail.go
  17. 2 2
      services/bssopenapi/get_pay_as_you_go_price.go
  18. 4 4
      services/bssopenapi/get_resource_package_price.go
  19. 5 5
      services/bssopenapi/get_subscription_price.go
  20. 4 4
      services/bssopenapi/modify_instance.go
  21. 1 1
      services/bssopenapi/query_account_balance.go
  22. 3 3
      services/bssopenapi/query_account_transactions.go
  23. 5 5
      services/bssopenapi/query_available_instances.go
  24. 2 2
      services/bssopenapi/query_bill.go
  25. 1 1
      services/bssopenapi/query_bill_overview.go
  26. 1 1
      services/bssopenapi/query_cash_coupons.go
  27. 1 1
      services/bssopenapi/query_customer_address_list.go
  28. 5 5
      services/bssopenapi/query_evaluate_list.go
  29. 3 3
      services/bssopenapi/query_instance_bill.go
  30. 2 2
      services/bssopenapi/query_instance_gaap_cost.go
  31. 1 1
      services/bssopenapi/query_invoicing_customer_list.go
  32. 1 1
      services/bssopenapi/query_monthly_bill.go
  33. 2 2
      services/bssopenapi/query_monthly_instance_consumption.go
  34. 4 4
      services/bssopenapi/query_orders.go
  35. 1 1
      services/bssopenapi/query_prepaid_cards.go
  36. 2 2
      services/bssopenapi/query_product_list.go
  37. 2 2
      services/bssopenapi/query_redeem.go
  38. 1 1
      services/bssopenapi/query_reseller_available_quota.go
  39. 2 2
      services/bssopenapi/query_resource_package_instances.go
  40. 2 2
      services/bssopenapi/query_settlement_bill.go
  41. 4 4
      services/bssopenapi/query_user_oms_data.go
  42. 3 3
      services/bssopenapi/renew_instance.go
  43. 3 3
      services/bssopenapi/renew_resource_package.go
  44. 4 4
      services/bssopenapi/set_renewal.go
  45. 1 1
      services/bssopenapi/set_reseller_user_alarm_threshold.go
  46. 2 2
      services/bssopenapi/set_reseller_user_quota.go
  47. 2 2
      services/bssopenapi/set_reseller_user_status.go
  48. 1 1
      services/bssopenapi/subscribe_bill_to_oss.go
  49. 1 1
      services/bssopenapi/unsubscribe_bill_to_oss.go
  50. 2 2
      services/bssopenapi/upgrade_resource_package.go

+ 3 - 0
ChangeLog.txt

@@ -1,3 +1,6 @@
+2019-09-05 Version: 1.60.137
+- Generated 2017-12-14 for `BssOpenApi`.
+
 2019-09-05 Version: 1.60.136
 - Generated 2014-05-26 for `Ecs`.
 

+ 5 - 5
services/bssopenapi/apply_invoice.go

@@ -77,15 +77,15 @@ func (client *Client) ApplyInvoiceWithCallback(request *ApplyInvoiceRequest, cal
 type ApplyInvoiceRequest struct {
 	*requests.RpcRequest
 	InvoicingType   requests.Integer `position:"Query" name:"InvoicingType"`
-	ApplyUserNick   string           `position:"Query" name:"ApplyUserNick"`
-	InvoiceByAmount requests.Boolean `position:"Query" name:"InvoiceByAmount"`
-	CustomerId      requests.Integer `position:"Query" name:"CustomerId"`
-	SelectedIds     *[]string        `position:"Query" name:"SelectedIds"  type:"Repeated"`
 	ProcessWay      requests.Integer `position:"Query" name:"ProcessWay"`
 	CallerBid       requests.Integer `position:"Query" name:"callerBid"`
 	OwnerId         requests.Integer `position:"Query" name:"OwnerId"`
 	InvoiceAmount   requests.Integer `position:"Query" name:"InvoiceAmount"`
 	AddressId       requests.Integer `position:"Query" name:"AddressId"`
+	ApplyUserNick   string           `position:"Query" name:"ApplyUserNick"`
+	InvoiceByAmount requests.Boolean `position:"Query" name:"InvoiceByAmount"`
+	CustomerId      requests.Integer `position:"Query" name:"CustomerId"`
+	SelectedIds     *[]string        `position:"Query" name:"SelectedIds"  type:"Repeated"`
 	CallerUid       requests.Integer `position:"Query" name:"callerUid"`
 }
 
@@ -104,7 +104,7 @@ func CreateApplyInvoiceRequest() (request *ApplyInvoiceRequest) {
 	request = &ApplyInvoiceRequest{
 		RpcRequest: &requests.RpcRequest{},
 	}
-	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "ApplyInvoice", "", "")
+	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "ApplyInvoice", "bssopenapi", "openAPI")
 	return
 }
 

+ 1 - 1
services/bssopenapi/cancel_order.go

@@ -95,7 +95,7 @@ func CreateCancelOrderRequest() (request *CancelOrderRequest) {
 	request = &CancelOrderRequest{
 		RpcRequest: &requests.RpcRequest{},
 	}
-	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "CancelOrder", "", "")
+	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "CancelOrder", "bssopenapi", "openAPI")
 	return
 }
 

+ 4 - 4
services/bssopenapi/change_reseller_consume_amount.go

@@ -76,14 +76,14 @@ func (client *Client) ChangeResellerConsumeAmountWithCallback(request *ChangeRes
 // ChangeResellerConsumeAmountRequest is the request struct for api ChangeResellerConsumeAmount
 type ChangeResellerConsumeAmountRequest struct {
 	*requests.RpcRequest
-	AdjustType   string           `position:"Query" name:"AdjustType"`
 	Amount       string           `position:"Query" name:"Amount"`
 	OutBizId     string           `position:"Query" name:"OutBizId"`
-	ExtendMap    string           `position:"Query" name:"ExtendMap"`
-	Currency     string           `position:"Query" name:"Currency"`
 	Source       string           `position:"Query" name:"Source"`
 	OwnerId      requests.Integer `position:"Query" name:"OwnerId"`
 	BusinessType string           `position:"Query" name:"BusinessType"`
+	AdjustType   string           `position:"Query" name:"AdjustType"`
+	ExtendMap    string           `position:"Query" name:"ExtendMap"`
+	Currency     string           `position:"Query" name:"Currency"`
 }
 
 // ChangeResellerConsumeAmountResponse is the response struct for api ChangeResellerConsumeAmount
@@ -101,7 +101,7 @@ func CreateChangeResellerConsumeAmountRequest() (request *ChangeResellerConsumeA
 	request = &ChangeResellerConsumeAmountRequest{
 		RpcRequest: &requests.RpcRequest{},
 	}
-	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "ChangeResellerConsumeAmount", "", "")
+	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "ChangeResellerConsumeAmount", "bssopenapi", "openAPI")
 	return
 }
 

+ 2 - 2
services/bssopenapi/convert_charge_type.go

@@ -78,10 +78,10 @@ type ConvertChargeTypeRequest struct {
 	*requests.RpcRequest
 	Period           requests.Integer `position:"Query" name:"Period"`
 	ProductCode      string           `position:"Query" name:"ProductCode"`
-	InstanceId       string           `position:"Query" name:"InstanceId"`
 	SubscriptionType string           `position:"Query" name:"SubscriptionType"`
 	OwnerId          requests.Integer `position:"Query" name:"OwnerId"`
 	ProductType      string           `position:"Query" name:"ProductType"`
+	InstanceId       string           `position:"Query" name:"InstanceId"`
 }
 
 // ConvertChargeTypeResponse is the response struct for api ConvertChargeType
@@ -99,7 +99,7 @@ func CreateConvertChargeTypeRequest() (request *ConvertChargeTypeRequest) {
 	request = &ConvertChargeTypeRequest{
 		RpcRequest: &requests.RpcRequest{},
 	}
-	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "ConvertChargeType", "", "")
+	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "ConvertChargeType", "bssopenapi", "openAPI")
 	return
 }
 

+ 4 - 4
services/bssopenapi/create_ag_account.go

@@ -77,14 +77,14 @@ func (client *Client) CreateAgAccountWithCallback(request *CreateAgAccountReques
 type CreateAgAccountRequest struct {
 	*requests.RpcRequest
 	FirstName      string `position:"Query" name:"FirstName"`
-	LoginEmail     string `position:"Query" name:"LoginEmail"`
-	ProvinceName   string `position:"Query" name:"ProvinceName"`
 	CityName       string `position:"Query" name:"CityName"`
-	AccountAttr    string `position:"Query" name:"AccountAttr"`
 	Postcode       string `position:"Query" name:"Postcode"`
 	EnterpriseName string `position:"Query" name:"EnterpriseName"`
 	NationCode     string `position:"Query" name:"NationCode"`
 	LastName       string `position:"Query" name:"LastName"`
+	LoginEmail     string `position:"Query" name:"LoginEmail"`
+	ProvinceName   string `position:"Query" name:"ProvinceName"`
+	AccountAttr    string `position:"Query" name:"AccountAttr"`
 }
 
 // CreateAgAccountResponse is the response struct for api CreateAgAccount
@@ -102,7 +102,7 @@ func CreateCreateAgAccountRequest() (request *CreateAgAccountRequest) {
 	request = &CreateAgAccountRequest{
 		RpcRequest: &requests.RpcRequest{},
 	}
-	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "CreateAgAccount", "", "")
+	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "CreateAgAccount", "bssopenapi", "openAPI")
 	return
 }
 

+ 3 - 3
services/bssopenapi/create_instance.go

@@ -80,11 +80,11 @@ type CreateInstanceRequest struct {
 	Period           requests.Integer           `position:"Query" name:"Period"`
 	ClientToken      string                     `position:"Query" name:"ClientToken"`
 	SubscriptionType string                     `position:"Query" name:"SubscriptionType"`
+	OwnerId          requests.Integer           `position:"Query" name:"OwnerId"`
+	ProductType      string                     `position:"Query" name:"ProductType"`
 	RenewPeriod      requests.Integer           `position:"Query" name:"RenewPeriod"`
 	Parameter        *[]CreateInstanceParameter `position:"Query" name:"Parameter"  type:"Repeated"`
 	RenewalStatus    string                     `position:"Query" name:"RenewalStatus"`
-	OwnerId          requests.Integer           `position:"Query" name:"OwnerId"`
-	ProductType      string                     `position:"Query" name:"ProductType"`
 }
 
 // CreateInstanceParameter is a repeated param struct in CreateInstanceRequest
@@ -108,7 +108,7 @@ func CreateCreateInstanceRequest() (request *CreateInstanceRequest) {
 	request = &CreateInstanceRequest{
 		RpcRequest: &requests.RpcRequest{},
 	}
-	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "CreateInstance", "", "")
+	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "CreateInstance", "bssopenapi", "openAPI")
 	return
 }
 

+ 2 - 2
services/bssopenapi/create_reseller_user_quota.go

@@ -78,8 +78,8 @@ type CreateResellerUserQuotaRequest struct {
 	*requests.RpcRequest
 	Amount   string           `position:"Query" name:"Amount"`
 	OutBizId string           `position:"Query" name:"OutBizId"`
-	Currency string           `position:"Query" name:"Currency"`
 	OwnerId  requests.Integer `position:"Query" name:"OwnerId"`
+	Currency string           `position:"Query" name:"Currency"`
 }
 
 // CreateResellerUserQuotaResponse is the response struct for api CreateResellerUserQuota
@@ -97,7 +97,7 @@ func CreateCreateResellerUserQuotaRequest() (request *CreateResellerUserQuotaReq
 	request = &CreateResellerUserQuotaRequest{
 		RpcRequest: &requests.RpcRequest{},
 	}
-	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "CreateResellerUserQuota", "", "")
+	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "CreateResellerUserQuota", "bssopenapi", "openAPI")
 	return
 }
 

+ 3 - 3
services/bssopenapi/create_resource_package.go

@@ -76,12 +76,12 @@ func (client *Client) CreateResourcePackageWithCallback(request *CreateResourceP
 // CreateResourcePackageRequest is the request struct for api CreateResourcePackage
 type CreateResourcePackageRequest struct {
 	*requests.RpcRequest
-	Duration      requests.Integer `position:"Query" name:"Duration"`
 	ProductCode   string           `position:"Query" name:"ProductCode"`
 	Specification string           `position:"Query" name:"Specification"`
 	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
-	PackageType   string           `position:"Query" name:"PackageType"`
 	EffectiveDate string           `position:"Query" name:"EffectiveDate"`
+	Duration      requests.Integer `position:"Query" name:"Duration"`
+	PackageType   string           `position:"Query" name:"PackageType"`
 	PricingCycle  string           `position:"Query" name:"PricingCycle"`
 }
 
@@ -101,7 +101,7 @@ func CreateCreateResourcePackageRequest() (request *CreateResourcePackageRequest
 	request = &CreateResourcePackageRequest{
 		RpcRequest: &requests.RpcRequest{},
 	}
-	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "CreateResourcePackage", "", "")
+	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "CreateResourcePackage", "bssopenapi", "openAPI")
 	return
 }
 

+ 1 - 1
services/bssopenapi/describe_pricing_module.go

@@ -97,7 +97,7 @@ func CreateDescribePricingModuleRequest() (request *DescribePricingModuleRequest
 	request = &DescribePricingModuleRequest{
 		RpcRequest: &requests.RpcRequest{},
 	}
-	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "DescribePricingModule", "", "")
+	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "DescribePricingModule", "bssopenapi", "openAPI")
 	return
 }
 

+ 1 - 1
services/bssopenapi/describe_resource_package_product.go

@@ -95,7 +95,7 @@ func CreateDescribeResourcePackageProductRequest() (request *DescribeResourcePac
 	request = &DescribeResourcePackageProductRequest{
 		RpcRequest: &requests.RpcRequest{},
 	}
-	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "DescribeResourcePackageProduct", "", "")
+	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "DescribeResourcePackageProduct", "bssopenapi", "openAPI")
 	return
 }
 

+ 1 - 1
services/bssopenapi/enable_bill_generation.go

@@ -95,7 +95,7 @@ func CreateEnableBillGenerationRequest() (request *EnableBillGenerationRequest)
 	request = &EnableBillGenerationRequest{
 		RpcRequest: &requests.RpcRequest{},
 	}
-	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "EnableBillGeneration", "", "")
+	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "EnableBillGeneration", "bssopenapi", "openAPI")
 	return
 }
 

+ 24 - 20
services/bssopenapi/endpoint.go

@@ -10,26 +10,30 @@ var EndpointType = "regional"
 func GetEndpointMap() map[string]string {
 	if EndpointMap == nil {
 		EndpointMap = map[string]string{
-			"cn-shenzhen":    "business.aliyuncs.com",
-			"cn-beijing":     "business.aliyuncs.com",
-			"ap-south-1":     "business.ap-southeast-1.aliyuncs.com",
-			"eu-west-1":      "business.ap-southeast-1.aliyuncs.com",
-			"ap-northeast-1": "business.ap-southeast-1.aliyuncs.com",
-			"me-east-1":      "business.ap-southeast-1.aliyuncs.com",
-			"cn-chengdu":     "business.aliyuncs.com",
-			"cn-qingdao":     "business.aliyuncs.com",
-			"cn-shanghai":    "business.aliyuncs.com",
-			"cn-hongkong":    "business.aliyuncs.com",
-			"ap-southeast-1": "business.ap-southeast-1.aliyuncs.com",
-			"ap-southeast-2": "business.ap-southeast-1.aliyuncs.com",
-			"ap-southeast-3": "business.ap-southeast-1.aliyuncs.com",
-			"eu-central-1":   "business.ap-southeast-1.aliyuncs.com",
-			"cn-huhehaote":   "business.aliyuncs.com",
-			"ap-southeast-5": "business.ap-southeast-1.aliyuncs.com",
-			"us-east-1":      "business.ap-southeast-1.aliyuncs.com",
-			"cn-zhangjiakou": "business.aliyuncs.com",
-			"us-west-1":      "business.ap-southeast-1.aliyuncs.com",
-			"cn-hangzhou":    "business.aliyuncs.com",
+			"cn-shenzhen":           "business.aliyuncs.com",
+			"cn-beijing":            "business.aliyuncs.com",
+			"ap-south-1":            "business.ap-southeast-1.aliyuncs.com",
+			"eu-west-1":             "business.ap-southeast-1.aliyuncs.com",
+			"ap-northeast-1":        "business.ap-southeast-1.aliyuncs.com",
+			"cn-shenzhen-finance-1": "business.aliyuncs.com",
+			"me-east-1":             "business.ap-southeast-1.aliyuncs.com",
+			"cn-chengdu":            "business.aliyuncs.com",
+			"cn-north-2-gov-1":      "business.aliyuncs.com",
+			"cn-qingdao":            "business.aliyuncs.com",
+			"cn-shanghai":           "business.aliyuncs.com",
+			"cn-shanghai-finance-1": "business.aliyuncs.com",
+			"cn-hongkong":           "business.aliyuncs.com",
+			"cn-hangzhou-finance":   "business.aliyuncs.com",
+			"ap-southeast-1":        "business.ap-southeast-1.aliyuncs.com",
+			"ap-southeast-2":        "business.ap-southeast-1.aliyuncs.com",
+			"ap-southeast-3":        "business.ap-southeast-1.aliyuncs.com",
+			"eu-central-1":          "business.ap-southeast-1.aliyuncs.com",
+			"cn-huhehaote":          "business.aliyuncs.com",
+			"ap-southeast-5":        "business.ap-southeast-1.aliyuncs.com",
+			"us-east-1":             "business.ap-southeast-1.aliyuncs.com",
+			"cn-zhangjiakou":        "business.aliyuncs.com",
+			"us-west-1":             "business.ap-southeast-1.aliyuncs.com",
+			"cn-hangzhou":           "business.aliyuncs.com",
 		}
 	}
 	return EndpointMap

+ 1 - 1
services/bssopenapi/get_customer_account_info.go

@@ -94,7 +94,7 @@ func CreateGetCustomerAccountInfoRequest() (request *GetCustomerAccountInfoReque
 	request = &GetCustomerAccountInfoRequest{
 		RpcRequest: &requests.RpcRequest{},
 	}
-	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "GetCustomerAccountInfo", "", "")
+	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "GetCustomerAccountInfo", "bssopenapi", "openAPI")
 	return
 }
 

+ 1 - 1
services/bssopenapi/get_customer_list.go

@@ -93,7 +93,7 @@ func CreateGetCustomerListRequest() (request *GetCustomerListRequest) {
 	request = &GetCustomerListRequest{
 		RpcRequest: &requests.RpcRequest{},
 	}
-	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "GetCustomerList", "", "")
+	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "GetCustomerList", "bssopenapi", "openAPI")
 	return
 }
 

+ 1 - 1
services/bssopenapi/get_order_detail.go

@@ -95,7 +95,7 @@ func CreateGetOrderDetailRequest() (request *GetOrderDetailRequest) {
 	request = &GetOrderDetailRequest{
 		RpcRequest: &requests.RpcRequest{},
 	}
-	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "GetOrderDetail", "", "")
+	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "GetOrderDetail", "bssopenapi", "openAPI")
 	return
 }
 

+ 2 - 2
services/bssopenapi/get_pay_as_you_go_price.go

@@ -80,8 +80,8 @@ type GetPayAsYouGoPriceRequest struct {
 	SubscriptionType string                          `position:"Query" name:"SubscriptionType"`
 	ModuleList       *[]GetPayAsYouGoPriceModuleList `position:"Query" name:"ModuleList"  type:"Repeated"`
 	OwnerId          requests.Integer                `position:"Query" name:"OwnerId"`
-	Region           string                          `position:"Query" name:"Region"`
 	ProductType      string                          `position:"Query" name:"ProductType"`
+	Region           string                          `position:"Query" name:"Region"`
 }
 
 // GetPayAsYouGoPriceModuleList is a repeated param struct in GetPayAsYouGoPriceRequest
@@ -106,7 +106,7 @@ func CreateGetPayAsYouGoPriceRequest() (request *GetPayAsYouGoPriceRequest) {
 	request = &GetPayAsYouGoPriceRequest{
 		RpcRequest: &requests.RpcRequest{},
 	}
-	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "GetPayAsYouGoPrice", "", "")
+	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "GetPayAsYouGoPrice", "bssopenapi", "openAPI")
 	return
 }
 

+ 4 - 4
services/bssopenapi/get_resource_package_price.go

@@ -76,13 +76,13 @@ func (client *Client) GetResourcePackagePriceWithCallback(request *GetResourcePa
 // GetResourcePackagePriceRequest is the request struct for api GetResourcePackagePrice
 type GetResourcePackagePriceRequest struct {
 	*requests.RpcRequest
-	Duration      requests.Integer `position:"Query" name:"Duration"`
 	ProductCode   string           `position:"Query" name:"ProductCode"`
-	InstanceId    string           `position:"Query" name:"InstanceId"`
 	Specification string           `position:"Query" name:"Specification"`
 	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
-	PackageType   string           `position:"Query" name:"PackageType"`
 	EffectiveDate string           `position:"Query" name:"EffectiveDate"`
+	Duration      requests.Integer `position:"Query" name:"Duration"`
+	InstanceId    string           `position:"Query" name:"InstanceId"`
+	PackageType   string           `position:"Query" name:"PackageType"`
 	PricingCycle  string           `position:"Query" name:"PricingCycle"`
 	OrderType     string           `position:"Query" name:"OrderType"`
 }
@@ -102,7 +102,7 @@ func CreateGetResourcePackagePriceRequest() (request *GetResourcePackagePriceReq
 	request = &GetResourcePackagePriceRequest{
 		RpcRequest: &requests.RpcRequest{},
 	}
-	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "GetResourcePackagePrice", "", "")
+	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "GetResourcePackagePrice", "bssopenapi", "openAPI")
 	return
 }
 

+ 5 - 5
services/bssopenapi/get_subscription_price.go

@@ -76,17 +76,17 @@ func (client *Client) GetSubscriptionPriceWithCallback(request *GetSubscriptionP
 // GetSubscriptionPriceRequest is the request struct for api GetSubscriptionPrice
 type GetSubscriptionPriceRequest struct {
 	*requests.RpcRequest
-	ServicePeriodQuantity requests.Integer                  `position:"Query" name:"ServicePeriodQuantity"`
 	ProductCode           string                            `position:"Query" name:"ProductCode"`
-	InstanceId            string                            `position:"Query" name:"InstanceId"`
 	Quantity              requests.Integer                  `position:"Query" name:"Quantity"`
-	ServicePeriodUnit     string                            `position:"Query" name:"ServicePeriodUnit"`
 	SubscriptionType      string                            `position:"Query" name:"SubscriptionType"`
 	ModuleList            *[]GetSubscriptionPriceModuleList `position:"Query" name:"ModuleList"  type:"Repeated"`
 	OwnerId               requests.Integer                  `position:"Query" name:"OwnerId"`
+	ProductType           string                            `position:"Query" name:"ProductType"`
+	ServicePeriodQuantity requests.Integer                  `position:"Query" name:"ServicePeriodQuantity"`
+	InstanceId            string                            `position:"Query" name:"InstanceId"`
+	ServicePeriodUnit     string                            `position:"Query" name:"ServicePeriodUnit"`
 	Region                string                            `position:"Query" name:"Region"`
 	OrderType             string                            `position:"Query" name:"OrderType"`
-	ProductType           string                            `position:"Query" name:"ProductType"`
 }
 
 // GetSubscriptionPriceModuleList is a repeated param struct in GetSubscriptionPriceRequest
@@ -112,7 +112,7 @@ func CreateGetSubscriptionPriceRequest() (request *GetSubscriptionPriceRequest)
 	request = &GetSubscriptionPriceRequest{
 		RpcRequest: &requests.RpcRequest{},
 	}
-	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "GetSubscriptionPrice", "", "")
+	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "GetSubscriptionPrice", "bssopenapi", "openAPI")
 	return
 }
 

+ 4 - 4
services/bssopenapi/modify_instance.go

@@ -77,13 +77,13 @@ func (client *Client) ModifyInstanceWithCallback(request *ModifyInstanceRequest,
 type ModifyInstanceRequest struct {
 	*requests.RpcRequest
 	ProductCode      string                     `position:"Query" name:"ProductCode"`
-	InstanceId       string                     `position:"Query" name:"InstanceId"`
 	ClientToken      string                     `position:"Query" name:"ClientToken"`
 	SubscriptionType string                     `position:"Query" name:"SubscriptionType"`
-	ModifyType       string                     `position:"Query" name:"ModifyType"`
-	Parameter        *[]ModifyInstanceParameter `position:"Query" name:"Parameter"  type:"Repeated"`
 	OwnerId          requests.Integer           `position:"Query" name:"OwnerId"`
 	ProductType      string                     `position:"Query" name:"ProductType"`
+	InstanceId       string                     `position:"Query" name:"InstanceId"`
+	ModifyType       string                     `position:"Query" name:"ModifyType"`
+	Parameter        *[]ModifyInstanceParameter `position:"Query" name:"Parameter"  type:"Repeated"`
 }
 
 // ModifyInstanceParameter is a repeated param struct in ModifyInstanceRequest
@@ -107,7 +107,7 @@ func CreateModifyInstanceRequest() (request *ModifyInstanceRequest) {
 	request = &ModifyInstanceRequest{
 		RpcRequest: &requests.RpcRequest{},
 	}
-	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "ModifyInstance", "", "")
+	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "ModifyInstance", "bssopenapi", "openAPI")
 	return
 }
 

+ 1 - 1
services/bssopenapi/query_account_balance.go

@@ -93,7 +93,7 @@ func CreateQueryAccountBalanceRequest() (request *QueryAccountBalanceRequest) {
 	request = &QueryAccountBalanceRequest{
 		RpcRequest: &requests.RpcRequest{},
 	}
-	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "QueryAccountBalance", "", "")
+	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "QueryAccountBalance", "bssopenapi", "openAPI")
 	return
 }
 

+ 3 - 3
services/bssopenapi/query_account_transactions.go

@@ -76,13 +76,13 @@ func (client *Client) QueryAccountTransactionsWithCallback(request *QueryAccount
 // QueryAccountTransactionsRequest is the request struct for api QueryAccountTransactions
 type QueryAccountTransactionsRequest struct {
 	*requests.RpcRequest
+	PageNum              requests.Integer `position:"Query" name:"PageNum"`
+	CreateTimeEnd        string           `position:"Query" name:"CreateTimeEnd"`
 	RecordID             string           `position:"Query" name:"RecordID"`
 	PageSize             requests.Integer `position:"Query" name:"PageSize"`
 	TransactionChannelSN string           `position:"Query" name:"TransactionChannelSN"`
 	CreateTimeStart      string           `position:"Query" name:"CreateTimeStart"`
 	TransactionNumber    string           `position:"Query" name:"TransactionNumber"`
-	PageNum              requests.Integer `position:"Query" name:"PageNum"`
-	CreateTimeEnd        string           `position:"Query" name:"CreateTimeEnd"`
 }
 
 // QueryAccountTransactionsResponse is the response struct for api QueryAccountTransactions
@@ -100,7 +100,7 @@ func CreateQueryAccountTransactionsRequest() (request *QueryAccountTransactionsR
 	request = &QueryAccountTransactionsRequest{
 		RpcRequest: &requests.RpcRequest{},
 	}
-	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "QueryAccountTransactions", "", "")
+	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "QueryAccountTransactions", "bssopenapi", "openAPI")
 	return
 }
 

+ 5 - 5
services/bssopenapi/query_available_instances.go

@@ -78,17 +78,17 @@ type QueryAvailableInstancesRequest struct {
 	*requests.RpcRequest
 	ProductCode      string           `position:"Query" name:"ProductCode"`
 	SubscriptionType string           `position:"Query" name:"SubscriptionType"`
-	OwnerId          requests.Integer `position:"Query" name:"OwnerId"`
 	PageNum          requests.Integer `position:"Query" name:"PageNum"`
-	EndTimeStart     string           `position:"Query" name:"EndTimeStart"`
 	ProductType      string           `position:"Query" name:"ProductType"`
+	PageSize         requests.Integer `position:"Query" name:"PageSize"`
+	RenewStatus      string           `position:"Query" name:"RenewStatus"`
+	OwnerId          requests.Integer `position:"Query" name:"OwnerId"`
+	EndTimeStart     string           `position:"Query" name:"EndTimeStart"`
 	CreateTimeEnd    string           `position:"Query" name:"CreateTimeEnd"`
 	InstanceIDs      string           `position:"Query" name:"InstanceIDs"`
 	EndTimeEnd       string           `position:"Query" name:"EndTimeEnd"`
-	PageSize         requests.Integer `position:"Query" name:"PageSize"`
 	CreateTimeStart  string           `position:"Query" name:"CreateTimeStart"`
 	Region           string           `position:"Query" name:"Region"`
-	RenewStatus      string           `position:"Query" name:"RenewStatus"`
 }
 
 // QueryAvailableInstancesResponse is the response struct for api QueryAvailableInstances
@@ -106,7 +106,7 @@ func CreateQueryAvailableInstancesRequest() (request *QueryAvailableInstancesReq
 	request = &QueryAvailableInstancesRequest{
 		RpcRequest: &requests.RpcRequest{},
 	}
-	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "QueryAvailableInstances", "", "")
+	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "QueryAvailableInstances", "bssopenapi", "openAPI")
 	return
 }
 

+ 2 - 2
services/bssopenapi/query_bill.go

@@ -80,12 +80,12 @@ type QueryBillRequest struct {
 	IsHideZeroCharge       requests.Boolean `position:"Query" name:"IsHideZeroCharge"`
 	IsDisplayLocalCurrency requests.Boolean `position:"Query" name:"IsDisplayLocalCurrency"`
 	SubscriptionType       string           `position:"Query" name:"SubscriptionType"`
-	PageSize               requests.Integer `position:"Query" name:"PageSize"`
 	BillingCycle           string           `position:"Query" name:"BillingCycle"`
 	Type                   string           `position:"Query" name:"Type"`
 	OwnerId                requests.Integer `position:"Query" name:"OwnerId"`
 	PageNum                requests.Integer `position:"Query" name:"PageNum"`
 	ProductType            string           `position:"Query" name:"ProductType"`
+	PageSize               requests.Integer `position:"Query" name:"PageSize"`
 }
 
 // QueryBillResponse is the response struct for api QueryBill
@@ -103,7 +103,7 @@ func CreateQueryBillRequest() (request *QueryBillRequest) {
 	request = &QueryBillRequest{
 		RpcRequest: &requests.RpcRequest{},
 	}
-	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "QueryBill", "", "")
+	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "QueryBill", "bssopenapi", "openAPI")
 	return
 }
 

+ 1 - 1
services/bssopenapi/query_bill_overview.go

@@ -97,7 +97,7 @@ func CreateQueryBillOverviewRequest() (request *QueryBillOverviewRequest) {
 	request = &QueryBillOverviewRequest{
 		RpcRequest: &requests.RpcRequest{},
 	}
-	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "QueryBillOverview", "", "")
+	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "QueryBillOverview", "bssopenapi", "openAPI")
 	return
 }
 

+ 1 - 1
services/bssopenapi/query_cash_coupons.go

@@ -96,7 +96,7 @@ func CreateQueryCashCouponsRequest() (request *QueryCashCouponsRequest) {
 	request = &QueryCashCouponsRequest{
 		RpcRequest: &requests.RpcRequest{},
 	}
-	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "QueryCashCoupons", "", "")
+	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "QueryCashCoupons", "bssopenapi", "openAPI")
 	return
 }
 

+ 1 - 1
services/bssopenapi/query_customer_address_list.go

@@ -96,7 +96,7 @@ func CreateQueryCustomerAddressListRequest() (request *QueryCustomerAddressListR
 	request = &QueryCustomerAddressListRequest{
 		RpcRequest: &requests.RpcRequest{},
 	}
-	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "QueryCustomerAddressList", "", "")
+	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "QueryCustomerAddressList", "bssopenapi", "openAPI")
 	return
 }
 

+ 5 - 5
services/bssopenapi/query_evaluate_list.go

@@ -79,15 +79,15 @@ type QueryEvaluateListRequest struct {
 	EndSearchTime   string           `position:"Query" name:"EndSearchTime"`
 	OutBizId        string           `position:"Query" name:"OutBizId"`
 	SortType        requests.Integer `position:"Query" name:"SortType"`
-	BizTypeList     *[]string        `position:"Query" name:"BizTypeList"  type:"Repeated"`
 	Type            requests.Integer `position:"Query" name:"Type"`
-	OwnerId         requests.Integer `position:"Query" name:"OwnerId"`
 	PageNum         requests.Integer `position:"Query" name:"PageNum"`
-	StartSearchTime string           `position:"Query" name:"StartSearchTime"`
-	EndBizTime      string           `position:"Query" name:"EndBizTime"`
 	PageSize        requests.Integer `position:"Query" name:"PageSize"`
 	EndAmount       requests.Integer `position:"Query" name:"EndAmount"`
 	BillCycle       string           `position:"Query" name:"BillCycle"`
+	BizTypeList     *[]string        `position:"Query" name:"BizTypeList"  type:"Repeated"`
+	OwnerId         requests.Integer `position:"Query" name:"OwnerId"`
+	StartSearchTime string           `position:"Query" name:"StartSearchTime"`
+	EndBizTime      string           `position:"Query" name:"EndBizTime"`
 	StartAmount     requests.Integer `position:"Query" name:"StartAmount"`
 	StartBizTime    string           `position:"Query" name:"StartBizTime"`
 }
@@ -107,7 +107,7 @@ func CreateQueryEvaluateListRequest() (request *QueryEvaluateListRequest) {
 	request = &QueryEvaluateListRequest{
 		RpcRequest: &requests.RpcRequest{},
 	}
-	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "QueryEvaluateList", "", "")
+	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "QueryEvaluateList", "bssopenapi", "openAPI")
 	return
 }
 

+ 3 - 3
services/bssopenapi/query_instance_bill.go

@@ -76,15 +76,15 @@ func (client *Client) QueryInstanceBillWithCallback(request *QueryInstanceBillRe
 // QueryInstanceBillRequest is the request struct for api QueryInstanceBill
 type QueryInstanceBillRequest struct {
 	*requests.RpcRequest
-	IsBillingItem    requests.Boolean `position:"Query" name:"IsBillingItem"`
 	ProductCode      string           `position:"Query" name:"ProductCode"`
 	IsHideZeroCharge requests.Boolean `position:"Query" name:"IsHideZeroCharge"`
 	SubscriptionType string           `position:"Query" name:"SubscriptionType"`
-	PageSize         requests.Integer `position:"Query" name:"PageSize"`
 	BillingCycle     string           `position:"Query" name:"BillingCycle"`
 	OwnerId          requests.Integer `position:"Query" name:"OwnerId"`
 	PageNum          requests.Integer `position:"Query" name:"PageNum"`
 	ProductType      string           `position:"Query" name:"ProductType"`
+	IsBillingItem    requests.Boolean `position:"Query" name:"IsBillingItem"`
+	PageSize         requests.Integer `position:"Query" name:"PageSize"`
 }
 
 // QueryInstanceBillResponse is the response struct for api QueryInstanceBill
@@ -102,7 +102,7 @@ func CreateQueryInstanceBillRequest() (request *QueryInstanceBillRequest) {
 	request = &QueryInstanceBillRequest{
 		RpcRequest: &requests.RpcRequest{},
 	}
-	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "QueryInstanceBill", "", "")
+	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "QueryInstanceBill", "bssopenapi", "openAPI")
 	return
 }
 

+ 2 - 2
services/bssopenapi/query_instance_gaap_cost.go

@@ -78,10 +78,10 @@ type QueryInstanceGaapCostRequest struct {
 	*requests.RpcRequest
 	ProductCode      string           `position:"Query" name:"ProductCode"`
 	SubscriptionType string           `position:"Query" name:"SubscriptionType"`
-	PageSize         requests.Integer `position:"Query" name:"PageSize"`
 	BillingCycle     string           `position:"Query" name:"BillingCycle"`
 	PageNum          requests.Integer `position:"Query" name:"PageNum"`
 	ProductType      string           `position:"Query" name:"ProductType"`
+	PageSize         requests.Integer `position:"Query" name:"PageSize"`
 }
 
 // QueryInstanceGaapCostResponse is the response struct for api QueryInstanceGaapCost
@@ -99,7 +99,7 @@ func CreateQueryInstanceGaapCostRequest() (request *QueryInstanceGaapCostRequest
 	request = &QueryInstanceGaapCostRequest{
 		RpcRequest: &requests.RpcRequest{},
 	}
-	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "QueryInstanceGaapCost", "", "")
+	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "QueryInstanceGaapCost", "bssopenapi", "openAPI")
 	return
 }
 

+ 1 - 1
services/bssopenapi/query_invoicing_customer_list.go

@@ -94,7 +94,7 @@ func CreateQueryInvoicingCustomerListRequest() (request *QueryInvoicingCustomerL
 	request = &QueryInvoicingCustomerListRequest{
 		RpcRequest: &requests.RpcRequest{},
 	}
-	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "QueryInvoicingCustomerList", "", "")
+	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "QueryInvoicingCustomerList", "bssopenapi", "openAPI")
 	return
 }
 

+ 1 - 1
services/bssopenapi/query_monthly_bill.go

@@ -94,7 +94,7 @@ func CreateQueryMonthlyBillRequest() (request *QueryMonthlyBillRequest) {
 	request = &QueryMonthlyBillRequest{
 		RpcRequest: &requests.RpcRequest{},
 	}
-	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "QueryMonthlyBill", "", "")
+	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "QueryMonthlyBill", "bssopenapi", "openAPI")
 	return
 }
 

+ 2 - 2
services/bssopenapi/query_monthly_instance_consumption.go

@@ -78,11 +78,11 @@ type QueryMonthlyInstanceConsumptionRequest struct {
 	*requests.RpcRequest
 	ProductCode      string           `position:"Query" name:"ProductCode"`
 	SubscriptionType string           `position:"Query" name:"SubscriptionType"`
-	PageSize         requests.Integer `position:"Query" name:"PageSize"`
 	BillingCycle     string           `position:"Query" name:"BillingCycle"`
 	OwnerId          requests.Integer `position:"Query" name:"OwnerId"`
 	PageNum          requests.Integer `position:"Query" name:"PageNum"`
 	ProductType      string           `position:"Query" name:"ProductType"`
+	PageSize         requests.Integer `position:"Query" name:"PageSize"`
 }
 
 // QueryMonthlyInstanceConsumptionResponse is the response struct for api QueryMonthlyInstanceConsumption
@@ -100,7 +100,7 @@ func CreateQueryMonthlyInstanceConsumptionRequest() (request *QueryMonthlyInstan
 	request = &QueryMonthlyInstanceConsumptionRequest{
 		RpcRequest: &requests.RpcRequest{},
 	}
-	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "QueryMonthlyInstanceConsumption", "", "")
+	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "QueryMonthlyInstanceConsumption", "bssopenapi", "openAPI")
 	return
 }
 

+ 4 - 4
services/bssopenapi/query_orders.go

@@ -78,13 +78,13 @@ type QueryOrdersRequest struct {
 	*requests.RpcRequest
 	ProductCode      string           `position:"Query" name:"ProductCode"`
 	SubscriptionType string           `position:"Query" name:"SubscriptionType"`
-	PageSize         requests.Integer `position:"Query" name:"PageSize"`
-	PaymentStatus    string           `position:"Query" name:"PaymentStatus"`
-	CreateTimeStart  string           `position:"Query" name:"CreateTimeStart"`
 	PageNum          requests.Integer `position:"Query" name:"PageNum"`
 	OwnerId          requests.Integer `position:"Query" name:"OwnerId"`
 	CreateTimeEnd    string           `position:"Query" name:"CreateTimeEnd"`
 	ProductType      string           `position:"Query" name:"ProductType"`
+	PageSize         requests.Integer `position:"Query" name:"PageSize"`
+	PaymentStatus    string           `position:"Query" name:"PaymentStatus"`
+	CreateTimeStart  string           `position:"Query" name:"CreateTimeStart"`
 	OrderType        string           `position:"Query" name:"OrderType"`
 }
 
@@ -103,7 +103,7 @@ func CreateQueryOrdersRequest() (request *QueryOrdersRequest) {
 	request = &QueryOrdersRequest{
 		RpcRequest: &requests.RpcRequest{},
 	}
-	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "QueryOrders", "", "")
+	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "QueryOrders", "bssopenapi", "openAPI")
 	return
 }
 

+ 1 - 1
services/bssopenapi/query_prepaid_cards.go

@@ -96,7 +96,7 @@ func CreateQueryPrepaidCardsRequest() (request *QueryPrepaidCardsRequest) {
 	request = &QueryPrepaidCardsRequest{
 		RpcRequest: &requests.RpcRequest{},
 	}
-	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "QueryPrepaidCards", "", "")
+	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "QueryPrepaidCards", "bssopenapi", "openAPI")
 	return
 }
 

+ 2 - 2
services/bssopenapi/query_product_list.go

@@ -76,9 +76,9 @@ func (client *Client) QueryProductListWithCallback(request *QueryProductListRequ
 // QueryProductListRequest is the request struct for api QueryProductList
 type QueryProductListRequest struct {
 	*requests.RpcRequest
+	PageNum         requests.Integer `position:"Query" name:"PageNum"`
 	QueryTotalCount requests.Boolean `position:"Query" name:"QueryTotalCount"`
 	PageSize        requests.Integer `position:"Query" name:"PageSize"`
-	PageNum         requests.Integer `position:"Query" name:"PageNum"`
 }
 
 // QueryProductListResponse is the response struct for api QueryProductList
@@ -96,7 +96,7 @@ func CreateQueryProductListRequest() (request *QueryProductListRequest) {
 	request = &QueryProductListRequest{
 		RpcRequest: &requests.RpcRequest{},
 	}
-	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "QueryProductList", "", "")
+	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "QueryProductList", "bssopenapi", "openAPI")
 	return
 }
 

+ 2 - 2
services/bssopenapi/query_redeem.go

@@ -77,10 +77,10 @@ func (client *Client) QueryRedeemWithCallback(request *QueryRedeemRequest, callb
 type QueryRedeemRequest struct {
 	*requests.RpcRequest
 	ExpiryTimeEnd   string           `position:"Query" name:"ExpiryTimeEnd"`
-	PageSize        requests.Integer `position:"Query" name:"PageSize"`
 	ExpiryTimeStart string           `position:"Query" name:"ExpiryTimeStart"`
 	PageNum         requests.Integer `position:"Query" name:"PageNum"`
 	EffectiveOrNot  requests.Boolean `position:"Query" name:"EffectiveOrNot"`
+	PageSize        requests.Integer `position:"Query" name:"PageSize"`
 }
 
 // QueryRedeemResponse is the response struct for api QueryRedeem
@@ -98,7 +98,7 @@ func CreateQueryRedeemRequest() (request *QueryRedeemRequest) {
 	request = &QueryRedeemRequest{
 		RpcRequest: &requests.RpcRequest{},
 	}
-	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "QueryRedeem", "", "")
+	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "QueryRedeem", "bssopenapi", "openAPI")
 	return
 }
 

+ 1 - 1
services/bssopenapi/query_reseller_available_quota.go

@@ -95,7 +95,7 @@ func CreateQueryResellerAvailableQuotaRequest() (request *QueryResellerAvailable
 	request = &QueryResellerAvailableQuotaRequest{
 		RpcRequest: &requests.RpcRequest{},
 	}
-	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "QueryResellerAvailableQuota", "", "")
+	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "QueryResellerAvailableQuota", "bssopenapi", "openAPI")
 	return
 }
 

+ 2 - 2
services/bssopenapi/query_resource_package_instances.go

@@ -78,10 +78,10 @@ type QueryResourcePackageInstancesRequest struct {
 	*requests.RpcRequest
 	ExpiryTimeEnd   string           `position:"Query" name:"ExpiryTimeEnd"`
 	ProductCode     string           `position:"Query" name:"ProductCode"`
-	PageSize        requests.Integer `position:"Query" name:"PageSize"`
 	OwnerId         requests.Integer `position:"Query" name:"OwnerId"`
 	ExpiryTimeStart string           `position:"Query" name:"ExpiryTimeStart"`
 	PageNum         requests.Integer `position:"Query" name:"PageNum"`
+	PageSize        requests.Integer `position:"Query" name:"PageSize"`
 }
 
 // QueryResourcePackageInstancesResponse is the response struct for api QueryResourcePackageInstances
@@ -102,7 +102,7 @@ func CreateQueryResourcePackageInstancesRequest() (request *QueryResourcePackage
 	request = &QueryResourcePackageInstancesRequest{
 		RpcRequest: &requests.RpcRequest{},
 	}
-	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "QueryResourcePackageInstances", "", "")
+	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "QueryResourcePackageInstances", "bssopenapi", "openAPI")
 	return
 }
 

+ 2 - 2
services/bssopenapi/query_settlement_bill.go

@@ -79,7 +79,6 @@ type QuerySettlementBillRequest struct {
 	ProductCode      string           `position:"Query" name:"ProductCode"`
 	IsHideZeroCharge requests.Boolean `position:"Query" name:"IsHideZeroCharge"`
 	SubscriptionType string           `position:"Query" name:"SubscriptionType"`
-	PageSize         requests.Integer `position:"Query" name:"PageSize"`
 	EndTime          string           `position:"Query" name:"EndTime"`
 	BillingCycle     string           `position:"Query" name:"BillingCycle"`
 	StartTime        string           `position:"Query" name:"StartTime"`
@@ -87,6 +86,7 @@ type QuerySettlementBillRequest struct {
 	PageNum          requests.Integer `position:"Query" name:"PageNum"`
 	Type             string           `position:"Query" name:"Type"`
 	ProductType      string           `position:"Query" name:"ProductType"`
+	PageSize         requests.Integer `position:"Query" name:"PageSize"`
 }
 
 // QuerySettlementBillResponse is the response struct for api QuerySettlementBill
@@ -104,7 +104,7 @@ func CreateQuerySettlementBillRequest() (request *QuerySettlementBillRequest) {
 	request = &QuerySettlementBillRequest{
 		RpcRequest: &requests.RpcRequest{},
 	}
-	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "QuerySettlementBill", "", "")
+	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "QuerySettlementBill", "bssopenapi", "openAPI")
 	return
 }
 

+ 4 - 4
services/bssopenapi/query_user_oms_data.go

@@ -76,12 +76,12 @@ func (client *Client) QueryUserOmsDataWithCallback(request *QueryUserOmsDataRequ
 // QueryUserOmsDataRequest is the request struct for api QueryUserOmsData
 type QueryUserOmsDataRequest struct {
 	*requests.RpcRequest
-	DataType  string           `position:"Query" name:"DataType"`
-	Marker    string           `position:"Query" name:"Marker"`
-	PageSize  requests.Integer `position:"Query" name:"PageSize"`
 	EndTime   string           `position:"Query" name:"EndTime"`
 	StartTime string           `position:"Query" name:"StartTime"`
 	OwnerId   requests.Integer `position:"Query" name:"OwnerId"`
+	DataType  string           `position:"Query" name:"DataType"`
+	Marker    string           `position:"Query" name:"Marker"`
+	PageSize  requests.Integer `position:"Query" name:"PageSize"`
 	Table     string           `position:"Query" name:"Table"`
 }
 
@@ -100,7 +100,7 @@ func CreateQueryUserOmsDataRequest() (request *QueryUserOmsDataRequest) {
 	request = &QueryUserOmsDataRequest{
 		RpcRequest: &requests.RpcRequest{},
 	}
-	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "QueryUserOmsData", "", "")
+	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "QueryUserOmsData", "bssopenapi", "openAPI")
 	return
 }
 

+ 3 - 3
services/bssopenapi/renew_instance.go

@@ -77,11 +77,11 @@ func (client *Client) RenewInstanceWithCallback(request *RenewInstanceRequest, c
 type RenewInstanceRequest struct {
 	*requests.RpcRequest
 	ProductCode string           `position:"Query" name:"ProductCode"`
-	InstanceId  string           `position:"Query" name:"InstanceId"`
 	ClientToken string           `position:"Query" name:"ClientToken"`
-	RenewPeriod requests.Integer `position:"Query" name:"RenewPeriod"`
 	OwnerId     requests.Integer `position:"Query" name:"OwnerId"`
 	ProductType string           `position:"Query" name:"ProductType"`
+	InstanceId  string           `position:"Query" name:"InstanceId"`
+	RenewPeriod requests.Integer `position:"Query" name:"RenewPeriod"`
 }
 
 // RenewInstanceResponse is the response struct for api RenewInstance
@@ -99,7 +99,7 @@ func CreateRenewInstanceRequest() (request *RenewInstanceRequest) {
 	request = &RenewInstanceRequest{
 		RpcRequest: &requests.RpcRequest{},
 	}
-	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "RenewInstance", "", "")
+	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "RenewInstance", "bssopenapi", "openAPI")
 	return
 }
 

+ 3 - 3
services/bssopenapi/renew_resource_package.go

@@ -76,10 +76,10 @@ func (client *Client) RenewResourcePackageWithCallback(request *RenewResourcePac
 // RenewResourcePackageRequest is the request struct for api RenewResourcePackage
 type RenewResourcePackageRequest struct {
 	*requests.RpcRequest
-	Duration      requests.Integer `position:"Query" name:"Duration"`
-	InstanceId    string           `position:"Query" name:"InstanceId"`
 	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
 	EffectiveDate string           `position:"Query" name:"EffectiveDate"`
+	Duration      requests.Integer `position:"Query" name:"Duration"`
+	InstanceId    string           `position:"Query" name:"InstanceId"`
 	PricingCycle  string           `position:"Query" name:"PricingCycle"`
 }
 
@@ -99,7 +99,7 @@ func CreateRenewResourcePackageRequest() (request *RenewResourcePackageRequest)
 	request = &RenewResourcePackageRequest{
 		RpcRequest: &requests.RpcRequest{},
 	}
-	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "RenewResourcePackage", "", "")
+	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "RenewResourcePackage", "bssopenapi", "openAPI")
 	return
 }
 

+ 4 - 4
services/bssopenapi/set_renewal.go

@@ -77,13 +77,13 @@ func (client *Client) SetRenewalWithCallback(request *SetRenewalRequest, callbac
 type SetRenewalRequest struct {
 	*requests.RpcRequest
 	ProductCode       string           `position:"Query" name:"ProductCode"`
-	InstanceIDs       string           `position:"Query" name:"InstanceIDs"`
 	SubscriptionType  string           `position:"Query" name:"SubscriptionType"`
-	RenewalStatus     string           `position:"Query" name:"RenewalStatus"`
-	RenewalPeriodUnit string           `position:"Query" name:"RenewalPeriodUnit"`
 	RenewalPeriod     requests.Integer `position:"Query" name:"RenewalPeriod"`
 	OwnerId           requests.Integer `position:"Query" name:"OwnerId"`
 	ProductType       string           `position:"Query" name:"ProductType"`
+	InstanceIDs       string           `position:"Query" name:"InstanceIDs"`
+	RenewalStatus     string           `position:"Query" name:"RenewalStatus"`
+	RenewalPeriodUnit string           `position:"Query" name:"RenewalPeriodUnit"`
 }
 
 // SetRenewalResponse is the response struct for api SetRenewal
@@ -100,7 +100,7 @@ func CreateSetRenewalRequest() (request *SetRenewalRequest) {
 	request = &SetRenewalRequest{
 		RpcRequest: &requests.RpcRequest{},
 	}
-	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "SetRenewal", "", "")
+	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "SetRenewal", "bssopenapi", "openAPI")
 	return
 }
 

+ 1 - 1
services/bssopenapi/set_reseller_user_alarm_threshold.go

@@ -96,7 +96,7 @@ func CreateSetResellerUserAlarmThresholdRequest() (request *SetResellerUserAlarm
 	request = &SetResellerUserAlarmThresholdRequest{
 		RpcRequest: &requests.RpcRequest{},
 	}
-	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "SetResellerUserAlarmThreshold", "", "")
+	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "SetResellerUserAlarmThreshold", "bssopenapi", "openAPI")
 	return
 }
 

+ 2 - 2
services/bssopenapi/set_reseller_user_quota.go

@@ -78,8 +78,8 @@ type SetResellerUserQuotaRequest struct {
 	*requests.RpcRequest
 	Amount   string           `position:"Query" name:"Amount"`
 	OutBizId string           `position:"Query" name:"OutBizId"`
-	Currency string           `position:"Query" name:"Currency"`
 	OwnerId  requests.Integer `position:"Query" name:"OwnerId"`
+	Currency string           `position:"Query" name:"Currency"`
 }
 
 // SetResellerUserQuotaResponse is the response struct for api SetResellerUserQuota
@@ -97,7 +97,7 @@ func CreateSetResellerUserQuotaRequest() (request *SetResellerUserQuotaRequest)
 	request = &SetResellerUserQuotaRequest{
 		RpcRequest: &requests.RpcRequest{},
 	}
-	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "SetResellerUserQuota", "", "")
+	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "SetResellerUserQuota", "bssopenapi", "openAPI")
 	return
 }
 

+ 2 - 2
services/bssopenapi/set_reseller_user_status.go

@@ -77,8 +77,8 @@ func (client *Client) SetResellerUserStatusWithCallback(request *SetResellerUser
 type SetResellerUserStatusRequest struct {
 	*requests.RpcRequest
 	OwnerId      string `position:"Query" name:"OwnerId"`
-	Status       string `position:"Query" name:"Status"`
 	BusinessType string `position:"Query" name:"BusinessType"`
+	Status       string `position:"Query" name:"Status"`
 }
 
 // SetResellerUserStatusResponse is the response struct for api SetResellerUserStatus
@@ -96,7 +96,7 @@ func CreateSetResellerUserStatusRequest() (request *SetResellerUserStatusRequest
 	request = &SetResellerUserStatusRequest{
 		RpcRequest: &requests.RpcRequest{},
 	}
-	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "SetResellerUserStatus", "", "")
+	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "SetResellerUserStatus", "bssopenapi", "openAPI")
 	return
 }
 

+ 1 - 1
services/bssopenapi/subscribe_bill_to_oss.go

@@ -96,7 +96,7 @@ func CreateSubscribeBillToOSSRequest() (request *SubscribeBillToOSSRequest) {
 	request = &SubscribeBillToOSSRequest{
 		RpcRequest: &requests.RpcRequest{},
 	}
-	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "SubscribeBillToOSS", "", "")
+	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "SubscribeBillToOSS", "bssopenapi", "openAPI")
 	return
 }
 

+ 1 - 1
services/bssopenapi/unsubscribe_bill_to_oss.go

@@ -94,7 +94,7 @@ func CreateUnsubscribeBillToOSSRequest() (request *UnsubscribeBillToOSSRequest)
 	request = &UnsubscribeBillToOSSRequest{
 		RpcRequest: &requests.RpcRequest{},
 	}
-	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "UnsubscribeBillToOSS", "", "")
+	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "UnsubscribeBillToOSS", "bssopenapi", "openAPI")
 	return
 }
 

+ 2 - 2
services/bssopenapi/upgrade_resource_package.go

@@ -76,10 +76,10 @@ func (client *Client) UpgradeResourcePackageWithCallback(request *UpgradeResourc
 // UpgradeResourcePackageRequest is the request struct for api UpgradeResourcePackage
 type UpgradeResourcePackageRequest struct {
 	*requests.RpcRequest
-	InstanceId    string           `position:"Query" name:"InstanceId"`
 	Specification string           `position:"Query" name:"Specification"`
 	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
 	EffectiveDate string           `position:"Query" name:"EffectiveDate"`
+	InstanceId    string           `position:"Query" name:"InstanceId"`
 }
 
 // UpgradeResourcePackageResponse is the response struct for api UpgradeResourcePackage
@@ -98,7 +98,7 @@ func CreateUpgradeResourcePackageRequest() (request *UpgradeResourcePackageReque
 	request = &UpgradeResourcePackageRequest{
 		RpcRequest: &requests.RpcRequest{},
 	}
-	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "UpgradeResourcePackage", "", "")
+	request.InitWithApiInfo("BssOpenApi", "2017-12-14", "UpgradeResourcePackage", "bssopenapi", "openAPI")
 	return
 }