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