mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 12:56:28 +08:00
优化性能
This commit is contained in:
@@ -102,7 +102,7 @@ public class AllInOneTest extends TestBase {
|
||||
.version("1.0")
|
||||
.ignoreSign(true)
|
||||
.bizContent(new BizContent().add("id", "222").add("name", "忽略222"))
|
||||
.httpMethod(HttpTool.HTTPMethod.POST);
|
||||
.httpMethod(HttpTool.HTTPMethod.GET);
|
||||
|
||||
client.execute(requestBuilder);
|
||||
}
|
||||
|
Reference in New Issue
Block a user