Commit 07434678 authored by 耿迪迪's avatar 耿迪迪

json获取接口修改

parent d10753ef
......@@ -51,7 +51,7 @@ public class ScreenSettingController {
* @param dataTypes 配置类型
* @return Result
*/
@RequestMapping("/getSettingInfo")
@RequestMapping(value = "/getSettingInfo",method = RequestMethod.POST)
public Result getSettingInfo(@RequestBody List<String> dataTypes){
try{
List<ScreenSettingVo> screenSettingVoList = new ArrayList<>();
......
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