新增 医生xx时间未接诊提醒队列

This commit is contained in:
2023-08-17 13:49:17 +08:00
parent bea292cd5e
commit 857536e8bd
10 changed files with 208 additions and 67 deletions
+4 -1
View File
@@ -168,7 +168,10 @@ class UserController extends AbstractController
return $this->response->json($data);
}
// 上报用户地址
/**
* 上报用户地址
* @return ResponseInterface
*/
public function postLocation(): ResponseInterface
{
$UserService = new UserService();