This commit is contained in:
tanghc
2019-03-23 14:15:36 +08:00
parent e361d4df98
commit 7631457923
10 changed files with 31 additions and 8 deletions

View File

@@ -1,3 +1,3 @@
# 测试
# 测试接口调用
查看测试用例
查看测试用例

View File

@@ -58,7 +58,6 @@ biz_content String 是 请求参数的集合,最大长度不限,除公共
Map<String, String> bizContent = new HashMap<>();
bizContent.put("id", "1");
bizContent.put("name", "葫芦娃");
// bizContent.put("name", "葫芦娃1234567890葫芦娃1234567890"); // 超出长度
params.put("biz_content", JSON.toJSONString(bizContent));