Commit abcccd83 authored by 任国军's avatar 任国军

fix bug

parent 5e9fe7de
Pipeline #21788 passed with stage
in 3 seconds
...@@ -497,7 +497,6 @@ module.exports = { ...@@ -497,7 +497,6 @@ module.exports = {
}); });
// ctx.logger.info('response_params', JSON.stringify(ctx.body)); // ctx.logger.info('response_params', JSON.stringify(ctx.body));
if (response_params.status !== 200) { if (response_params.status !== 200) {
ctx.logger.info('response_params', JSON.stringify(input_params), JSON.stringify(ctx.body), response_params.data);
ctx.failed('加密失败'); ctx.failed('加密失败');
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