未领取奖励任务数量接口提交-心跳返回值
This commit is contained in:
@@ -101,8 +101,12 @@ class Xintiao extends BaseCom
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
return V(1, '成功', null);
|
||||
//返回任务未领取奖励数
|
||||
$not_received_tasks_num = model('Tasks')->daily_tasks_unfinished_count($user_id);
|
||||
$return_data = [
|
||||
'not_received_tasks_num' => $not_received_tasks_num['data']['num']
|
||||
];
|
||||
return V(1, '成功', $return_data);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user