Skip to content

Commit

Permalink
~~
Browse files Browse the repository at this point in the history
  • Loading branch information
Pengfei00 committed Dec 20, 2016
1 parent f9ac2f9 commit aeb5909
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,14 @@ __预创建订单__

然后使用trade_pre_create就能生产一个二维码了

`alipay.trade_pre_create(

```alipay.trade_pre_create(
"123456789", #商户订单号
"10.00", #订单总金额
"哈利路亚", #订单标题
)`
)```
正常状态下会返回一个二维码的地址,生成二维码给用户扫就可以了
Expand Down

0 comments on commit aeb5909

Please sign in to comment.