feat: 添加小程序二维码标题和体验版提示信息
Some checks failed
Node CI / build (14.x, macOS-latest) (push) Has been cancelled
Node CI / build (14.x, ubuntu-latest) (push) Has been cancelled
Node CI / build (14.x, windows-latest) (push) Has been cancelled
Node CI / build (16.x, macOS-latest) (push) Has been cancelled
Node CI / build (16.x, ubuntu-latest) (push) Has been cancelled
Node CI / build (16.x, windows-latest) (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
coverage CI / build (push) Has been cancelled
Node pnpm CI / build (16.x, macOS-latest) (push) Has been cancelled
Node pnpm CI / build (16.x, ubuntu-latest) (push) Has been cancelled
Node pnpm CI / build (16.x, windows-latest) (push) Has been cancelled

This commit is contained in:
2026-07-23 17:23:13 +08:00
parent 2fbba8a993
commit b4b17f2ada
3 changed files with 300 additions and 1 deletions

View File

@@ -139,6 +139,8 @@ export interface OutdoorFairMiniProgramQrCodeInfo {
fairId: number;
page: string;
scene: string;
/** 小程序目标版本:当前尚未正式发布,默认为体验版 trial。 */
envVersion: 'trial' | 'release' | 'develop';
imageData: string;
/** getUnlimitedQRCode 生成的小程序码长期有效。 */
permanent: boolean;