测试医生注册

This commit is contained in:
2024-12-12 14:25:52 +08:00
parent d24de35a45
commit a7317f04e1

View File

@@ -48,7 +48,7 @@ class DoctorCompleteOne extends BaseModel
],
]);
$result = json_decode($response->getBody(),true);
ds($result);
ds($response);
if(!($result['code']==0 && $result['result']['res']==1)){
$this->addError($attribute, '身份证名字不匹配');
}