Skip to content

Commit

Permalink
合并
Browse files Browse the repository at this point in the history
  • Loading branch information
Varorbc committed May 4, 2018
2 parents 2367d8d + f52741c commit cd2f810
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# PaySharp介绍
# PaySharp<img src="https://github.com/Varorbc/PaySharp/blob/master/logo.png" width="50px" height="50px">
---

PaySharp是一个支持多商户多种支付方式的跨平台网关处理类库,使用PaySharp可以简化订单的创建、查询、退款和接收网关返回的支付通知等操作。
Expand Down Expand Up @@ -57,7 +57,7 @@ PaySharp.Unionpay | [![NuGet](https://img.shields.io/nuget/v/PaySharp.Unionpay.s
# 如何使用
---

[Wiki](https://github.com/Varorbc/PaySharp/wiki)
[Demo](https://github.com/Varorbc/PaySharp/tree/master/sample/PaySharp.Demo)

# 交流讨论
---
Expand All @@ -82,7 +82,7 @@ https://open.unionpay.com/ajweb/product
# 支持/打赏

<p align="center">
<img src="https://github.com/Varorbc/PaySharp/blob/2.0.0-alpha/reward.jpg">
<img src="https://github.com/Varorbc/PaySharp/blob/master/reward.jpg">
<p align="center">打赏扫这里,请留下尊姓大名</p>
</p>

Expand Down
4 changes: 2 additions & 2 deletions run.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
cd sample\PaySharp.Demo
dotnet run
cd sample\PaySharp.Demo
dotnet run
2 changes: 1 addition & 1 deletion sample/PaySharp.Demo/Views/Home/Index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -1540,7 +1540,7 @@
</a>
</label>
<p>
<img src="https://raw.githubusercontent.com/Varorbc/ICanPay/2.0.0-alpha/reward.jpg" height="600" width="900" />
<img src="https://raw.githubusercontent.com/Varorbc/PaySharp/master/reward.jpg" height="600" width="900" />
</p>
</div>
</div>
Expand Down

0 comments on commit cd2f810

Please sign in to comment.