Commit 238fbd94 authored by 廖旭伟's avatar 廖旭伟

增加数据字典接口

parent a9e95cd8
......@@ -418,7 +418,7 @@ public class SyntheticalController extends BaseJsonBodyController {
*/
@PostMapping({"api/getDict"})
@UnAuth
public String getDict(@RequestBody SyntheticalPdu query) {
public String getDict() {
Map<String, Object> model = new HashMap();
model.put("handling_state", HandlingState.getEnumMap());
model.put("step_result", StepResult.getEnumMap());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment