wesmiler 2 năm trước cách đây
mục cha
commit
2d5b553a85

+ 1 - 3
app/Services/Api/MemberService.php

@@ -106,9 +106,7 @@ class MemberService extends BaseService
             $info['custom_telegram'] = ConfigService::make()->getConfigByCode('custom_telegram');
             $info['custom_telegram'] = ConfigService::make()->getConfigByCode('custom_telegram');
             $info['custom_email'] = ConfigService::make()->getConfigByCode('custom_email');
             $info['custom_email'] = ConfigService::make()->getConfigByCode('custom_email');
 
 
-           if(isset($info['birthday'])){
-               $info['birthday'] = $info['birthday']? strtotime($info['birthday']) : 0;
-           }
+       
 
 
             // 二维码
             // 二维码
             if (in_array($type, ['detail'])) {
             if (in_array($type, ['detail'])) {