@@ -33,7 +33,7 @@ import org.springframework.web.bind.annotation.*;
*/
@Api(tags = "支付公共入口")
@RestController
-@RequestMapping(value = "/order")
+@RequestMapping(value = "/api/order")
public class OrderController {
@Autowired
private PlatformOrderService orderService;
@@ -37,7 +37,7 @@ import java.util.Objects;
-@RequestMapping(value = "/pay")
+@RequestMapping(value = "/api/pay")
@Slf4j
public class PayController {
protected final Logger logger = LoggerFactory.getLogger(PayController.class);