更新命名问题

This commit is contained in:
2025-06-25 11:52:01 +08:00
parent 9f374011ae
commit 6b78ee29cf
57 changed files with 3295 additions and 1288 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ abstract class BaseController
{
// 定义一个不需要登录验证的接口白名单
$whitelist = [
'business/supplier/sendintention',
// 'business/supplier/sendintention',
// 其他不需要登录验证的接口可以继续添加到此数组
];