修改获取处方详情

This commit is contained in:
2023-04-06 18:51:31 +08:00
parent cfbbdbfe14
commit 702c7f8392
3 changed files with 42 additions and 42 deletions
@@ -109,7 +109,7 @@ class regulatoryPlatform
$arg['clientId'] = $this->client_id;
$option = [
"json" => $arg
"json" => [$arg]
];
$response = $this->httpRequest($this->api_url . '/wjw/upload/uploadConsult', $option);