2016-04-14 32 views
1

錯誤的請求我與世界你好解析雲400與141

//on parse cloud main.js 
Parse.Cloud.define("hello", function(request, response) { 
    response.success("Hi"); 
}); 

main.js in cloud),並從我的解析JS應用簡單的雲代碼我有這個

Parse.initialize('KEY', 'KEY'); 
Parse.Cloud.run('hello').then(function(response) { 
    // response 
    console.log(response); 
}); 

後,我要求這解析雲你好它的功能反應400壞請求與

{"code":141,"error":"function not found"} 

請幫助我。

+0

它因爲解析服務器錯誤 –

回答

0

您似乎沒有在那裏設置網址。