|
|
@@ -982,6 +982,8 @@ class User extends BaseController
|
|
982
|
982
|
$gender = 2;
|
|
983
|
983
|
}
|
|
984
|
984
|
$params['gender'] = $gender;
|
|
|
985
|
+ $birthday = $result['words_result']['birthday'][0]['word']??'';
|
|
|
986
|
+ $params['birthday'] = str_replace('.','',$birthday);
|
|
985
|
987
|
$res = $this->repository->add_cer($params, $member_id);
|
|
986
|
988
|
if ($res) {
|
|
987
|
989
|
$userRepository = app()->make(UserRepository::class);
|