index.uts 217 字节
Newer Older
DCloud-yyl's avatar
DCloud-yyl 已提交
1 2 3 4 5
import { Wxpay } from "./src/Wxpay";
export * from './src/WXPayEntryActivity.uts'
export const requestPayment : RequestPayment = function (options : RequestPaymentOptions) {
	new Wxpay().requestPayment(options)
};