wesmiler hace 2 años
padre
commit
69e079cae8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/Services/Api/MemberService.php

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

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