zhengyiming
2 天以前 e662aa7d894a0b259dc1816e79514c1f0d38da9f
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>;
};