Commit 98ade482 authored by 赵啸非's avatar 赵啸非

asdffffffffff

parent eb9bc003
Pipeline #1507 canceled with stages
......@@ -11,6 +11,7 @@ import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestParam;
import org.springframework.web.bind.annotation.RestController;
import java.util.ArrayList;
......@@ -56,7 +57,7 @@ public class SecurityApiController {
* @return
*/
@PostMapping("decryptBatch")
public String decryptBatch(List<MessageReq> reqList) {
public String decryptBatch(@RequestParam List<MessageReq> reqList) {
log.info("【批量解密】【请求体】--> " + JSONObject.toJSONString(reqList));
ApiResp<List<MessageReq>> rsp = new ApiResp<>();
rsp.setCode(ApiRespCodeEnum.SUCCESS.getValue());
......
{
"local": {
"baseUrl": "http://127.0.0.1:17311/zwfw"
"baseUrl": "http://127.0.0.1:17011/zwfw"
},
"dev": {
"baseUrl": "http://192.168.0.217:17311/zwfw"
"baseUrl": "http://192.168.0.217:17011/zwfw"
},
"test": {
"baseUrl": "http://192.168.0.252:17211/zwfw"
......
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