Browse Source

JARVIS SDK Auto Released By mainri.mxy,Version:1.19.1

Signed-off-by: haowei.yao <haowei.yao@alibaba-inc.com>
haowei.yao 7 years ago
parent
commit
0a4f0b5d1c

+ 3 - 0
ChangeLog.txt

@@ -1,3 +1,6 @@
+2018-06-06 Version: 1.19.1
+1, Change the type of srcUid to int.
+
 2018-06-06 Version: 1.19.0
 1, Add interface DescribePhoneInfo, DescribeDdosDefenseInfo, DescribeRiskListDetail, DescribePunishList.
 

+ 4 - 4
services/jarvis/describe_ddos_defense_info.go

@@ -76,10 +76,10 @@ func (client *Client) DescribeDdosDefenseInfoWithCallback(request *DescribeDdosD
 // DescribeDdosDefenseInfoRequest is the request struct for api DescribeDdosDefenseInfo
 type DescribeDdosDefenseInfoRequest struct {
 	*requests.RpcRequest
-	SourceIp   string `position:"Query" name:"SourceIp"`
-	Lang       string `position:"Query" name:"Lang"`
-	SrcUid     string `position:"Query" name:"srcUid"`
-	SourceCode string `position:"Query" name:"sourceCode"`
+	SourceIp   string           `position:"Query" name:"SourceIp"`
+	Lang       string           `position:"Query" name:"Lang"`
+	SrcUid     requests.Integer `position:"Query" name:"srcUid"`
+	SourceCode string           `position:"Query" name:"sourceCode"`
 }
 
 // DescribeDdosDefenseInfoResponse is the response struct for api DescribeDdosDefenseInfo

+ 1 - 1
services/jarvis/describe_punish_list.go

@@ -82,7 +82,7 @@ type DescribePunishListRequest struct {
 	CurrentPage  requests.Integer `position:"Query" name:"currentPage"`
 	PunishStatus string           `position:"Query" name:"PunishStatus"`
 	Lang         string           `position:"Query" name:"Lang"`
-	SrcUid       string           `position:"Query" name:"srcUid"`
+	SrcUid       requests.Integer `position:"Query" name:"srcUid"`
 	SourceCode   string           `position:"Query" name:"sourceCode"`
 }
 

+ 11 - 11
services/jarvis/describe_risk_list_detail.go

@@ -76,17 +76,17 @@ func (client *Client) DescribeRiskListDetailWithCallback(request *DescribeRiskLi
 // DescribeRiskListDetailRequest is the request struct for api DescribeRiskListDetail
 type DescribeRiskListDetailRequest struct {
 	*requests.RpcRequest
-	RiskType      string `position:"Query" name:"riskType"`
-	SourceIp      string `position:"Query" name:"SourceIp"`
-	PageSize      string `position:"Query" name:"pageSize"`
-	QueryProduct  string `position:"Query" name:"queryProduct"`
-	CurrentPage   string `position:"Query" name:"currentPage"`
-	RiskDescribe  string `position:"Query" name:"riskDescribe"`
-	Lang          string `position:"Query" name:"Lang"`
-	SrcUid        string `position:"Query" name:"srcUid"`
-	SourceCode    string `position:"Query" name:"sourceCode"`
-	QueryRegionId string `position:"Query" name:"queryRegionId"`
-	Status        string `position:"Query" name:"status"`
+	RiskType      string           `position:"Query" name:"riskType"`
+	SourceIp      string           `position:"Query" name:"SourceIp"`
+	PageSize      requests.Integer `position:"Query" name:"pageSize"`
+	QueryProduct  string           `position:"Query" name:"queryProduct"`
+	CurrentPage   requests.Integer `position:"Query" name:"currentPage"`
+	RiskDescribe  string           `position:"Query" name:"riskDescribe"`
+	Lang          string           `position:"Query" name:"Lang"`
+	SrcUid        requests.Integer `position:"Query" name:"srcUid"`
+	SourceCode    string           `position:"Query" name:"sourceCode"`
+	QueryRegionId string           `position:"Query" name:"queryRegionId"`
+	Status        string           `position:"Query" name:"status"`
 }
 
 // DescribeRiskListDetailResponse is the response struct for api DescribeRiskListDetail