|
@@ -125,6 +125,11 @@ class tools {
|
|
|
return await this.redis_help.getKeyValue("qi_mao_mf_token")
|
|
|
}
|
|
|
|
|
|
+ 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)
|
|
|
+ }
|
|
|
+
|
|
|
getSupdate(){ //插入素材域名
|
|
|
return config.isDebug?config.debug_supdate_config:config.release_supdate_config
|
|
|
}
|