我有这段代码,是用nodejs编写的,并使用Jira REST API。我不知道这是什么错误,请帮助我!
var req = toolinfo+ 'rest/api/2/issue/' + defectid + '/attachments';
toolinfo.cnx.request('POST', req, null, { 'file' :'@'+filePath },callback);
我总是会收到此错误:
错误:uncaughtException:JSON中位置0上的意外令牌<< / p>
错误:uncaughtException:JSON中位置0上的意外令牌<< / p>