|
@@ -471,12 +471,5 @@ public class PayNonOrderApi {
|
|
|
}
|
|
|
return payNonOrderService.authVipCheck(vipRecordId);
|
|
|
}
|
|
|
- @ApiOperation("bug测试")
|
|
|
- @GetMapping("/check/bug")
|
|
|
- public ResponseJson bugCheck(Integer userId) {
|
|
|
- if (null == userId) {
|
|
|
- return ResponseJson.error("userId不能为空!", null);
|
|
|
- }
|
|
|
- return payNonOrderService.bugCheck(userId);
|
|
|
- }
|
|
|
+
|
|
|
}
|