update md

This commit is contained in:
jy.hu
2014-11-03 16:16:55 +08:00
parent 57d4a9d482
commit 21899e084c
3 changed files with 10 additions and 10 deletions
+5 -5
View File
@@ -44,11 +44,11 @@ weixin.properties
> "token":"开放者的token 非必须","openId":"公众号的openid 非必须",
> "mchId":"V3.x版本下的微信商户号",
> "partnerId":"财付通的商户号","partnerKey":"财付通商户权限密钥Key",
> "paySignKey":"微信支付中调用API的密钥"}**
> token_path=/tmp/weixin/token
> qr_path=/tmp/weixin/qr
> media_path=/tmp/weixin/media
> bill_path=/tmp/weixin/bill
> "paySignKey":"微信支付中调用API的密钥"} <br/>
> token_path=/tmp/weixin/token <br/>
> qr_path=/tmp/weixin/qr <br/>
> media_path=/tmp/weixin/media <br/>
> bill_path=/tmp/weixin/bill <br/>
2.实例化一个`WeixinProxy`对象,调用API.