Explorar o código

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

zhangl hai 1 ano
pai
achega
84f1a30dab
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      frontendApi/modules/v1/controllers/UserController.php

+ 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']);