6
0
Fork 0

修改分享返回

release
vine_liutk 2021-12-22 15:17:35 +08:00
parent 58c3070674
commit 52e94dde28
2 changed files with 2 additions and 1 deletions

View File

@ -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,
]; ];

View File

@ -3,7 +3,7 @@
return [ return [
'labels' => [ 'labels' => [
'ShareBg' => '分享背景', 'ShareBg' => '分享背景',
'share-bg' => '分享背景', 'share-bgs' => '分享背景',
], ],
'fields' => [ 'fields' => [
'image' => '背景图', 'image' => '背景图',