Commit 0b72d9e3 by doszhang

dos

parent f5fffc8f
...@@ -101,7 +101,8 @@ class IndexController extends Controller ...@@ -101,7 +101,8 @@ class IndexController extends Controller
)); ));
return; return;
} }
$url = $this->saveCommonImageToQiniu($_POST['image'], uniqid('missfresh_poster__')); echo $_POST['image'];die();
$url = $this->saveCommonImageToQiniu($_POST['image'], uniqid('pingan_marathon'));
if($_POST['source'] == 'poster') if($_POST['source'] == 'poster')
{ {
M('User')->where(['id' => $user['id']])->save([ M('User')->where(['id' => $user['id']])->save([
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment