# Functions
HandleAPIReturn 返回请求.
HandleAuthError 缺少权限.
HandleOkReturn 请求成功.
HandleOperationError 操作错误.
HandleParamsError 传参错误.
HandleRecordExists 记录已存在.
HandleRecordNotFound 记录找不到.
HandleServerError 服务器内部错误.
Lock .
Unlock.
# Constants
需要登陆.
No description provided by the author
操作错误.
传参错误.
记录已存在.
记录不存在.
服务错误.
# Structs
LockParam 加锁参数.
LockResponse 加锁响应.
Result 请求响应体.
UnLockParam 解锁参数.