更新若干功能
Some checks failed
Tests / PHP 8.2 (push) Has been cancelled
Tests / PHP 8.3 (push) Has been cancelled
Tests / PHP 8.4 (push) Has been cancelled

This commit is contained in:
2026-08-20 19:16:49 +08:00
parent 72bc6502eb
commit 4ddf5e3c5f
48 changed files with 1908 additions and 18 deletions

View File

@@ -48,4 +48,13 @@ class UserController extends BaseController
'保存成功'
);
}
/**
* 已绑定企业详情
* @Method GET
*/
public function enterprise(): JsonResponse
{
return jok($this->service->enterprise());
}
}