UNPKG

@suxhk/sandpay-sdk

Version:

杉德全支付收银台 JS_SDK

12 lines (11 loc) 867 B
import { TypeRecordInfo, Info } from './types'; import type { AxiosResponse as Response } from 'axios'; declare function queryTradeRecordInfo(params: TypeRecordInfo): Promise<Response<Info>>; declare function getH5FastPayment(params: TypeRecordInfo): Promise<any>; declare function getQuickPayment(params: TypeRecordInfo): Promise<any>; declare function getSandPayTN(params: TypeRecordInfo): Promise<any>; declare function getWeChatPublicPayment(params: TypeRecordInfo): Promise<any>; declare function getCloudFunction(params: TypeRecordInfo): Promise<any>; declare function getAliPayUrl(params: TypeRecordInfo): Promise<any>; declare function getAliPayCodeUrl(params: TypeRecordInfo): Promise<any>; export { queryTradeRecordInfo, getH5FastPayment, getQuickPayment, getSandPayTN, getWeChatPublicPayment, getCloudFunction, getAliPayUrl, getAliPayCodeUrl };