init
This commit is contained in:
@@ -17,7 +17,7 @@ import org.springframework.web.bind.annotation.RestController;
|
||||
@RestController
|
||||
@RequestMapping("/api/auth")
|
||||
@Tag(name = "实名认证订单相关")
|
||||
public class AuthOrderController {
|
||||
public class AuthOrderAppController {
|
||||
|
||||
@Autowired
|
||||
private AuthOrderService authOrderService;
|
||||
Reference in New Issue
Block a user