zhengyiming
昨天 1327b99efda99ada27a956981648950f580314b0
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>;
};