修改蘑菇的解除限制

This commit is contained in:
“wanyongkang”
2024-09-28 13:59:20 +08:00
parent 4db772e33b
commit 900c68f02d

View File

@@ -13,7 +13,7 @@ class OpenAccountLimit extends Controller
}
// dump($data);die;
if ($data['productId'] == 18) {
$url = "http://rds-api.juip.com/api/agent/openIM/account/".$data['account'];
$url = "http://124.236.113.166:18702/api/agent/openIM/apikey/80cf4f64e990b78a9fc5eb/account/".$data['account'];
} elseif ($data['productId'] == 29) {
$url = "http://124.236.113.166:18702/api/agent/openIM/apikey/80cf4f64e990b78a9fc5eb/account/".$data['account'];
}