Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
panjjo authored Oct 25, 2018
1 parent 2778c64 commit 007ba85
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
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支付

0 comments on commit 007ba85

Please sign in to comment.