Commit b2bbf848 by 宋毅

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

parents 6982e2a7 a5e9c917
......@@ -394,7 +394,7 @@ module.exports = function (app) {
//-----------------------新的模式---------api---------开始
//百度手动获取签名sign方法
app.post("/api/sign/creatSign", async function (req, res, next) {
app.post("/op/sign/creatSign", async function (req, res, next) {
if (!req.body.key) {
res.end({code: -200, message: "缺少加签秘钥key参数"});
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