$.ajax({
type: "POST",
url: routes.address.ShoppingbucaoList,
dataType: 'application/JSON',
data: {
"pageNumStart":"0","pageNumEnd":"5","sqlParam":{"MermberID":"001"},"orderBy":"createtime desc"
}
ajax 调用webapi sqlParam为 hashtable 类型。
在接口内调试的时候发现 sqlParam的结果是null ,请问这是什么情况?有没有大佬知道?
分享到: