add:订阅分享与复用API

This commit is contained in:
jxxghp
2024-10-09 18:33:30 +08:00
parent 16f6303609
commit 084b5c8d68
4 changed files with 154 additions and 4 deletions
-1
View File
@@ -117,4 +117,3 @@ class SubscribeOper(DbOper):
kwargs.pop("id")
subscribe = SubscribeHistory(**kwargs)
subscribe.create(self._db)