Bläddra i källkod

INDUSTRY-BRAIN SDK Auto Released By siyu.yusi,Version:1.52.2

Signed-off-by: haowei.yao <haowei.yao@alibaba-inc.com>
haowei.yao 6 år sedan
förälder
incheckning
33f5bd73fe
2 ändrade filer med 7 tillägg och 0 borttagningar
  1. 5 0
      ChangeLog.txt
  2. 2 0
      services/industry-brain/invoke_service.go

+ 5 - 0
ChangeLog.txt

@@ -1,3 +1,8 @@
+2019-02-20 Version: 1.52.2
+1, Add code and message to inovkeService API
+2, User could check code and message to get more specific information
+3, 1.0.0 alpha release
+
 2019-02-18 Version: 1.52.1
 1, Initialization release SDK. EDAS now supports SDK implemented by current programming language.
 

+ 2 - 0
services/industry-brain/invoke_service.go

@@ -87,6 +87,8 @@ type InvokeServiceResponse struct {
 	*responses.BaseResponse
 	RequestId string `json:"RequestId" xml:"RequestId"`
 	Data      string `json:"Data" xml:"Data"`
+	Code      string `json:"Code" xml:"Code"`
+	Message   string `json:"Message" xml:"Message"`
 }
 
 // CreateInvokeServiceRequest creates a request to invoke InvokeService API