作者 lyh

gx

... ... @@ -153,6 +153,9 @@ class SyncProject extends Command
'contract' => json_encode($param['files']),
'bill' => json_encode($param['images']),
];
if($data['plan'] == 15){//
$data['project_type'] = 1;
}
$renewModel = new ProjectRenew();
$rs = $renewModel->add($data);
if($rs === false){
... ...
... ... @@ -115,7 +115,7 @@ class Project extends Base
12 => '俄语商务版',
14 => '俄语旗舰版',
13 => '体验版',
15 => '白帽 SEO'
15 => '白帽SEO方案'
];
}
... ...