wupengfei
7 天以前 14368e8a09c4b5793d0975f85e36a4c1d410ca36
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>;
};