Commit 0b2ec026 by 王昆

gsb

parent 937a74c9
......@@ -18,7 +18,7 @@ class TestApi {
async testAddDL(obj) {
let contracts = obj.contracts || [];
for(let p of contracts) {
await this.downcontractClient.download(p);
await this.redisClient.rpushBCD(p);
}
return {msg: "success"}
}
......
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