UNPKG
coa-wx-pay-isv
Version:
latest (1.3.0)
1.3.0
1.2.2
1.2.1
1.2.0
1.1.0
1.0.2
1.0.1
1.0.0
0.0.1-0
轻量的的微信支付SDK服务商版 for Node.js
github.com/coajs/coa-wx-pay-isv
coajs/coa-wx-pay-isv
coa-wx-pay-isv
/
typings.d.ts
12 lines
(11 loc)
•
246 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
/// <reference types="node" />
export
declare
namespace
CoaWxPayIsv
{
interface
Config
{
appId
:
string
;
mchId
:
string
;
key
:
string
;
pfx
:
Buffer
;
notifyPay
:
string
;
notifyRefund
:
string
; } }