zhengyiming
1 天以前 23bfd958545ab5548d561ef6db1eafafe03e4e05
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>;
};