UNPKG
koishi-plugin-pay-tool
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
适用于Koishi框架的易支付工具插件,支持订单创建、查询、退款、分配等功能
koishi-plugin-pay-tool
/
lib
/
index.d.ts
7 lines
(6 loc)
•
258 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
Context
}
from
'koishi'
;
export
{
Config
, schema }
from
'./config'
;
export
declare
const
name =
"pay-tool"
;
export
declare
const
inject
:
string
[];
import
{
Config
}
from
'./config'
;
export
declare
function
apply
(
ctx
:
Context
,
config
:
Config
):
void
;