Skip to content

Commit ce6ebbb

Browse files
A: src/V3/Marketing/Favor/Stocks/_stock_id_/[Use|Refund]FlowByDay.php
1 parent 0fb0568 commit ce6ebbb

3 files changed

Lines changed: 72 additions & 0 deletions

File tree

src/V3/Marketing/Favor/Stocks/_stock_id_.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@
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
*/
1719
interface _stock_id_
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
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+
}
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
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+
}

0 commit comments

Comments
 (0)