UNPKG
@suxhk/sandpay-sdk
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
杉德全支付收银台 JS_SDK
www.sandpay.com.cn
@suxhk/sandpay-sdk
/
dist
/
wechatpay.d.ts
4 lines
(3 loc)
•
248 B
TypeScript
View Raw
1
2
3
4
import
type
{
WeChatPayParams
,
WeChatMiniPayParams
}
from
'./types'
;
export
declare
function
useWeChatPay
(
params
:
WeChatPayParams
,
url
?:
string
):
Promise
<
any
>;
export
declare
function
useWeChatMiniPay
(
params
:
WeChatMiniPayParams
):
Promise
<
any
>;