## 增加存储空间任务
管理员可增加用户存储空间任务,space单位为byte。仅管理员权限可用。
~~~[api]
post:https://api.kstore.space/api/v1/user/space/add
*access_token=11-c4a1ccd34fc8498b8c67facbbb536c7d#认证码
*int:userId=11#用户ID
*long:space=11#新增的存储空间大小,单位byte
*note=备注#备注
*long:expireTime=4100688000000#到期时间,毫秒时间戳,到期后空间减小
<<<
success
{
"status": 200,
"msg": null,
"data":null
}
<<<
error
~~~