企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
![](https://img.kancloud.cn/8e/14/8e14565b80e29e7e8bc5a2729d9e597a_851x518.png) ~~~[api] get:api/user/editUser *int:email# 邮箱 *int:real_name# 真实姓名 *int:sex# 性别 *int:area_pro_id# 省 *int:area_city_id# 城市 *int:address# 详细地址 <<< { "data": { "mobile": 17674740830, "nick_name": "测试", "header_img": null, "balance": 0, "integral": 0, "email": "pg719@qq.com", "user_name": "17674740830", "real_name": "彭", "area_pro_id": null, "area_city_id": null, "address": "", "sex": 1 }, "code": 0 } <<< error 这里填写错误的返回码 以此类推,每个状态使用 <<< 分割, 第一行添加状态名称 ~~~