对账确认
POST
localhost:8007/agent/account/confirm
接口描述
对账接口确认对账信息更改状态
请求头
参数名
类型
描述
必填
token
string
校验token
必填
请求参数
参数名
类型
描述
必填
oid
string
oid
必填
status
int
对账状态
必填
响应参数
参数名
类型
描述
必填
success
boolean
示例:true
必填
code
int
示例:1
必填
msg
string
示例:确认对账成功
必填
data
object
示例:null
必填
timestamp
string
示例:1619677403049
必填