location ^~ /testApp/interfaceTest { default_type 'application/json;charset=utf-8'; add_header Access-Control-Allow-Origin *; return 200 '{"CODE":"00","MSG":"ok"}'; }
转载于:https://juejin.im/post/5c385f25518825261f735340
location ^~ /testApp/interfaceTest { default_type 'application/json;charset=utf-8'; add_header Access-Control-Allow-Origin *; return 200 '{"CODE":"00","MSG":"ok"}'; }
转载于:https://juejin.im/post/5c385f25518825261f735340