diff --git a/app/Http/Controllers/Shop/ShopsController.php b/app/Http/Controllers/Shop/ShopsController.php index 0ffe276..1688b6a 100644 --- a/app/Http/Controllers/Shop/ShopsController.php +++ b/app/Http/Controllers/Shop/ShopsController.php @@ -247,7 +247,6 @@ class ShopsController extends Controller foreach ($subCols['branch_account_cols'] as $accountCols) { foreach ($accountCols['shipp_address_cols'] as $item) { $item['wp_code'] = $subCols['wp_code']; - unset($item['r1_expires_at'], $item['r1_expires_in'], $item['r2_expires_at'], $item['r2_expires_in'], $item['w1_expires_at'], $item['w1_expires_in'], $item['w2_expires_at'], $item['w2_expires_in']); ShopSender::query()->updateOrCreate( ['shop_id' => $shopId, 'shop_ship_id' => $shopShip->id, 'detail' => $item['detail']], $item diff --git a/app/Services/Business/KuaiTuanTuan/KuaiTuanTuan.php b/app/Services/Business/KuaiTuanTuan/KuaiTuanTuan.php index a4f079a..9062f5b 100644 --- a/app/Services/Business/KuaiTuanTuan/KuaiTuanTuan.php +++ b/app/Services/Business/KuaiTuanTuan/KuaiTuanTuan.php @@ -41,6 +41,7 @@ class KuaiTuanTuan extends BusinessClient $this->shop->update($accessToken); } if ('ship' === $type) { + unset($accessToken['r1_expires_at'], $accessToken['r1_expires_in'], $accessToken['r2_expires_at'], $accessToken['r2_expires_in'], $accessToken['w1_expires_at'], $accessToken['w1_expires_in'], $accessToken['w2_expires_at'], $accessToken['w2_expires_in']); ShopShip::query()->updateOrCreate( ['shop_id' => $this->shop->id], $accessToken