Commit f08eb3ad by 王昆

gsb

parent 01d9e067
......@@ -32,6 +32,7 @@ class TestApi {
async genPosterQrcodeImg(obj) {
return await this.imghandleApi.genPosterQrcodeImg(obj.qrcode, obj.bakImg);
}
async creatCompanyAccountId(obj) { //创建企业账号
var params = {
......
......@@ -24,7 +24,7 @@ class DownContractClient {
return;
}
try {
await redisClient.setWithEx(this.KEY, 123, 60);
await redisClient.setWithEx(this.KEY, 123, 60 * 5);
await this.doDownLoad();
redisClient.delete(this.KEY);
} catch (e) {
......
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