修改分享返回
parent
58c3070674
commit
52e94dde28
|
|
@ -16,6 +16,7 @@ class ShareBgResource extends JsonResource
|
|||
{
|
||||
return [
|
||||
'image' => $this->image,
|
||||
'remark' => $this->remark,
|
||||
'x' =>$this->x,
|
||||
'y' =>$this->y,
|
||||
];
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
return [
|
||||
'labels' => [
|
||||
'ShareBg' => '分享背景',
|
||||
'share-bg' => '分享背景',
|
||||
'share-bgs' => '分享背景',
|
||||
],
|
||||
'fields' => [
|
||||
'image' => '背景图',
|
||||
|
|
|
|||
Loading…
Reference in New Issue