Merge pull request 'update' (#34) from zhangwei into dev
Reviewed-on: #34
This commit is contained in:
commit
2cbb9254c6
|
@ -59,7 +59,7 @@
|
|||
public function add(): Json
|
||||
{
|
||||
//获取参数并验证
|
||||
$fields = ['title','area','province_code','city_code','county_code','address','longitude','latitude','master_name','master_phone','pic'];
|
||||
$fields = ['title','area','province_code','city_code','county_code','address','master_name','master_phone','pic'];
|
||||
$params = $this->request->post($fields);
|
||||
foreach($fields as $v){
|
||||
if(!isset($params[$v]) || $params[$v] == ''){
|
||||
|
@ -102,8 +102,6 @@
|
|||
'county_code' => $params['county_code'],
|
||||
'county_name' => $county['county_name'],
|
||||
'address' => $params['address'],
|
||||
'longitude' => $params['longitude'],
|
||||
'latitude' => $params['latitude'],
|
||||
'master_name' => $params['master_name'],
|
||||
'master_phone' => $params['master_phone'],
|
||||
'pic' => $params['pic'],
|
||||
|
|
Loading…
Reference in New Issue