|
|
|
|
@ -76,7 +76,7 @@ class ErrCodeHelper |
|
|
|
|
// if(isset($err[$code])) { |
|
|
|
|
// throw new BizException($err[$code] . ' ' . $code . ' ' . $desc, $code); |
|
|
|
|
// } |
|
|
|
|
if(!in_array($code, ['C00000', 'C00001', 'C00002'])) { |
|
|
|
|
if(!in_array($code, ['C00000', 'C00001', 'C00002','C00006'])) { |
|
|
|
|
throw new BizException($desc . ' ' . $code, $code); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|