|
@@ -127,7 +127,7 @@ class tools {
|
|
|
|
|
|
async tj_qm (){
|
|
|
let num = await this.redis_help.getKeyValue("qi_mao_iap_find_iaa",0)
|
|
|
- await this.redis_help.getKeyValue("qi_mao_iap_find_iaa",num+1)
|
|
|
+ await this.redis_help.setKeyValue("qi_mao_iap_find_iaa",num+1)
|
|
|
}
|
|
|
|
|
|
getSupdate(){ //插入素材域名
|