mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 21:57:56 +08:00
2.5.3
This commit is contained in:
@@ -234,6 +234,13 @@ public class AlipayController {
|
||||
return Arrays.asList(storyVO, storyVO2);
|
||||
}
|
||||
|
||||
@ApiAbility
|
||||
@RequestMapping("getJson")
|
||||
public Object getJson(@RequestBody JSONObject param) {
|
||||
return param;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* 演示文档表格树
|
||||
*
|
||||
|
Reference in New Issue
Block a user