Files
amb_wechatapp/application/extra/pay.php
T

33 lines
714 B
PHP

<?php
return array (
0 =>
array (
'title' => '微信支付',
'type' => 'wechat',
'description' => '官方网站:https://www.aliyun.com/product/sms',
'status' => 1,
),
1 =>
array (
'title' => '支付宝支付',
'type' => 'alipay',
'description' => '官方网站:https://www.aliyun.com/product/sms',
'status' => 0,
),
2 =>
array (
'title' => '余额支付',
'type' => 'balance',
'description' => '官方网站:https://www.aliyun.com/product/sms',
'status' => 1,
),
3 =>
array (
'title' => '虚拟支付',
'type' => 'virtual_pay',
'description' => '微信小程序虚拟支付(代币支付)',
'status' => 0,
),
);