From 2560fa3457623b2a694c928a8e5c070d65975283 Mon Sep 17 00:00:00 2001 From: Qu Xuan Date: Mon, 11 May 2020 14:00:32 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=81=BF=E5=85=8Daliyun=E7=A3=81?= =?UTF-8?q?=E7=9B=98=E8=AE=A1=E8=B4=B9=E7=B1=BB=E5=9E=8B=E5=A4=9A=E6=AC=A1?= =?UTF-8?q?=E8=BD=AC=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/multicloud/aliyun/charge.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/multicloud/aliyun/charge.go b/pkg/multicloud/aliyun/charge.go index 13e6043203..d7e7a86dbf 100644 --- a/pkg/multicloud/aliyun/charge.go +++ b/pkg/multicloud/aliyun/charge.go @@ -27,7 +27,7 @@ func convertChargeType(ct TChargeType) string { case PostPaidInstanceChargeType, PostPaidDBInstanceChargeType: return api.BILLING_TYPE_POSTPAID default: - return api.BILLING_TYPE_PREPAID + return "" } }