Skip to content

Commit

Permalink
更新文档
Browse files Browse the repository at this point in the history
  • Loading branch information
blusewang committed Nov 7, 2020
1 parent 6fa77a7 commit ad3dc5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ wechat weixin sdk,支持微信应用和商户。

## 举例
```go
a := MpAccount{
a := wx.MpAccount{
AppId: "your_app_id",
AccessToken: "38_XtyPcVUODHd8q3TNYPVGAZ2WNRx_nW4gnclObbv78tsEa1Y_bwdkLALDMEb4372wYqcC_CanjU9O0Zw4MqHiqxrIukk_G4ElAUxyv_ASOb0V2y8647cbxbYU-G8CbtnPdLNub8NrqtUVrSTnWAPaAGALPE",
// ...
Expand Down Expand Up @@ -115,7 +115,7 @@ wechat weixin sdk,支持微信应用和商户。

## 举例
```go
mch := MchAccount{}
mch := wx.MchAccount{}

var data mch_api.PayProfitSharingRes
var body = mch_api.PayProfitSharingData{
Expand Down

0 comments on commit ad3dc5f

Please sign in to comment.