Skip to content

Commit b8c985a

Browse files
committed
fix the links in readme
1 parent 569e5e9 commit b8c985a

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
lines changed

.vs/cn.jpush.api/v14/.suo

18 KB
Binary file not shown.

Newtonsoft.Json.dll

79.8 KB
Binary file not shown.

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## 概述
44
这是 JPush REST API 的 C# 版本封装开发包,是由极光推送官方提供的,一般支持最新的 API 功能。
55

6-
对应的 REST API 文档:<http://docs.jpush.io/server/rest_api_v3_push/>
6+
对应的 REST API 文档:<http://docs.jiguang.cn/jpush/server/push/server_overview/>
77

88
## 支持版本
99
Microsoft. NET Framework 4.0 (包括)以上版本
@@ -237,14 +237,14 @@ catch (APIConnectionException e)
237237

238238
## HTTP 状态码
239239

240-
参考文档:<http://docs.jpush.io/server/http_status_code/>
240+
参考文档:<http://docs.jiguang.cn/jpush/server/push/http_status_code/>
241241

242-
Push v3 API 状态码 参考文档:<http://docs.jpush.io/server/rest_api_v3_push/> 
242+
Push v3 API 状态码 参考文档:<http://docs.jiguang.cn/jpush/server/push/rest_api_v3_push/> 
243243

244-
Report API 状态码 参考文档:<http://docs.jpush.io/server/rest_api_v3_report/>
244+
Report API 状态码 参考文档:<http://docs.jiguang.cn/jpush/server/push/rest_api_v3_report/>
245245

246-
Device API 状态码 参考文档:<http://docs.jpush.io/server/rest_api_v3_device/>
246+
Device API 状态码 参考文档:<http://docs.jiguang.cn/jpush/server/push/rest_api_v3_device/>
247247

248-
Push Schedule API 状态码 参考文档:<http://docs.jpush.io/server/rest_api_push_schedule/> 
248+
Push Schedule API 状态码 参考文档:<http://docs.jiguang.cn/jpush/server/push/rest_api_push_schedule/> 
249249

250250
[Release页面](https://github.com/jpush/jpush-api-csharp-client/releases/) 有详细的版本发布记录与下载。

cn.jpush.api.example/cn.jpush.api.example.csproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,13 @@
4848
<WarningLevel>4</WarningLevel>
4949
</PropertyGroup>
5050
<PropertyGroup>
51-
<StartupObject>cn.jpush.api.example.ReportsExample</StartupObject>
51+
<StartupObject>cn.jpush.api.example.JPushApiExample</StartupObject>
5252
</PropertyGroup>
5353
<ItemGroup>
54+
<Reference Include="cn.jpush.api, Version=1.1.1.25209, Culture=neutral, processorArchitecture=MSIL">
55+
<HintPath>..\packages\cn.jpush.api.1.3.0\lib\net40\cn.jpush.api.dll</HintPath>
56+
<Private>True</Private>
57+
</Reference>
5458
<Reference Include="System" />
5559
<Reference Include="System.Core" />
5660
<Reference Include="System.Xml.Linq" />

0 commit comments

Comments
 (0)