Kaynağa Gözat

数据格式更改

wangyu 6 yıl önce
ebeveyn
işleme
0055c59df1

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

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