zhengyiming
2025-04-17 60b9c62a3165f304a933cbac304ac3d43a24f722
packages/components/src/views/PhoneBillRecharge/types.ts
@@ -1,9 +1,11 @@
export type RechargeProps = {
  isDev?: boolean;
  openId?: string;
  isInWeChat?: boolean;
  isH5?: boolean;
  appId?: string;
  isFocus?: boolean;
  isInAlipay?: boolean;
  showAliPay?: boolean;
  showWeixinPay?: boolean;
  getOpenId?: () => Promise<string>;
};