简要描述:

  • 测试阿里云

action

域名 /admin/system/oss

参数:

参数名 是否必须 类型 说明
以下数据 需要加数组 如:alioss[key]
key string Access Key ID
secret string Access Key Secret
bucket string bucket
internal int 内网上传(1: 是; 0: 否)
url string 自定义URL (默认URL不需要填写)

返回示例:

正确时返回:

 {
    "result": 1,
	"msg": '配置成功'
	"data":[]
}

错误时返回:

   {
    "result": 0,
    "msg": '配置失败,阿里云访问url错误'
    "data": ""
  }

备注:

  • 更多返回错误代码请看首页的错误代码描述