Merge branch 'hotfix/orderquery' of wmtx/platform into release

导出支付显示问题
master
张谷诚 4 years ago committed by Gogs
commit fc666fa7b1

@ -23,13 +23,15 @@ class DownloadController extends BaseController {
-1 => '绑币', -1 => '绑币',
0 => '平台币', 0 => '平台币',
1 => '支付宝', 1 => '支付宝',
3 => '微信', 2 => '微信',
3 => '微信APP',
5 => '聚宝云', 5 => '聚宝云',
6 => '竣付通', 6 => '竣付通',
7 => '苹果支付', 7 => '苹果支付',
8 => '金猪支付', 8 => '金猪支付',
9 => '双乾支付', 9 => '双乾支付',
15 => '双乾支付-快捷' 15 => '双乾支付-快捷',
17 => '易宝支付'
]; ];
//提现状态 //提现状态

@ -22,8 +22,10 @@ class QueryController extends BaseController
0 => '平台币', 0 => '平台币',
1 => '支付宝', 1 => '支付宝',
2 => '微信', 2 => '微信',
3 => '微信APP',
9 => '双乾支付', 9 => '双乾支付',
15 => '双乾支付-快捷' 15 => '双乾支付-快捷',
17 => '易宝支付'
]; ];
public static $payStatus = [ public static $payStatus = [

Loading…
Cancel
Save