init
This commit is contained in:
@@ -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;
|
||||||
Reference in New Issue
Block a user