返回默认值

This commit is contained in:
2025-12-23 16:03:09 +08:00
parent ed1b6b2ecf
commit a05d8083bc
10 changed files with 24 additions and 15 deletions

View File

@@ -13,7 +13,7 @@ import org.springframework.web.bind.annotation.RestController;
* @author GYJoker
*/
@RestController
@RequestMapping("/test")
@RequestMapping("/notify/test")
public class TestController {
@Resource
private ShopUserFlowService shopUserFlowService;