Commit e202d16f by 宋毅

Merge branch 'center-channel' of gitlab.gongsibao.com:jiangyong/zhichan into center-channel

parents b2bbf848 fe59ce53
...@@ -393,8 +393,8 @@ module.exports = function (app) { ...@@ -393,8 +393,8 @@ module.exports = function (app) {
//-----------------------新的模式---------api---------开始 //-----------------------新的模式---------api---------开始
//百度手动获取签名sign方法 //手动获取签名sign方法
app.post("/op/sign/creatSign", async function (req, res, next) { app.use("/op/sign/creatSign", async function (req, res) {
if (!req.body.key) { if (!req.body.key) {
res.end({code: -200, message: "缺少加签秘钥key参数"}); res.end({code: -200, message: "缺少加签秘钥key参数"});
return; return;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment