Commit c757d226 authored by 李尚科's avatar 李尚科

fix

parent 6682d469
Pipeline #12311 passed with stage
in 4 seconds
......@@ -52,6 +52,7 @@ class HuaYunPaas extends Subscription {
ctx.logger.info(JSON.stringify({ start_time, now_time, start, limit }));
const result = await ctx.curl(url, { method: 'POST', contentType: 'json', dataType: 'json', timing: true, timeout: 300000, data: { start_time, now_time, start, limit } });
const ret = result.data;
ctx.logger.info(JSON.stringify({ ret }));
ctx.logger.info('get result');
if (ret.status != 0 || !ret.message || ret.count == 0) {
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