|
@@ -42,7 +42,7 @@ class Sys extends BaseController
|
|
|
}else{
|
|
}else{
|
|
|
$data["wxconfig"] = unserialize($data["wxconfig"]);
|
|
$data["wxconfig"] = unserialize($data["wxconfig"]);
|
|
|
}
|
|
}
|
|
|
- return app('json')->success($data->toArray());
|
|
|
|
|
|
|
+ return app('json')->success($data);
|
|
|
}
|
|
}
|
|
|
public function wxsave(){
|
|
public function wxsave(){
|
|
|
$post = UtilService::getMore([
|
|
$post = UtilService::getMore([
|