110 subparam fixes
This commit is contained in:
+1
-1
@@ -51,7 +51,7 @@
|
||||
|
||||
//variables.framework.docs={};
|
||||
variables.framework.docs.APIName="Deck API";
|
||||
variables.framework.docs.APIVersion="0.109"; /*$ git config --global --unset user.password*/
|
||||
variables.framework.docs.APIVersion="0.110"; /*$ git config --global --unset user.password*/
|
||||
|
||||
|
||||
variables.framework.globalHeaders = structNew();
|
||||
|
||||
@@ -173,8 +173,13 @@
|
||||
|
||||
<cfset var map={}/>
|
||||
<cftry>
|
||||
<cfset var map=deserializeJson(arguments.qParam.param_value)/>
|
||||
<cfcatch type="any"><cfrethrow/></cfcatch>
|
||||
<cfset map=deserializeJson(arguments.qParam.param_value)/>
|
||||
<cfif !isStruct(map)>
|
||||
<cfset map={}/>
|
||||
</cfif>
|
||||
<cfcatch type="any">
|
||||
<cfrethrow/>
|
||||
</cfcatch>
|
||||
</cftry>
|
||||
|
||||
<cfquery name="local.qSubparam">
|
||||
|
||||
Reference in New Issue
Block a user