|
|
@@ -714,7 +714,6 @@ class UserController extends BaseController {
|
|
|
return static::notice([
|
|
|
'REAL_NAME' => $recommenderActual['REAL_NAME'],
|
|
|
'userId' => $recommenderActual['ID'],
|
|
|
- 'countryId' => $recommenderActual['countryId'],
|
|
|
]);
|
|
|
}
|
|
|
|
|
|
@@ -739,7 +738,6 @@ class UserController extends BaseController {
|
|
|
return static::notice([
|
|
|
'REAL_NAME' => $recommenderActual['REAL_NAME'],
|
|
|
'userId' => $recommenderActual['ID'],
|
|
|
- 'countryId' => $recommenderActual['countryId'],
|
|
|
]);
|
|
|
}
|
|
|
|