修改获取处方详情
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user