ng直接返回数据

361 阅读1分钟

location ^~ /testApp/interfaceTest { default_type 'application/json;charset=utf-8'; add_header Access-Control-Allow-Origin *; return 200 '{"CODE":"00","MSG":"ok"}'; }