完成 openrec 的排名获取主播主页的功能.

TODO: 分解成多任务服务机制. 让每个子任务独立互不干扰.
This commit is contained in:
eson
2020-07-07 18:14:14 +08:00
parent fdc351da83
commit eba36b0c95
7 changed files with 265 additions and 196 deletions

View File

@@ -1,7 +1,7 @@
create database if not exists `intimate_source`;
use intimate_source;
CREATE TABLE IF NOT EXISTS `platform_openrec` (
CREATE TABLE IF NOT EXISTS `source_openrec` (
uid bigint AUTO_INCREMENT,
`url` text NOT NULL,
`target_type` varchar(64) NOT NULL,