浏览文章
文章信息
Magento2 rest api 报错 Class [type,array,int,mixed...] does not exist[已解决]
12514
原因一:
接口方法注释定义错误
app/code/Aiweline/Demo/Api/DemoInterface.php
其他代码...... /** * 获取数据 * @param int $id * @return string */ public function get($id); 其他代码......
解决:
请一定在@param int $id中的int一定要写。其他参数都要写类型