提交 275aa470 编写于 作者: 雪洛's avatar 雪洛

chore: update todo message

上级 cf866b51
......@@ -15,27 +15,27 @@ module.exports = {
if (random > 0.5) {
return {
errCode: 'RANDOM_FAIL',
errMsg: 'todo.randomFail failed'
errMsg: '[预期内的报错]执行失败请重试'
}
} else {
return {
errCode: 0,
errMsg: '',
showMessage: 'todo.randomFail successed'
showMessage: '执行成功'
}
}
},
async fail() {
return {
errCode: 'TEST_ERROR_CODE',
errMsg: 'todo.fail failed',
errMsg: '[预期内的报错]执行失败',
}
},
async success() {
return {
errCode: 0,
errMsg: '',
showMessage: 'todo.success successed'
showMessage: '执行成功'
}
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册