- force all jd access to use GET
This commit is contained in:
@@ -159,7 +159,7 @@ func (a *API) AccessAPI(apiStr string, jdParams map[string]interface{}) (retVal
|
||||
}
|
||||
jdParamStr := string(jdParamBytes)
|
||||
userGet := true
|
||||
if len(jdParamStr) > 12 {
|
||||
if true { //len(jdParamStr) > 12 {
|
||||
userGet = false
|
||||
}
|
||||
params["jd_param_json"] = jdParamStr
|
||||
|
||||
Reference in New Issue
Block a user