Commit d2c5c72a by doszhang

dos

parent ced769e0
...@@ -103,8 +103,6 @@ class IndexController extends Controller ...@@ -103,8 +103,6 @@ class IndexController extends Controller
} }
$url = $this->saveCommonImageToQiniu($_POST['src'], uniqid('pingan_marathon_')); $url = $this->saveCommonImageToQiniu($_POST['src'], uniqid('pingan_marathon_'));
var_dump($url);
die();
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