add 订阅历史
This commit is contained in:
@@ -53,7 +53,7 @@ router.post("/addSubscribe", async (ctx) => {
|
||||
* 获取订阅列表
|
||||
*/
|
||||
router.get("/getSubscribe", async (ctx) => {
|
||||
ctx.body = await getSub()
|
||||
ctx.body = await getSub(ctx.query.state)
|
||||
})
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user