修改上报处方平台
This commit is contained in:
@@ -134,7 +134,13 @@ abstract class Ca
|
||||
$this->api_url . '/signature-server/api/open/signature/userSignConfig',
|
||||
$option
|
||||
);
|
||||
|
||||
dump($response);
|
||||
if ($response['result_code'] == "1104"){
|
||||
// 用户标识已经存在,请检查!
|
||||
return true;
|
||||
}
|
||||
|
||||
return true;
|
||||
} catch (GuzzleException $e) {
|
||||
throw new BusinessException($e->getMessage());
|
||||
|
||||
Reference in New Issue
Block a user