Authored by 陈峰

tips

... ... @@ -102,7 +102,7 @@ const common = {
if (!regDomain.test(backurl.host || '')) {
return res.json({
code: 401,
message: 'refer回调域名验证失败'
message: 'yh_backurl回调域名验证失败'
});
}
let token = auth.thirdSign(req.query, account.clientSecret);
... ...