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.

9 lines
211 B
Go

package err
var FailDetail = map[string]string{
"CHECK_FAIL": "初审不通过",
"TOBE_AMEND": "待补正",
"AMEND_CHECK_FAIL": "待补正审核不通过",
"DISREGARD": "不予受理",
}