UNPKG
@liuhlightning/wx-pay
Version:
latest (0.3.4)
0.3.4
0.3.2
0.3.1
0.3.0
0.2.3
0.2.2
0.2.1
0.1.1
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
communicate to wx pay
github.com/ZhoufangErqiangu/wx-pay
ZhoufangErqiangu/wx-pay
@liuhlightning/wx-pay
/
dist
/
lib
/
transaction
/
close.d.ts
8 lines
•
280 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
WxPay
}
from
"../.."
;
/** * 关闭订单 * * https://pay.weixin.qq.com/wiki/doc/apiv3/apis/chapter3_1_3.shtml */
export
declare
function
closeTransaction
(
this
:
WxPay
,
id
:
string
):
Promise
<
import
(
"axios"
).
AxiosResponse
<
never
,
any
>>;
//# sourceMappingURL=close.d.ts.map