瀏覽代碼

Merge remote-tracking branch 'origin/dev/icss' into debug

wangyu 6 年之前
父節點
當前提交
55224540d8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      icss-service/src/main/java/com/diagbot/web/TranFieldInfoController.java

+ 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 {