's'调试支付
This commit is contained in:
4
app/lib/payment/index.ts
Normal file
4
app/lib/payment/index.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export { redirectToPay, getDeviceFromEnv } from "./client";
|
||||
export { getPayEnv, getRecommendedChannel, mustUseWxPay } from "../payEnv";
|
||||
export type { PayChannel, PayEnv, CreatePayParams, PayRedirectParams } from "./types";
|
||||
export { getPaymentConfig } from "./config";
|
||||
Reference in New Issue
Block a user