From 9a779537090d3a06c097d66aa2d5629d46bc989b Mon Sep 17 00:00:00 2001 From: Fam Zheng Date: Fri, 15 Aug 2025 15:17:03 +0100 Subject: [PATCH] api: Add mini-prog-entry/aF6EKr9xMu.txt --- api/products/views.py | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/api/products/views.py b/api/products/views.py index fdea273..c881986 100644 --- a/api/products/views.py +++ b/api/products/views.py @@ -1241,6 +1241,20 @@ class MiniProgEntryView(BaseView): tid = request.GET.get('tenant') or tid_by_code(sc) return mini_prog_entry_redirect(code, tid) +class MiniProgEntryVerifyView(BaseView): + name = 'mini-prog-entry/aF6EKr9xMu.txt' + path_prefix = '' + + @classmethod + def get_urls(self): + from django.urls import re_path + return [ + re_path(r'mini-prog-entry/aF6EKr9xMu.txt', MiniProgEntryVerifyView.as_view()), + ] + + def get(self, request): + return HttpResponse('bd371601b5b23b418aa3cd1b18dacb51') + class MiniProgEntryVView(View): def get(self, request): fp = request.get_full_path()