|
|
|
|
73
|
|
73
|
|
74
|
static{
|
74
|
static{
|
75
|
reasons.put(0,"UnDefine Exception");
|
75
|
reasons.put(0,"UnDefine Exception");
|
76
|
reasons.put(1, "No Logined");
|
|
|
|
|
76
|
reasons.put(1, "No Logined");
|
|
|
77
|
reasons.put(2, "orgUser has exists");
|
|
|
78
|
reasons.put(3, "orgUser has authentication");
|
|
|
79
|
reasons.put(4, "orgUser is Auditing");
|
77
|
reasons.put(10,"paramter null or empty");
|
80
|
reasons.put(10,"paramter null or empty");
|
78
|
reasons.put(11,"paramter format error");
|
81
|
reasons.put(11,"paramter format error");
|
79
|
reasons.put(90,"resource not exists");
|
82
|
reasons.put(90,"resource not exists");
|