|
@@ -3,6 +3,7 @@ package com.usky.dxtop.controller.web;
|
|
|
|
|
|
import lombok.extern.slf4j.Slf4j;
|
|
import lombok.extern.slf4j.Slf4j;
|
|
import org.springframework.web.bind.annotation.GetMapping;
|
|
import org.springframework.web.bind.annotation.GetMapping;
|
|
|
|
+import org.springframework.web.bind.annotation.PostMapping;
|
|
import org.springframework.web.bind.annotation.RequestParam;
|
|
import org.springframework.web.bind.annotation.RequestParam;
|
|
import org.springframework.web.bind.annotation.RestController;
|
|
import org.springframework.web.bind.annotation.RestController;
|
|
|
|
|
|
@@ -14,7 +15,7 @@ import org.springframework.web.bind.annotation.RestController;
|
|
@RestController
|
|
@RestController
|
|
public class TestController {
|
|
public class TestController {
|
|
|
|
|
|
- @GetMapping("test")
|
|
|
|
|
|
+ @PostMapping("test")
|
|
public void test(@RequestParam(required = false) String merchantNo,
|
|
public void test(@RequestParam(required = false) String merchantNo,
|
|
@RequestParam(required = false) String storeNo,
|
|
@RequestParam(required = false) String storeNo,
|
|
@RequestParam(required = false) String trxamt,
|
|
@RequestParam(required = false) String trxamt,
|