mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 12:56:28 +08:00
5.0
This commit is contained in:
@@ -114,12 +114,12 @@ public class AllInOneTest extends TestBase {
|
||||
}
|
||||
|
||||
/**
|
||||
* 多版本2.0
|
||||
* 获取上下文信息
|
||||
*/
|
||||
public void testGet_v3() {
|
||||
public void testGetContext() {
|
||||
Client.RequestBuilder requestBuilder = new Client.RequestBuilder()
|
||||
.method("story.get")
|
||||
.version("3.0")
|
||||
.method("story.get.context")
|
||||
.version("1.0")
|
||||
.notifyUrl("http://www.baidu.com")
|
||||
.bizContent(new BizContent().add("id", "2").add("name", "葫芦娃2"))
|
||||
.httpMethod(HttpTool.HTTPMethod.GET)
|
||||
|
Reference in New Issue
Block a user