zhengyiming
3 天以前 80dc90be027ee26869c63860b7d6a0759a03546b
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>;
};