:-: **服務端簽名直傳并設置上傳回調**
官方例子:
https://help.aliyun.com/document_detail/31926.html?spm=a2c4g.11186623.2.1.Jv0tel
### 獲取oss上傳憑證
~~~[api]
post:http://192.168.3.196/api/ossToken
*string:zxuser=自定義用戶標識(手機號||openid||用戶名)#用戶標識
<<<
success
{'status':200,'url':$data}
<<<
error
{'status':404,'url':$message}
~~~
注釋:
`$message` 后端提供錯誤信息(類型:字符串);
`$url` 圖片存儲地址