feat(活动): 添加关注豪礼

This commit is contained in:
luying
2023-03-31 17:35:24 +08:00
parent 07b75c1510
commit 94b6dca4cc
15 changed files with 382 additions and 27 deletions

View File

@@ -971,6 +971,33 @@
"name": "编辑子包",
"module": "server",
"type": "find"
},
{
"id": 140,
"api": "/api/game/getlinks",
"name": "获取外链",
"module": "server",
"type": "find"
},
{
"id": 141,
"api": "/api/game/updatewxlink",
"name": "更新微信群外链",
"module": "server",
"type": "update"
},
{
"id": 142,
"api": "/api/game/updateotherlink",
"name": "更新其他外链",
"module": "server",
"type": "update"
},
{
"id": 143,
"api": "/api/upload/uploadqrcode",
"name": "上传二维码",
"module": "server",
"type": "update"
}
]