dashboard
repositories
filestore
activity
search
login
jiangyouyao
/
beauty-erp
forked from
beauty-erp
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
修复bug4
jyy
2021-04-12
0ce2e6f3d984719c030f8b975ff0097be1a6d203
[~jiangyouyao/beauty-erp.git]
/
zq-erp
/
src
/
main
/
java
/
com
/
matrix
/
component
/
dingding
/
OApiException.java
1
2
3
4
5
6
7
8
package com.matrix.component.dingding;
public class OApiException extends Exception {
public OApiException(int errCode, String errMsg) {
super("error code: " + errCode + ", error message: " + errMsg);
}
}