Compare commits

..

No commits in common. "e223725c49bfdf36080412bca015b2a6ae06a0ad" and "ef2ae67a3704c4fcb498f0a743bc7a713ce6cc53" have entirely different histories.

View File

@ -67,12 +67,7 @@ class CaService extends BaseService
if ($type == 1){ if ($type == 1){
// 医院 // 医院
$this->sign_image_path = "basic/file/hospital_signature.png"; $this->sign_image_path = "basic/file/hospital_signature.png";
$app_env = config('app_env','dev'); $this->entity_id = "534534546";
if ($app_env == 'prod'){
$this->entity_id = "1";
}else{
$this->entity_id = "534534546";
}
$this->card_num = "91510106MABTJY4K9R"; $this->card_num = "91510106MABTJY4K9R";
}elseif($type == 2){ }elseif($type == 2){
// 用户 // 用户