Commit 913a224a authored by 赵啸非's avatar 赵啸非

修改配置文件

parent 0260b797
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;
......@@ -26,6 +27,7 @@ public class ProxyController {
}
@PostMapping("/post")
@UnAuth
public Mono<ResponseEntity<String>> proxyPost(
@RequestParam Map<String, String> params, // 透传 URL 参数
@RequestBody(required = false) String body, // 透传 Body
......
......@@ -62,7 +62,11 @@ Content-Type: application/json
"areaCode": "511700000000"
}
###透传代理接口
POST {{baseUrl}}/proxy/post?path=
Content-Type: application/json
{}
......
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