|
@@ -23,6 +23,7 @@ class SmmAddAccount extends Form
|
|
if ($result['status']) {
|
|
if ($result['status']) {
|
|
// 返回 JS 代码触发新窗口打开
|
|
// 返回 JS 代码触发新窗口打开
|
|
$url = $result['data']['url'];
|
|
$url = $result['data']['url'];
|
|
|
|
+
|
|
return $this->response()->script(
|
|
return $this->response()->script(
|
|
"window.open('{$url}', '_blank')"
|
|
"window.open('{$url}', '_blank')"
|
|
);
|
|
);
|