Skip to content

Commit 5bbcec0

Browse files
authored
Update README.md
1 parent 8552e18 commit 5bbcec0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ shared_ptr<ConsoleLogSystem> log(cls);
119119
InitializeLogging(log);
120120
121121
// 创建HttpRequest对象
122-
HttpRequest request(URI("YOUR URL"), HttpMethod::HTTP_GET);
122+
HttpRequest request(URI("http://www.jdcloud-api.com/v1/regions/cn-north-1/instances?pageNumber=2&pageSize=10"), HttpMethod::HTTP_GET);
123123
request.SetHeaderValue(CONTENT_TYPE_HEADER, "application/json");
124124
request.SetHeaderValue(USER_AGENT_HEADER, "JdcloudSdkCpp/1.0.2 vm/0.7.4");
125125

0 commit comments

Comments
 (0)