Merge branch 'release/0704' into 'gray'
加了分号 See merge request !326
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -20,7 +20,7 @@ const _privacyProtection = (str, start = 0, end = 0) => { | @@ -20,7 +20,7 @@ const _privacyProtection = (str, start = 0, end = 0) => { | ||
20 | } | 20 | } |
21 | 21 | ||
22 | return `${str.slice(0, 3)}****${str.slice(7)}`; | 22 | return `${str.slice(0, 3)}****${str.slice(7)}`; |
23 | -} | 23 | +}; |
24 | 24 | ||
25 | module.exports = class extends global.yoho.BaseModel { | 25 | module.exports = class extends global.yoho.BaseModel { |
26 | constructor(ctx) { | 26 | constructor(ctx) { |
-
Please register or login to post a comment