新增:获取个人简介审核失败原因、获取身份认证审核失败原因、获取身份认证信息修改

This commit is contained in:
2024-01-18 15:35:22 +08:00
parent 0e2301c1d7
commit dca495db1a
5 changed files with 143 additions and 82 deletions
-5
View File
@@ -31,11 +31,6 @@ class DoctorIdenFail extends Model
*/
protected array $fillable = ['iden_fail_id', 'doctor_id', 'field_name', 'fail_reason', 'created_at', 'updated_at'];
/**
* The attributes that should be cast to native types.
*/
protected array $casts = ['iden_fail_id' => 'integer', 'doctor_id' => 'integer', 'created_at' => 'datetime', 'updated_at' => 'datetime'];
protected string $primaryKey = "iden_fail_id";
/**