Browse Source

在线支付

shish 5 years ago
parent
commit
c49b4f83c6
1 changed files with 0 additions and 3 deletions
  1. 0 3
      common/components/dict.php

+ 0 - 3
common/components/dict.php

@@ -28,9 +28,6 @@ class dict
             'ghsTxBalance' => ['id' => 4, 'name' => '供应商可提现'],
         ],
 
-        //支付方式的类型 1商家开单选的支付方式 2客户在线支付
-        'thirdPay' => ['selectWay' => 1, 'onlineWay' => 2],
-
         //是否在线支付
         'onlinePay' => ['not' => 1, 'yes' => 2],