diff --git a/app/product/controller/OpenAccountLimit.php b/app/product/controller/OpenAccountLimit.php index c91fd11..d64b5ca 100644 --- a/app/product/controller/OpenAccountLimit.php +++ b/app/product/controller/OpenAccountLimit.php @@ -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']; }