...
|
...
|
@@ -130,7 +130,8 @@ class User extends Api |
|
|
'work_subsidy_month' => $user['work_subsidy_month'],
|
|
|
'lower_work_hours_month' => $lower_work_hours_month,
|
|
|
'recruit_subsidy_month' => $user['recruit_subsidy_month'],
|
|
|
'salary' => $salary
|
|
|
'salary' => $salary,
|
|
|
'notice' => 'kankanwode',
|
|
|
];
|
|
|
$this->success('成功', $data);
|
|
|
}
|
...
|
...
|
|