wechatpay-nextjs-v3
Version:
微信支付v3版本工具包Next.js版本
8 lines • 459 B
TypeScript
import { Output } from './types-v2';
import { IPayRequest } from './PayRequest';
export declare class FetchPayRequest implements IPayRequest {
upload(url: string, params: Record<string, any>, headers: Record<string, any>): Promise<Output>;
post(url: string, params: Record<string, any>, headers: Record<string, any>): Promise<Output>;
get(url: string, headers: Record<string, any>): Promise<Output>;
}
//# sourceMappingURL=FetchPayRequest.d.ts.map