1234567891011121314151617181920212223242526272829303132333435 |
- <?php
- return [
-
- 'default' => 'wechat',
-
- 'payType' => ['weixin' => '微信支付', 'yue' => '余额支付', 'offline' => '线下支付'],
-
- 'extractType' => ['bank'],
-
- 'deliveryType' => ['send' => '商家配送', 'express' => '快递配送'],
-
- 'stores' => [
-
- 'wechat' => [],
-
- 'routine' => [],
-
- 'wechath5' => [],
-
- 'alipay' => [],
-
- 'yue' => [],
- ]
- ];
|