|
|
@@ -1224,7 +1224,6 @@ class wxUtil
|
|
|
"uploaddomain" => [$mHost],
|
|
|
"downloaddomain" => [$mHost],
|
|
|
];
|
|
|
- print_r($data);
|
|
|
$result = $curl->setOption(CURLOPT_POSTFIELDS, Json::encode($data))->post($url);
|
|
|
$respond = Json::decode($result);
|
|
|
print_r($respond);
|
|
|
@@ -1241,7 +1240,6 @@ class wxUtil
|
|
|
"action" => "set",
|
|
|
"webviewdomain" => [$mHost],
|
|
|
];
|
|
|
- print_r($data);
|
|
|
$result = $curl->setOption(CURLOPT_POSTFIELDS, Json::encode($data))->post($url);
|
|
|
$respond = Json::decode($result);
|
|
|
print_r($respond);
|