Skip to content

Commit

Permalink
Merge pull request #325 from ifanrx/wechat-multiprofitsharing-and-byt…
Browse files Browse the repository at this point in the history
…edance-pay

Wechat multiprofitsharing and bytedance pay
  • Loading branch information
jiajun-ifanr authored Jan 9, 2023
2 parents b89b240 + 6b74e1a commit 93a515f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cloud-function/node-sdk/macro/profit-sharing.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ReceiverType 可选值说明:
|| 说明 |
| :-------------------- | :--------- |
| 'MERCHANT_ID' | 商户 ID |
| 'PERSONAL_WECHATID' | 个人微信号 |
| 'PERSONAL_WECHATID' | (已废弃,微信不再支持个人微信号分账)个人微信号 |
| 'PERSONAL_OPENID' | 个人openid |
{% endmacro %}

Expand Down
2 changes: 1 addition & 1 deletion js-sdk/payment/frag/_pay.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
| :--------------------- | :------ | :-- | :------ |
| totalCost | Number | Y | 支付总额,单位:元 |
| merchandiseDescription | String | Y | {{platformName}}支付凭证-商品详情的内容 |
| service | String | N | 支付方法,默认为「收银台支付」,`wechat` 为直接使用「微信支付」,`alipay` 为直接使用「支付宝支付」 |
| service | String | Y | 支付方法,`wechat` 为直接使用「微信支付」,`alipay` 为直接使用「支付宝支付」。不填则为使用收银台,但由于字节官方已废弃收银台支付,开发者应使用微信或支付宝进行支付 |
| merchandiseSchemaID | Integer | N | 商品数据表 ID,可用于定位用户购买的物品 |
| merchandiseRecordID | String | N | 商品数据行 ID,可用于定位用户购买的物品 |
| merchandiseSnapshot | Object | N | 根据业务需求自定义的数据 |
Expand Down

0 comments on commit 93a515f

Please sign in to comment.