Commit 8708d4c9 authored by vicotor's avatar vicotor

update producer

parent 45c9c15e
...@@ -84,8 +84,8 @@ func makeTask() *odysseus.TaskContent { ...@@ -84,8 +84,8 @@ func makeTask() *odysseus.TaskContent {
TaskParam: []byte("give me five"), TaskParam: []byte("give me five"),
TaskTimestamp: uint64(time.Now().Unix()), TaskTimestamp: uint64(time.Now().Unix()),
TaskCallback: "http://localhost:8080/callback", TaskCallback: "http://localhost:8080/callback",
TaskUid: "1111111111", TaskUid: "1",
TaskFee: "120000", TaskFee: "10",
} }
return task return task
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment