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

add log

parent c261d84e
Pipeline #15300 passed with stage
in 6 seconds
......@@ -130,8 +130,7 @@ class WechatService extends Service {
ctx.logger.info('course_wechat_uploadTempMedia_resp: ' + JSON.stringify(resp));
if (response.statusCode === 200) {
const result = JSON.parse(body);
ret = result.media_id;
return ret;
return result.media_id;
}
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