This commit is contained in:
youda 2025-04-21 17:01:21 +08:00
parent a5b6906dad
commit b4af8c3116

View File

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