作者 郭静帆
1 个管道 的构建 通过 耗费 42 秒

本月额外收入

... ... @@ -182,6 +182,7 @@ class User extends Api
->each(function($v){
// 格式化年月
$v->year_month = date('Y年m月',strtotime($v['year_month']));
$v->salary = $v['work_subsidy']+$v['recruit_subsidy'];
});
$this->success('成功', $data);
}
... ...