|
@@ -177,7 +177,7 @@ class HomeController extends Controller
|
|
* 阅后即焚
|
|
* 阅后即焚
|
|
*/
|
|
*/
|
|
public function photo_destroy(Request $request){
|
|
public function photo_destroy(Request $request){
|
|
- dd($request);
|
|
|
|
|
|
+ dd($request->all());
|
|
try {
|
|
try {
|
|
if(empty($request->url)){
|
|
if(empty($request->url)){
|
|
throw new Exception("参数错误");
|
|
throw new Exception("参数错误");
|