Commit 32b37cc4 by 宋毅

签名

parent 3fb27d0c
......@@ -394,7 +394,7 @@ module.exports = function (app) {
//-----------------------新的模式---------api---------开始
//百度手动获取签名sign方法
app.post("/baidu/creatSign", async function (req, res, next) {
app.post("/api/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