添加蘑菇解除限制

This commit is contained in:
“wanyongkang”
2024-10-14 10:47:55 +08:00
parent e7d6e69d75
commit 27241d8d81

View File

@@ -13,7 +13,7 @@ class OpenAccountLimit extends Controller
}
// dump($data);die;
if ($data['productId'] == 18) {
$url = "http://124.236.113.166:18702/api/agent/openIM/apikey/80cf4f64e990b78a9fc5eb/account/".$data['account'];
$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'];
}