摘要:
当我打开一个类时,可以使用Code > Generate > PhpDocBlocks生成它们,也可以通过方法前面的/*启动注释,然后将其添加。 阅读全文
摘要:
https://zhuanlan.zhihu.com/p/124940982 阅读全文
摘要:
namespace app\common\response; use app\common\ApiErrCode; use think\facade\Log; /** * Trait JsonResponse * @package app\http\response */ trait JsonRes 阅读全文