添加极光腾讯限制

This commit is contained in:
“wanyongkang”
2024-11-08 17:43:08 +08:00
parent 9e03ee42b6
commit e77389d7a0

View File

@@ -16,6 +16,8 @@ class OpenAccountLimit extends Controller
$url = "http://rds-api.juip.com/api/agent/openIM/account/".$data['account'];
} elseif ($data['productId'] == 29) {
$url = "http://124.236.113.166:18702/api/agent/openIM/apikey/80cf4f64e990b78a9fc5eb/account/".$data['account'];
} elseif ($data['productId'] == 3) {
$url = "http://106.119.166.87:18702/api/agent/openIM/apikey/80cf4f64e990b78a9fc5eb/account/".$data['account'];
}
linkcurl($url,'GET',[],[],0);
echo json_encode(['Code'=>30000,]);