|
@@ -70,4 +70,9 @@ public class ExtractConfigCloudServiceClient extends BasicCloudClientSupport imp
|
|
|
return post("extract_config/getQuestionAnswerList", req, GetQuestionAnswerResp.class);
|
|
|
}
|
|
|
|
|
|
+ @Override
|
|
|
+ public GetQuestionResp getBaseQuestion(GetQuestionReq req) {
|
|
|
+ return post("extract_config/getBaseQuestion", req, GetQuestionResp.class);
|
|
|
+ }
|
|
|
+
|
|
|
}
|