...
|
...
|
@@ -273,8 +273,9 @@ class SignController extends RestBaseController |
|
|
$param['day']=ceil((time()-$user['register_time'])/(60*60*21));
|
|
|
$param['pregnant_week']=$user['pregnant_week'];
|
|
|
//返回
|
|
|
$this->success('日打卡信息',array(
|
|
|
$param,$record
|
|
|
$this->success('周打卡信息',array(
|
|
|
'param'=>$param,
|
|
|
'record'=>$record
|
|
|
));
|
|
|
}
|
|
|
} |
...
|
...
|
|