|
@@ -34,8 +34,7 @@ import org.springframework.web.bind.annotation.*;
|
|
|
import javax.validation.Valid;
|
|
|
|
|
|
@RestController
|
|
|
-//@RequestMapping("/p/order")
|
|
|
-@RequestMapping("/order")
|
|
|
+@RequestMapping("/p/order")
|
|
|
@Api(tags = "订单接口")
|
|
|
@AllArgsConstructor
|
|
|
public class PayController {
|