forked from panjjo/ppp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# ppp | ||
微信支付,支付宝支付服务商后端golang版本 | ||
|
||
## 启动 | ||
cp config.tmp.yml config.yml | ||
go run rcp/hprose.go --path=configfilepath | ||
|
||
### hprose | ||
使用hprose的rpc模式启动 | ||
|
||
## 支付宝支付 | ||
### 单商户模式/服务商模式 | ||
### 扫码支付 | ||
### 网站支付 | ||
### 手机网站支付 | ||
### app支付 | ||
|
||
## 微信支付 | ||
### 单服务商模式/服务商模式 | ||
### 扫码支付(主扫) | ||
### 条码支付(被扫) | ||
### 公众号支付 | ||
### app支付 | ||
### h5支付 |