1
This commit is contained in:
5
consts/errors.go
Normal file
5
consts/errors.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package consts
|
||||
|
||||
const ReClick = "操作过于频繁,请稍后再试。"
|
||||
const NoRow = "未找到可用数据。"
|
||||
const GenerateQrCodeFail = "生成二维码失败。"
|
||||
Reference in New Issue
Block a user