You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
300 B
Go

10 months ago
package err
var WorkStatus = map[string]string{
"DCI_PRE_REG_AUDITING": "申领审核中",
"DCI_PRE_REG_FINISH": "申领成功",
"DCI_PRE_REG_FAIL": "申领失败",
"DCI_PRE_REG_CANCEL": "dci撤销",
"DCI_PRE_REG_TOBE_CONFIRM": "申领待确认,账户余额不足",
}