http://127.0.0.1:8888/api/
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
type | 是 | int | 接口编号 |
bizUserName | 是 | string | 小程序userName |
opCode | 是 | int | 操作类型 |
操作类型 | 枚举值 |
---|---|
添加 | 1 |
删除 | 2 |
{
"type": 74,
"bizUserName": "gh_xxx@app",
"opCode": 1
}
{
"data": {
"status": 0,
"desc": "",
"data": []
}
}
参数名 | 类型 | 说明 |
---|---|---|
error_code | int | 错误代码 |
description | string | 错误描述 |
data | json | 业务数据 |