|
@@ -177,13 +177,15 @@ class Base
|
|
|
'WechatOfficialAccount' => 'mp', //公众号支付 Collection
|
|
|
'WechatMiniProgram' => 'mini', //小程序支付 Collection
|
|
|
'H5' => 'wap', //手机网站支付 Response
|
|
|
- 'App' => 'app' // APP 支付 JsonResponse
|
|
|
+ 'IOSApp' => 'app', // APP 支付 JsonResponse
|
|
|
+ 'AndroidApp' => 'app', // APP 支付 JsonResponse
|
|
|
],
|
|
|
'alipay' => [
|
|
|
'WechatOfficialAccount' => 'wap', //手机网站支付 Response
|
|
|
'WechatMiniProgram' => 'wap', //小程序支付
|
|
|
'H5' => 'wap', //手机网站支付 Response
|
|
|
- 'App' => 'app' //APP 支付 JsonResponse
|
|
|
+ 'IOSApp' => 'app', // APP 支付 JsonResponse
|
|
|
+ 'AndroidApp' => 'app', // APP 支付 JsonResponse
|
|
|
],
|
|
|
'douyin' => [
|
|
|
'DouyinMiniProgram' => 'mini', //小程序支付 Collection
|