| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 6e90056 commit 233eaa6
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3506,6 +3506,8 @@ | |||
| 3506 | 3506 | //请求 | |
| 3507 | 3507 | request: function (isAdminOperation, type, url, req, header, callback) { | |
| 3508 | 3508 | type = type || REQUEST_TYPE_JSON | |
| 3509 | + url = StringUtil.noBlank(url) | ||
| 3510 | + | ||
| 3509 | 3511 | var isDelegate = (isAdminOperation == false && this.isDelegateEnabled) || (isAdminOperation && url.indexOf('://apijson.cn') > 0) | |
| 3510 | 3512 | ||
| 3511 | 3513 | if (header != null && header.Cookie != null) { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments