提现问题
This commit is contained in:
@@ -170,11 +170,12 @@ public class WuyouController {
|
||||
@PostMapping("/extractNotify")
|
||||
public String extractNotify(HttpServletRequest request, NotifyDto notifyDto) {
|
||||
CompletableFuture.runAsync(() -> {
|
||||
try {
|
||||
scheduledExecutorService.schedule(() -> updateCashAsync(notifyDto), 3, TimeUnit.SECONDS);
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
updateCashAsync(notifyDto);
|
||||
// try {
|
||||
// scheduledExecutorService.schedule(() -> updateCashAsync(notifyDto), 3, TimeUnit.SECONDS);
|
||||
// } catch (Exception e) {
|
||||
// e.printStackTrace();
|
||||
// }
|
||||
});
|
||||
return "success";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user