修正返回值bigint被转义问题

This commit is contained in:
2023-02-23 15:11:45 +08:00
parent ebf34e28e7
commit 27288a9dd9
12 changed files with 229 additions and 46 deletions
+2
View File
@@ -153,4 +153,6 @@ class UserDoctorController extends AbstractController
$data = $UserDoctorService->getDoctorCenter();
return $this->response->json($data);
}
}