File tree Expand file tree Collapse file tree
src/V3/Marketing/Favor/Stocks Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 * @property-read _stock_id_\Items $items
1010 * @property-read _stock_id_\Merchants $merchants
1111 * @property-read _stock_id_\Pause $pause
12+ * @property-read _stock_id_\RefundFlowByDay $refundFlowByDay
1213 * @property-read _stock_id_\RefundFlow $refundFlow
1314 * @property-read _stock_id_\Restart $restart
1415 * @property-read _stock_id_\Start $start
16+ * @property-read _stock_id_\UseFlowByDay $useFlowByDay
1517 * @property-read _stock_id_\UseFlow $useFlow
1618 */
1719interface _stock_id_
Original file line number Diff line number Diff line change 1+ <?php declare (strict_types=1 );/* Generated file. DO NOT EDIT! */
2+
3+ namespace WeChatPay \OpenAPI \V3 \Marketing \Favor \Stocks \_stock_id_ ;
4+
5+ use Psr \Http \Message \ResponseInterface ;
6+ use GuzzleHttp \Promise \PromiseInterface ;
7+
8+ /**
9+ */
10+ interface RefundFlowByDay
11+ {
12+ /**
13+ * 获取批次退款明细下载链接(同步模式)
14+ * @param array<string,mixed> $options
15+ * @link https://wechatpay.im/openapi/v3/marketing/favor/stocks/%7Bstock_id%7D/refund-flow-by-day
16+ */
17+ public function get (array $ options = [
18+ 'stock_id ' => '12356458 ' ,
19+ 'query ' => [
20+ 'bill_date ' => '2025-08-09 ' ,
21+ ],
22+ ]): ResponseInterface ;
23+
24+ /**
25+ * 获取批次退款明细下载链接(异步模式)
26+ * @param array<string,mixed> $options
27+ * @link https://wechatpay.im/openapi/v3/marketing/favor/stocks/%7Bstock_id%7D/refund-flow-by-day
28+ */
29+ public function getAsync (array $ options = [
30+ 'stock_id ' => '12356458 ' ,
31+ 'query ' => [
32+ 'bill_date ' => '2025-08-09 ' ,
33+ ],
34+ ]): PromiseInterface ;
35+ }
Original file line number Diff line number Diff line change 1+ <?php declare (strict_types=1 );/* Generated file. DO NOT EDIT! */
2+
3+ namespace WeChatPay \OpenAPI \V3 \Marketing \Favor \Stocks \_stock_id_ ;
4+
5+ use Psr \Http \Message \ResponseInterface ;
6+ use GuzzleHttp \Promise \PromiseInterface ;
7+
8+ /**
9+ */
10+ interface UseFlowByDay
11+ {
12+ /**
13+ * 获取批次核销明细下载链接(同步模式)
14+ * @param array<string,mixed> $options
15+ * @link https://wechatpay.im/openapi/v3/marketing/favor/stocks/%7Bstock_id%7D/use-flow-by-day
16+ */
17+ public function get (array $ options = [
18+ 'stock_id ' => '12356458 ' ,
19+ 'query ' => [
20+ 'bill_date ' => '2025-08-09 ' ,
21+ ],
22+ ]): ResponseInterface ;
23+
24+ /**
25+ * 获取批次核销明细下载链接(异步模式)
26+ * @param array<string,mixed> $options
27+ * @link https://wechatpay.im/openapi/v3/marketing/favor/stocks/%7Bstock_id%7D/use-flow-by-day
28+ */
29+ public function getAsync (array $ options = [
30+ 'stock_id ' => '12356458 ' ,
31+ 'query ' => [
32+ 'bill_date ' => '2025-08-09 ' ,
33+ ],
34+ ]): PromiseInterface ;
35+ }
You can’t perform that action at this time.
0 commit comments