|
@@ -43,7 +43,7 @@ class Package extends Apic
|
|
|
if($this->auth->type != 1){
|
|
|
$this->error('只有门店老板才能设置');
|
|
|
}
|
|
|
- $field = ['title','info','servicetype_id','images','days','price','oldprice','content','content_images'];
|
|
|
+ $field = ['title','info','servicetype_id','images','price','oldprice','content','content_images'];
|
|
|
$data = request_post_hub($field);
|
|
|
|
|
|
$data['company_id'] = $this->auth->company_id;
|
|
@@ -95,7 +95,7 @@ class Package extends Apic
|
|
|
}
|
|
|
|
|
|
//
|
|
|
- $field = ['title','info','servicetype_id','images','days','price','oldprice','content','content_images'];
|
|
|
+ $field = ['title','info','servicetype_id','images','price','oldprice','content','content_images'];
|
|
|
$data = request_post_hub($field);
|
|
|
$data['updatetime'] = time();
|
|
|
|