瀏覽代碼

add merchant channel config

stanley-king 2 年之前
父節點
當前提交
c88753854b
共有 1 個文件被更改,包括 17 次插入0 次删除
  1. 17 0
      helper/refill/policy/mchannel.php

+ 17 - 0
helper/refill/policy/mchannel.php

@@ -0,0 +1,17 @@
+<?php
+
+namespace refill;
+
+class mchannel
+{
+    private $mMchidChannels;
+    public function __construct()
+    {
+        $this->load();
+    }
+
+    public function load()
+    {
+
+    }
+}