Browse Source

代码优化

wangyu 6 years ago
parent
commit
6a7e22f86d

+ 1 - 1
icss-service/src/main/java/com/diagbot/web/TranFieldInfoController.java

@@ -26,7 +26,7 @@ import java.util.List;
  * @since 2018-11-21
  * @since 2018-11-21
  */
  */
 @RestController
 @RestController
-@RequestMapping(value = "/tranFieldInfo",produces="application/x-www-form-urlencoded")
+@RequestMapping(value = "/tranFieldInfo")
 @Api(value = "字段对应信息API", tags = { "字段对应信息API" })
 @Api(value = "字段对应信息API", tags = { "字段对应信息API" })
 @SuppressWarnings("unchecked")
 @SuppressWarnings("unchecked")
 public class TranFieldInfoController {
 public class TranFieldInfoController {