@@ -61,7 +61,7 @@ class MerchantServer extends BaseServer
if(file_exists($file))
{
if(defined('CROSS_DOAMIN') && CROSS_DOAMIN == true) {
- $host = 'http://192.168.1.6:3333';
+ $host = 'http://192.168.1.218:3333';
fcgi_header("Access-Control-Allow-Headers:DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type, Accept-Language, Origin, Accept-Encoding");
fcgi_header("Content-Type: text/html; charset=UTF-8");
fcgi_header("Access-Control-Allow-Credentials: true");