Commit daae12b7 authored by 蔡闯's avatar 蔡闯

2021-6-23

parent 67c063fa
......@@ -19,7 +19,7 @@ class Message extends BaseController {
$data['city_name'] = Request::param('city_name','');
$data['ip'] = Request::ip();
$data['industry'] = Request::param('industry',''); //行业
$data['city_name'] = Request::param('from',0);
$data['from'] = Request::param('from',0);
$data['content'] = Request::param('content','');
$data['user_name'] = Request::param('user_name');
$data['create_time'] = time();
......
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 to comment