| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent ce7a099 commit d969721
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -470,7 +470,7 @@ public JSONObject parseCorrectRequest() throws Exception { | |||
| 470 | 470 | ||
| 471 | 471 | String tag = requestObject.getString(JSONRequest.KEY_TAG); | |
| 472 | 472 | if (StringUtil.isNotEmpty(tag, true) == false) { | |
| 473 | - throw new IllegalArgumentException("请设置tag!一般是Table名"); | ||
| 473 | + throw new IllegalArgumentException("请在最外层设置tag!一般是Table名,例如 \"tag\": \"User\" "); | ||
| 474 | 474 | } | |
| 475 | 475 | int version = requestObject.getIntValue(JSONRequest.KEY_VERSION); | |
| 476 | 476 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments