Showing
1 changed file
with
1 additions
and
1 deletions
@@ -102,7 +102,7 @@ const common = { | @@ -102,7 +102,7 @@ const common = { | ||
102 | if (!regDomain.test(backurl.host || '')) { | 102 | if (!regDomain.test(backurl.host || '')) { |
103 | return res.json({ | 103 | return res.json({ |
104 | code: 401, | 104 | code: 401, |
105 | - message: 'refer回调域名验证失败' | 105 | + message: 'yh_backurl回调域名验证失败' |
106 | }); | 106 | }); |
107 | } | 107 | } |
108 | let token = auth.thirdSign(req.query, account.clientSecret); | 108 | let token = auth.thirdSign(req.query, account.clientSecret); |
-
Please register or login to post a comment