This commit is contained in:
youda 2025-05-27 06:55:23 +08:00
parent 12a636bc9f
commit b0677d35c7
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ class Config extends Base
return $this->renderSuccess('获取成功', [
'good_type' => $goodsTypeList,
'app_setting' => $app_setting,
'version' => '111'
'version' => '112'
]);
}
/**

View File

@ -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]