packages/components/src/views/PhoneBillRecharge/types.ts
@@ -1,6 +1,5 @@ export type RechargeProps = { isDev?: boolean; openId?: string; isInWeChat?: boolean; isH5?: boolean; appId?: string; @@ -8,4 +7,5 @@ isInAlipay?: boolean; showAliPay?: boolean; showWeixinPay?: boolean; getOpenId?: () => Promise<string>; };