🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
## 删除子账号 >接口参数说明 ~~~[api] get:/api/account/{guid}/delete-child-account *string:guid#GUID <<< success { "status": 0, "msg": "success", "timestamp": "20190411035633560" } <<< error { "status": 109, "msg": "Not find account", "timestamp": "20190411040344008" } ~~~ >接口请求示例 ~~~ { /api/account/383c72a7-5c2d-11e9-821c-f97e2d250529/delete-child-account } ~~~