Commit c624a9b2 authored by 赵啸非's avatar 赵啸非

修改配置文件

parent e2b9ed5e
No related merge requests found
package com.mortals.xhx.busiz.web;
import com.alibaba.fastjson.JSON;
import com.mortals.framework.annotation.UnAuth;
import com.mortals.xhx.busiz.rsp.ApiResp;
import com.mortals.xhx.common.code.ApiRespCodeEnum;
import lombok.extern.slf4j.Slf4j;
......@@ -93,6 +94,7 @@ public class ProxyController {
@PostMapping("/post")
@UnAuth
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