@@ -41,7 +41,6 @@ class ApplyController extends BaseController
$post['long'] = isset($post['longitude']) ? $post['longitude'] : '';
$post['lat'] = isset($post['latitude']) ? $post['latitude'] : '';
$post['from'] = ApplyClass::FROM_GHS;
- dd($post);
$name = $post['name'] ?? '';
if (empty($name)) {
util::fail('名称不能为空');