更新强制添加的参数

pull/32/head
david082321 2 years ago committed by GitHub
parent 064d98ff9e
commit cf869555f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -22,7 +22,7 @@ if (IP_RESOLVE == 1) {
$ip = $ips[array_rand($ips)];
}
// 加入必要参数
$query = add_query("th", $query, "build=1080003&mobi_app=bstar_a&s_locale=zh_SG&ts=".time());
$query = add_query("th", $query, "build=1080003&mobi_app=bstar_a&platform=android&s_locale=zh_SG&ts=".time());
// 转发到指定服务器
$url = $host.$path."?".$query;
if (IP_RESOLVE == 1) {

Loading…
Cancel
Save