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