实名认证

This commit is contained in:
wyongk
2020-12-12 19:25:38 +08:00
parent 99b055ea2e
commit 6348e1f3da
2 changed files with 6 additions and 6 deletions

View File

@@ -134,7 +134,7 @@ function realname($data){
// print_r($result);
return true;
}else{
echo $result['error_code'].":".$result['reason'];die;
return false;
}
}else{
echo "请求失败";die;