add: 添加获取服务端KEY、生成加密URL、带用户标签的鉴权接口
This commit is contained in:
@@ -97,7 +97,7 @@ export class AppController {
|
|||||||
req.res.status(HttpStatus.OK).json({
|
req.res.status(HttpStatus.OK).json({
|
||||||
code: 0,
|
code: 0,
|
||||||
data: {
|
data: {
|
||||||
url: `http://cdn.qjm253.cn${path}?sign=${sign}&t=${t}&path=${path}`,
|
url: `http://cdn.qjm253.cn${path}?sign=${sign}&t=${t}&path=${path}&userTag=${userTag}`,
|
||||||
sign,
|
sign,
|
||||||
t,
|
t,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user