简要描述:

  • 删除提现账户

请求URL:

POST:一级域名/wapstore/addons/execute/addons/store/controller/wapstore/action/delAccount

参数:

参数名 是否必须 类型 说明
account_id 必填 int 提现账户ID

返回示例:

正确时返回:

{
    "code": "0",
	"message":"删除成功"
}

错误时返回:

{
    "code": -1,
    "message": "删除失败"
}

返回参数说明: