feat: QQ 互联 SDK (#8421)

* feat: QQ SDK changelog

* refactor: functional style

* refactor: migrate to v2

Co-authored-by: TonyRL <TonyRL@users.noreply.github.com>
This commit is contained in:
nuomi1
2022-02-25 11:08:32 +08:00
committed by GitHub
parent c9f1ed41f7
commit 76b3bba258
7 changed files with 124 additions and 87 deletions

3
lib/v2/tencent/router.js Normal file
View File

@@ -0,0 +1,3 @@
module.exports = (router) => {
router.get('/qq/sdk/changelog/:platform', require('./qq/sdk/changelog'));
};