This commit is contained in:
tanghc
2019-11-14 19:22:48 +08:00
parent efe08c6389
commit d193035d69
3 changed files with 49 additions and 5 deletions

View File

@@ -234,6 +234,13 @@ public class AlipayController {
return Arrays.asList(storyVO, storyVO2);
}
@ApiAbility
@RequestMapping("getJson")
public Object getJson(@RequestBody JSONObject param) {
return param;
}
/**
* 演示文档表格树
*