File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree File renamed without changes.
Original file line number Diff line number Diff line change 66 * @property-read Mmpaymkttransfers\Promotion $promotion
77 * @property-read Mmpaymkttransfers\Gethbinfo $gethbinfo
88 * @property-read Mmpaymkttransfers\Gettransferinfo $gettransferinfo
9- * @property-read Mmpaymkttransfers\Query_bank $query_bank
109 * @property-read Mmpaymkttransfers\Query_coupon_stock $query_coupon_stock
1110 * @property-read Mmpaymkttransfers\Querycouponsinfo $querycouponsinfo
1211 * @property-read Mmpaymkttransfers\Queryworkwxredpack $queryworkwxredpack
Original file line number Diff line number Diff line change 44
55/**
66 * @property-read Mmpaysptrans\Pay_bank $pay_bank
7+ * @property-read Mmpaysptrans\Query_bank $query_bank
78 */
89interface Mmpaysptrans
910{
Original file line number Diff line number Diff line change 11<?php declare (strict_types=1 );/* Generated file. DO NOT EDIT! */
22
3- namespace WeChatPay \OpenAPI \V2 \Mmpaymkttransfers ;
3+ namespace WeChatPay \OpenAPI \V2 \Mmpaysptrans ;
44
55use Psr \Http \Message \ResponseInterface ;
66use GuzzleHttp \Promise \PromiseInterface ;
@@ -12,7 +12,7 @@ interface Query_bank
1212 /**
1313 * 查询企业付款银行卡(同步模式)
1414 * @param array<string,mixed> $options
15- * @link https://wechatpay.im/openapi/v2/mmpaymkttransfers /query_bank
15+ * @link https://wechatpay.im/openapi/v2/mmpaysptrans /query_bank
1616 */
1717 public function post (array $ options = [
1818 'xml ' => [
@@ -25,7 +25,7 @@ public function post(array $options = [
2525 /**
2626 * 查询企业付款银行卡(异步模式)
2727 * @param array<string,mixed> $options
28- * @link https://wechatpay.im/openapi/v2/mmpaymkttransfers /query_bank
28+ * @link https://wechatpay.im/openapi/v2/mmpaysptrans /query_bank
2929 */
3030 public function postAsync (array $ options = [
3131 'xml ' => [
You can’t perform that action at this time.
0 commit comments