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