新增 医生xx时间未接诊提醒队列
This commit is contained in:
@@ -168,7 +168,10 @@ class UserController extends AbstractController
|
||||
return $this->response->json($data);
|
||||
}
|
||||
|
||||
// 上报用户地址
|
||||
/**
|
||||
* 上报用户地址
|
||||
* @return ResponseInterface
|
||||
*/
|
||||
public function postLocation(): ResponseInterface
|
||||
{
|
||||
$UserService = new UserService();
|
||||
|
||||
Reference in New Issue
Block a user