1. 删除应用

DELETE:http://api.xdua.com/{app_id}

字段名 位置 字段类型 字段说明 举例 可选
apiv head string API版本,默认是1.0.0 1.0.0 可选
Authorization head string 客户端保存的鉴权token Authorization字符串 必选
app_id path string 应用id 一个类似md5格式的编码 必须

返回数据

成功返回

{
    "error": 0,
    "reason": "Success"
    "result": {},
}

失败返回

{    
    "error": >0,
    "result": {失败供调试的东西"},
    "reason": "失败原因"
}

results matching ""

    No results matching ""