diff --git a/app/api/controller/Config.php b/app/api/controller/Config.php index 131d688..3a8f7df 100755 --- a/app/api/controller/Config.php +++ b/app/api/controller/Config.php @@ -26,7 +26,7 @@ class Config extends Base return $this->renderSuccess('获取成功', [ 'good_type' => $goodsTypeList, 'app_setting' => $app_setting, - 'version' => '111' + 'version' => '112' ]); } /** diff --git a/app/common/server/platform/MiniProgramPlatform.php b/app/common/server/platform/MiniProgramPlatform.php index 9bfa4d2..41e1a61 100644 --- a/app/common/server/platform/MiniProgramPlatform.php +++ b/app/common/server/platform/MiniProgramPlatform.php @@ -67,7 +67,7 @@ class MiniProgramPlatform extends BasePlatform */ public function get_config(): array { - return ['isWebPay' => false]; + return ['isWebPay' => true]; } /** * Summary of pay [$user,$price,title,attach]