This commit is contained in:
77
2024-04-27 02:51:07 +08:00
parent eb4cb60ba5
commit e0f32c340f

View File

@@ -17,7 +17,7 @@ import org.springframework.web.bind.annotation.RestController;
@RestController @RestController
@RequestMapping("/api/auth") @RequestMapping("/api/auth")
@Tag(name = "实名认证订单相关") @Tag(name = "实名认证订单相关")
public class AuthOrderController { public class AuthOrderAppController {
@Autowired @Autowired
private AuthOrderService authOrderService; private AuthOrderService authOrderService;