|
@@ -7,7 +7,7 @@ import org.springframework.beans.factory.annotation.Autowired;
|
|
import org.springframework.web.bind.annotation.*;
|
|
import org.springframework.web.bind.annotation.*;
|
|
|
|
|
|
@RestController
|
|
@RestController
|
|
-@RequestMapping(name = "/pay")
|
|
|
|
|
|
+@RequestMapping(value = "/pay")
|
|
public class PayController {
|
|
public class PayController {
|
|
|
|
|
|
@Autowired
|
|
@Autowired
|