新增command

This commit is contained in:
2023-03-14 19:46:45 +08:00
parent fa4e3e0382
commit 6f4c729dad
5 changed files with 63 additions and 17 deletions
+3 -3
View File
@@ -236,8 +236,8 @@ class UserController extends AbstractController
// }
// 对接处方平台
$Prescription = new Prescription();
$token = $Prescription->getProd();
dump($token);
// $Prescription = new Prescription();
// $token = $Prescription->getProd();
// dump($token);
}
}