joelchen

Results 1 issues of joelchen

/** * 解析真实url * @returns {*|string} */ function handleRedirectUrl(link) { var url = link.indexOf('weixin.qq') === -1 ? apiRoot + link : link; //console.log('[%s] requestArticle => %s', new Date(), url); console.log(new...