zhengyiming
4 天以前 9453bef1fc4a3121b28ffa6617f0fbfc81d9f634
1
2
3
4
5
6
export enum BackType {
  toDetail = 'toDetail',
  back = 'back',
}
 
export const WXPayAppId = process.env.WXPayAppId;