当我使用curl进行POST(json字符串)时,我得到以下错误[1];
谁知道,如何解决这个问题?
我将我的json发布为-d @endpointconfigimpl.json
,文件内容就像;
endpoint_config='{
"production_endpoints": {
"url": "http://gdata.youtube.com/feeds/api/standardfeeds",
"config": null
},
"endpoint_type": "http"
}'
[1]引起:org.mozilla.javascript.EcmaError:TypeError:不能 从undefined读取属性“length” (/publisher/site/blocks/item-design/ajax/add.jag#11) 在org.mozilla.javascript.ScriptRuntime.constructError(ScriptRuntime.java:3687) 在org.mozilla.javascript.ScriptRuntime.constructError(ScriptRuntime.java:3665) 在org.mozilla.javascript.ScriptRuntime.typeError(ScriptRuntime.java:3693)