zhengyiming
2025-03-06 366a20f3eaa6b6e5921d500af05311317ae4c117
1
2
3
4
5
6
export enum BackType {
  toDetail = 'toDetail',
  back = 'back',
}
 
export const WXPayAppId = process.env.WXPayAppId;