Commit 46b82b0a authored by 赵啸非's avatar 赵啸非

修改配置文件

parent 53381e70
......@@ -95,6 +95,7 @@ public class ProxyController {
@PostMapping("/post")
@UnAuth
@CrossOrigin
public ResponseEntity<String> proxyPost(
@RequestParam Map<String, String> params, // 透传 Query Params
@RequestBody(required = false) String body, // 透传 Body
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment