mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 21:57:56 +08:00
readme
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
# 测试
|
||||
# 测试接口调用
|
||||
|
||||
查看测试用例
|
||||
查看测试用例
|
||||
|
@@ -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));
|
||||
|
||||
|
Reference in New Issue
Block a user