wesmiler пре 2 година
родитељ
комит
8dcfb41d2a
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      app/Services/Api/MemberService.php

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

@@ -108,7 +108,7 @@ class MemberService extends BaseService
 
            if(isset($info['birthday'])){
                $info['birthday_text'] = $info['birthday']? date('Y-m-d',$info['birthday']) : '';
-               $info['birthday'] = $info['birthday_text'] * 1000;
+               $info['birthday'] = intval($info['birthday_text']) * 1000;
            }
 
             // 二维码