作者 潘浩文
1 个管道 的构建 通过 耗费 1 秒

接口对接测试

... ... @@ -13,7 +13,7 @@ use think\Db;
* @title 后台用户
* @description 用户相关接口
*/
header('Access-Control-Allow-Origin:http://xinmeiti.w.bronet.cn');
header('Access-Control-Allow-Origin:*');
class LoginController extends Controller{
/**
... ...