Browse Source

提现帐号

shish 5 năm trước cách đây
mục cha
commit
9335f313ec
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      app-ghs/controllers/MainController.php

+ 2 - 0
app-ghs/controllers/MainController.php

@@ -124,6 +124,7 @@ class MainController extends BaseController
         $mobile = $admin['mobile'] ?? '';
         $sjName = $sj['merchantName'] ?? '';
         $shopName = $shop['shopName'] ?? '';
+        $cashAccount = $shop['cashAccount'] ?? '';
         $data = [
             'balance' => $balance,
             'txBalance' => $txBalance,
@@ -133,6 +134,7 @@ class MainController extends BaseController
             'sjName' => $sjName,
             'shopName' => $shopName,
             'shopImg' => $shopImg,
+            'cashAccount' => $cashAccount,
         ];
         util::success($data);
     }