mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
修改支付宝支付
This commit is contained in:
parent
c1e26665bf
commit
9f2b4a6b46
@ -100,17 +100,17 @@ abstract class PaymentService
|
||||
],
|
||||
// 支付宝支持配置(不需要的直接注释)
|
||||
self::PAYMENT_ALIPAY_WAP => [
|
||||
'type' => '',
|
||||
'type' => self::PAYMENT_ALIPAY_WAP,
|
||||
'name' => '支付宝WAP支付',
|
||||
'bind' => [UserAdminService::API_TYPE_WAP],
|
||||
],
|
||||
self::PAYMENT_ALIPAY_WEB => [
|
||||
'type' => '',
|
||||
'type' => self::PAYMENT_ALIPAY_WEB,
|
||||
'name' => '支付宝WEB支付',
|
||||
'bind' => [UserAdminService::API_TYPE_WEB],
|
||||
],
|
||||
self::PAYMENT_ALIAPY_APP => [
|
||||
'type' => '',
|
||||
'type' => self::PAYMENT_ALIAPY_APP,
|
||||
'name' => '支付宝APP支付',
|
||||
'bind' => [UserAdminService::API_TYPE_ANDROID, UserAdminService::API_TYPE_IOSAPP],
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user