Commit 4ec0b8d6 authored by 测试账号's avatar 测试账号

增加城市限制

parent cc419b6b
......@@ -883,6 +883,12 @@ var sdk = {
tpye = obj.type;
}
if(self.getConfig4().ipLimit==1)
{
//如果在限制的ip或者城市则调用起100分类类型素材
tpye = 100;
}
if(obj.specialFlag){
specialFlag = obj.specialFlag;
}
......@@ -954,6 +960,12 @@ var sdk = {
if(obj.type){
tpye = obj.type;
}
if(self.getConfig4().ipLimit==1)
{
//如果在限制的ip或者城市则调用起100分类类型素材
tpye = 100;
}
if(obj.specialFlag){
specialFlag = obj.specialFlag;
}
......
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