[Semantical Error] The annotation "@Swagger\Annotations\GET"

微信 php Linux 1777      收藏
[Semantical Error] The annotation "@Swagger\Annotations\POST" in \App\Http\Controllers\Api\AdoptionController->create()

[Semantical Error] The annotation "@Swagger\Annotations\POST" in \App\Http\Controllers\Api\AdoptionController->create() in /data/wwwroot/manage/pet.h5tpl.com/app/Http/Controllers/Api/AdoptionCo  
  ntroller.php on line 98 does not exist, or could not be auto-loaded.

将本地生成的l5-swagger生成的文档从本地迁移到服务器,提示这种错误,原因是大消息导致的,修改方法:

@Swagger\Annotations\GET
替换:
@Swagger\Annotations\Get