Authored by 陈峰

Merge branch 'release/0704' into 'gray'

加了分号



See merge request !326
... ... @@ -20,7 +20,7 @@ const _privacyProtection = (str, start = 0, end = 0) => {
}
return `${str.slice(0, 3)}****${str.slice(7)}`;
}
};
module.exports = class extends global.yoho.BaseModel {
constructor(ctx) {
... ...