shish %!s(int64=5) %!d(string=hai) anos
pai
achega
195ed50f1b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      biz/shop/classes/ShopClass.php

+ 1 - 1
biz/shop/classes/ShopClass.php

@@ -172,7 +172,7 @@ class ShopClass extends BaseClass
     //生成收款码 ssh 2020.3.9
     public static function generateGatheringCode($sjId, $shopId)
     {
-        $url = Yii::$app->params['mallDomain'] . "/#/pages/pay/index?account={$sjId}&shopId=" . $shopId;
+        $url = Yii::$app->params['mallDomain'] . "/#/pages/pay/index?account=" . $shopId;
         //强制转成https
         $url = httpUtil::becomeHttps($url);
         $gatheringCode = qrCodeUtil::generateGatheringQrCode($url, $sjId, $shopId, '', 10);