|
|
@@ -125,8 +125,7 @@ class SjService extends BaseService
|
|
|
'lat' => $applyData['lat'] ?? '',
|
|
|
'long' => $applyData['long'] ?? '',
|
|
|
'img' => ['/example/shop/1.jpg'],
|
|
|
- 'ptStyle' => $ptStyle,
|
|
|
- 'onlyCg'=>$onlyCg,
|
|
|
+ 'ptStyle' => $ptStyle
|
|
|
];
|
|
|
$shopInfo = ShopClass::addShop($shopData);
|
|
|
$shopId = $shopInfo->id;
|