UNPKG

koishi-plugin-pay-tool

Version:

适用于Koishi框架的易支付工具插件,支持订单创建、查询、退款、分配等功能

7 lines (6 loc) 258 B
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;