Commit 40d913de by wusiyi

feat: 修改扫码接口传参

parent 00050ef8
......@@ -623,7 +623,8 @@ export default {
headers: { "jwt-token": token },
params: {
id: params.id,
status: params.status
status: params.status,
type: "app"
}
});
res.send(data);
......
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