Kaynağa Gözat

merchantId = 0

shish 6 yıl önce
ebeveyn
işleme
5412733924
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      console/controllers/InitController.php

+ 1 - 0
console/controllers/InitController.php

@@ -65,6 +65,7 @@ class InitController extends Controller
 		if ($id == 0) {
 			$isOpen = 1;
 			$merchant = WxOpenService::getWxInfo();
+			$merchant['id'] = 0;
 		} else {
 			$isOpen = 0;
 			$merchant = xhMerchantService::getById($id);