Kaynağa Gözat

跨境商品支付接入

kevin 1 yıl önce
ebeveyn
işleme
ff3d915404

+ 1 - 1
frontendApi/modules/v1/controllers/ShopController.php

@@ -88,7 +88,7 @@ class ShopController extends BaseController {
      */
      */
     public function actionShowCart(){
     public function actionShowCart(){
         // 媒体设备
         // 媒体设备
-        $device = \Yii::$app->request->get('device', 'local');
+        $device = \Yii::$app->request->get('device', 'website');
 
 
         $userId = \Yii::$app->user->id;
         $userId = \Yii::$app->user->id;
         $allAddress = ReceiveAddress::findAllAsArray('USER_ID=:USER_ID', [':USER_ID'=>$userId]);
         $allAddress = ReceiveAddress::findAllAsArray('USER_ID=:USER_ID', [':USER_ID'=>$userId]);