Compare commits
No commits in common. "e223725c49bfdf36080412bca015b2a6ae06a0ad" and "ef2ae67a3704c4fcb498f0a743bc7a713ce6cc53" have entirely different histories.
e223725c49
...
ef2ae67a37
@ -67,12 +67,7 @@ class CaService extends BaseService
|
||||
if ($type == 1){
|
||||
// 医院
|
||||
$this->sign_image_path = "basic/file/hospital_signature.png";
|
||||
$app_env = config('app_env','dev');
|
||||
if ($app_env == 'prod'){
|
||||
$this->entity_id = "1";
|
||||
}else{
|
||||
$this->entity_id = "534534546";
|
||||
}
|
||||
$this->card_num = "91510106MABTJY4K9R";
|
||||
}elseif($type == 2){
|
||||
// 用户
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user