This commit is contained in:
2025-12-25 15:09:11 +08:00
6 changed files with 317 additions and 75 deletions

View File

@@ -18,7 +18,8 @@ const needToEncrypt = [
["post", "/app/user/experience/edit"],
["post", "/app/user/experience/delete"],
["get", "/app/user/experience/getSingle/{value}"],
["get", "/app/user/experience/list"]
["get", "/app/user/experience/list"],
["post", "/app/alipay/scanLogin"]
]
/**