sss
This commit is contained in:
@@ -32,7 +32,7 @@ _.router.post('/index', async function (req, res, next) {
|
||||
res.json({
|
||||
status: 200,
|
||||
message: '请求成功',
|
||||
result: _.rsa.PrivateKeyEncryption(data)
|
||||
result: data
|
||||
});
|
||||
});
|
||||
|
||||
@@ -92,7 +92,7 @@ _.router.post('/banner', async function (req, res, next) {
|
||||
res.json({
|
||||
status: 200,
|
||||
message: '请求成功',
|
||||
result: _.rsa.PrivateKeyEncryption(banner)
|
||||
result: banner
|
||||
});
|
||||
});
|
||||
|
||||
@@ -128,7 +128,7 @@ _.router.post('/recommend', async function (req, res, next) {
|
||||
res.json({
|
||||
status: 200,
|
||||
message: '请求成功',
|
||||
result: _.rsa.PrivateKeyEncryption(recommend)
|
||||
result: recommend
|
||||
});
|
||||
});
|
||||
|
||||
@@ -165,7 +165,7 @@ _.router.post('/info', async function (req, res, next) {
|
||||
res.json({
|
||||
status: 200,
|
||||
message: '请求成功',
|
||||
result: _.rsa.PrivateKeyEncryption(data)
|
||||
result: data
|
||||
});
|
||||
});
|
||||
|
||||
@@ -202,7 +202,7 @@ _.router.post('/activity', async function (req, res, next) {
|
||||
res.json({
|
||||
status: 200,
|
||||
message: '请求成功',
|
||||
result: _.rsa.PrivateKeyEncryption(data)
|
||||
result: data
|
||||
});
|
||||
});
|
||||
|
||||
@@ -240,7 +240,7 @@ _.router.post('/search', async function (req, res, next) {
|
||||
res.json({
|
||||
status: 200,
|
||||
message: '请求成功',
|
||||
result: _.rsa.PrivateKeyEncryption(data)
|
||||
result: data
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user