* remove tid param for requestType is GET.

This commit is contained in:
王怡栋
2021-09-03 13:10:17 +08:00
parent 7065da1c32
commit 258fd07e53
+1
View File
@@ -1857,6 +1857,7 @@ class baseRouter
/* Remove these three params. */
unset($passedParams['onlybody']);
unset($passedParams['tid']);
unset($passedParams['HTTP_X_REQUESTED_WITH']);
/* Check params from URL. */