為什么我的是顯示數據上傳錯誤?(這是顯示出的東西)
cloud.js? [sm]:23 Error: errCode: -401003 api parameter type error | errMsg: parameter.data should be object instead of undefined;
? ? at new u (VM46 WAService.js:2)
? ? at d (VM46 WAService.js:2)
? ? at i.<anonymous> (VM46 WAService.js:2)
? ? at VM46 WAService.js:2
? ? at Object.next (VM46 WAService.js:2)
? ? at VM46 WAService.js:2
? ? at new Promise (<anonymous>)
? ? at Module.l (VM46 WAService.js:2)
? ? at VM46 WAService.js:2
? ? at new Promise (<anonymous>)
2020-03-01
可以把這句認真翻譯一下:
data參數有問題,需要的是個對象,但現在是個undefined。