|
...
|
...
|
@@ -74,6 +74,9 @@ class ProjectLogic extends BaseLogic |
|
|
|
if(empty($info['channel'])){
|
|
|
|
$info['channel'] = ["user_id"=>"", "zone_id"=>"", "channel_id"=>""];
|
|
|
|
}
|
|
|
|
if(empty($info['payment']['renewal_record'])){
|
|
|
|
$info['payment']['renewal_record'] = [["amount"=> null, "remark"=> null, "expire_at"=> null]];
|
|
|
|
}
|
|
|
|
return $this->success($info);
|
|
|
|
}
|
|
|
|
|
...
|
...
|
|