diff --git a/QuickStart.md b/QuickStart.md
index 01c8cc9..0bbc812 100644
--- a/QuickStart.md
+++ b/QuickStart.md
@@ -26,7 +26,7 @@
com.gitee.jd-platform-opensource
asyncTool
- V1.2-SNAPSHOT
+ V1.3-SNAPSHOT
```
@@ -54,7 +54,7 @@ public interface IWorker {
* @param object
* object
*/
- V action(T object);
+ V action(T object, Map allWrappers);
/**
* 超时、异常时,返回的默认值