From dc147a806ffec248a9713aae67c2ad74b2b5f876 Mon Sep 17 00:00:00 2001 From: James ZHNAG Date: Sun, 31 Mar 2024 11:58:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E4=BD=9C=E4=BC=99=E4=BC=B4=E6=89=AB?= =?UTF-8?q?=E7=A0=81=E6=94=AF=E4=BB=98API?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/swagger.yaml | 4 +++- src/V3/Pay/Partner/Transactions.php | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/swagger.yaml b/docs/swagger.yaml index 0473ef7c..5dce6f6d 100644 --- a/docs/swagger.yaml +++ b/docs/swagger.yaml @@ -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: @@ -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: diff --git a/src/V3/Pay/Partner/Transactions.php b/src/V3/Pay/Partner/Transactions.php index 734e108e..5624ae1f 100644 --- a/src/V3/Pay/Partner/Transactions.php +++ b/src/V3/Pay/Partner/Transactions.php @@ -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 {