app更新提示

This commit is contained in:
wong
2025-10-30 10:58:45 +08:00
parent 8ae8e66a3a
commit 903a29ed09
5 changed files with 233 additions and 7 deletions

View File

@@ -136,7 +136,7 @@ class Api extends Controller
return ResponseHelper::error('参数缺失');
}
if (!in_array($type,['ckb','ai_store'])){
if (!in_array($type,['ckb','aiStore'])){
return ResponseHelper::error('参数错误');
}