Skip to content

Commit

Permalink
合作伙伴扫码支付API
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNorthMemory committed Mar 31, 2024
1 parent de87248 commit dc147a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ info:
整理自[官方文档中心](https://pay.weixin.qq.com/wiki/doc/apiv3/index.shtml)
本[项目/工具地址](https://github.com/TheNorthMemory/wechatpay-openapi)
**访问第一次加载比较慢,请耐心等待大约1-2分钟不等(小文件下载比较多)。**
version: 0.15.24
version: 0.15.25
schemes:
- https
consumes:
Expand Down Expand Up @@ -1138,6 +1138,8 @@ paths:
$ref: ./v3/pay/partner/transactions/out-trade-no/{out_trade_no}.yaml
/v3/pay/partner/transactions/out-trade-no/{out_trade_no}/close:
$ref: ./v3/pay/partner/transactions/out-trade-no/{out_trade_no}/close.yaml
/v3/pay/partner/transactions/scannedpos:
$ref: ./v3/pay/partner/transactions/scannedpos.yaml
/v3/pay/transactions/app:
$ref: ./v3/pay/transactions/app.yaml
/v3/pay/transactions/h5:
Expand Down
1 change: 1 addition & 0 deletions src/V3/Pay/Partner/Transactions.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* @property-read Transactions\H5 $h5
* @property-read Transactions\Jsapi $jsapi
* @property-read Transactions\Native $native
* @property-read Transactions\Scannedpos $scannedpos
*/
interface Transactions
{
Expand Down

0 comments on commit dc147a8

Please sign in to comment.