Closed LeeGuoPing closed 2 years ago
I think use replaceQueryParam is more better, because when I call the same url one more time, the real url has several workbookType param , suche as***?workbookType=1&workbookType=2, it make the result out of control
replaceQueryParam
workbookType
***?workbookType=1&workbookType=2
Thanks for the contribution! Before we can merge this, we need @LeeGuoPing to sign the Salesforce.com Contributor License Agreement.
I think use
replaceQueryParam
is more better, because when I call the same url one more time, the real url has severalworkbookType
param , suche as***?workbookType=1&workbookType=2
, it make the result out of control