Эх сурвалжийг харах

feat: NG-15: 新会员注册时增加国家与语言选项.

zhangl 1 жил өмнө
parent
commit
84f1a30dab

+ 1 - 1
frontendApi/modules/v1/controllers/UserController.php

@@ -513,7 +513,7 @@ class UserController extends BaseController {
             $post['province'] = $post['province'] ? :1;
             $post['city'] = $post['city'] ? :1;
             $post['county'] = $post['county'] ? :1;
-            $post['conUserName'] = trim($post['recUserName']);  // 推荐人编号 trim($post['conUserName']);
+            $post['conUserName'] = trim($post['conUserName']);  // 推荐人编号 trim($post['conUserName']);
             $post['recUserName'] = trim($post['recUserName']);  // 实际推荐人编号(原安置人编号) trim($post['recUserName']);
             $post['cityName'] = trim($post['cityName']);
             $post['lgaName'] = trim($post['lgaName']);