|
@@ -19,7 +19,7 @@ import org.springframework.web.bind.annotation.*;
|
|
* 个人中心-我的虚拟订单
|
|
* 个人中心-我的虚拟订单
|
|
*/
|
|
*/
|
|
@RestController
|
|
@RestController
|
|
-@RequestMapping("/api/user/virtualOrder")
|
|
|
|
|
|
+@RequestMapping("/api/platform/user/virtualOrder")
|
|
public class UserVirtualOrderController {
|
|
public class UserVirtualOrderController {
|
|
|
|
|
|
private static Logger log = LoggerFactory.getLogger("programLog");
|
|
private static Logger log = LoggerFactory.getLogger("programLog");
|