feat(hwobs): 返回华为obs参数

This commit is contained in:
2025-05-18 10:47:10 +08:00
parent e420668a44
commit 6c4fc6bff6
3 changed files with 24 additions and 18 deletions

View File

@@ -30,7 +30,7 @@ return [
'title' => '存储桶名称',
'type' => 'string',
'content' => [],
'value' => 'zhongyi542',
'value' => 'doxixi',
'rule' => 'required',
'msg' => '',
'tip' => '存储桶名称',
@@ -54,7 +54,7 @@ return [
'title' => '上传接口地址',
'type' => 'string',
'content' => [],
'value' => 'https://zhongyi542.obs.cn-south-1.myhuaweicloud.com',
'value' => 'https://doxixi.obs.cn-south-1.myhuaweicloud.com',
'rule' => 'required;uploadurl',
'msg' => '',
'tip' => '请使用存储桶->基本信息->访问域名的值并在前面加上http://或https://',
@@ -66,7 +66,7 @@ return [
'title' => 'CDN地址',
'type' => 'string',
'content' => [],
'value' => 'https://zhongyi542.obs.cn-south-1.myhuaweicloud.com',
'value' => 'https://doxixi.obs.cn-south-1.myhuaweicloud.com',
'rule' => 'required;cdnurl',
'msg' => '',
'tip' => '如果你的云存储有绑定自定义域名,请输入自定义域名',
@@ -183,7 +183,7 @@ return [
1 => '开启',
0 => '关闭',
],
'value' => '0',
'value' => '1',
'rule' => 'required',
'msg' => '',
'tip' => '',
@@ -235,7 +235,7 @@ return [
'index' => '前台',
'admin' => '后台',
],
'value' => '',
'value' => 'api,index',
'rule' => '',
'msg' => '',
'tip' => '',