Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #6

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ const paymnet = new Payment({
serial_no:'证书序列号',
apiv3_private_key:'api v3密钥',
notify_url: '支付退款结果通知的回调地址',
oversea : false, //默认是微信支付国内版;境外版url有所不同
})
```

Expand All @@ -43,6 +44,7 @@ const paymnet = new Payment({
- `notify_url` - 支付退款结果通知的回调地址(选填)
- 可以在初始化的时候传入设为默认值, 不传则需在调用相关API时传入
- 调用相关API时传入新值则使用新值
- 'oversea' - 布尔类型值参数让api兼容微信支付国内,境外两个版本的url


### jsapi统一下单
Expand Down