public class R1 extends HashMap<String, Object> { private static final long serialVersionUID = 1L; public R1() { put("code", 0); put("msg", "success"); } public Integer getCod...
控制器 app/Controller/IndexController.php
<?php
namespace App\Controller;
use Hyperf\HttpServer\Annotation\AutoController;
use Hyperf\HttpServer\Contract\ResponseInterface;
use Psr\Http\Message\R...
Desktop Styles================================================== *//* Note: Add new css to the media query below that you want to only effect the desktop view of your site */@media only screen and (mi...