## **oss配置**
**接口描述**
* oss配置,服務端只負責記錄,傳前端調用,前端直接明文使用
**請求URL**
* /oss/edit
**請求方式**
* GET
**請求示例**
```
{
????????"bucket":"2222aaa",
????????"endpoint":"http://oss-cn-shenzhen.aliyuncs.com",
????????"AccessKeyId":"STS.123",
????????"AccessKeySecret":"123",
????}
```
**請求參數**
| 參數名 | 類型 | 說明 |
| --- | --- | --- |
| bucket | string |阿里云oss參數|
| endpoint | string |阿里云oss參數 |
|AccessKeyId | string |阿里云oss參數 |
| AccessKeySecret| string | 阿里云oss參數 |
**返回示例**
```
{
"code":0,
"message":"sucess"
}
```