Browse Source

默认男女头像

lizhen_gitee 3 years ago
parent
commit
fd79f7f11f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      application/common/library/Auth.php

+ 2 - 2
application/common/library/Auth.php

@@ -225,7 +225,7 @@ class Auth
             'mobile'   => $mobile,
             /*'level'    => 1,
             'score'    => 0,*/
-            'avatar'   => 	'https://meet-1251365327.cos.ap-beijing.myqcloud.com/uploads/20220314/f57ebce8a72b823912904fe76eda0909.png',
+            //'avatar'   => 	'https://meet-1251365327.cos.ap-beijing.myqcloud.com/uploads/20220314/f57ebce8a72b823912904fe76eda0909.png',
             'introcode' => $this->getUinqueNo(8, $introcode),
         ];
         $params = array_merge($data, [
@@ -294,7 +294,7 @@ class Auth
 
         $data = [
             'wechat_openid'   => $wechat_openid,
-            'avatar'   => 'https://meet-1251365327.cos.ap-beijing.myqcloud.com/uploads/20220314/f57ebce8a72b823912904fe76eda0909.png',
+            //'avatar'   => 'https://meet-1251365327.cos.ap-beijing.myqcloud.com/uploads/20220314/f57ebce8a72b823912904fe76eda0909.png',
             'introcode' => $this->getUinqueNo(8, $introcode),
             'nickname'  => $this->get_rand_nick_name(),
         ];