提交 2773ecb1 authored 作者: liuhaiquan's avatar liuhaiquan

Merge remote-tracking branch 'origin/test' into test

Former-commit-id: 4ca7b595
...@@ -113,4 +113,14 @@ public class TempController { ...@@ -113,4 +113,14 @@ public class TempController {
return Result.ok(); return Result.ok();
} }
@ApiOperation(value = "获取风控状态 (临时接口)", notes = "<br>By:艾庆国")
@RequestMapping(value = "/getRiskStatus", method = RequestMethod.POST)
public Result<Void> getRiskStatus(String childNo) {
HttpDTO httpDTO = transportFeignService.getRiskStatus(childNo);
String decrypt = ThirdComponent.decrypt(httpDTO.getData());
log.info("{}", decrypt);
return Result.ok();
}
} }
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论