站点账号编辑
POST
http://192.168.15.133/site/account_edit
接口描述
平台账号编辑
请求参数
参数名
类型
描述
必填
id
int
该数据的id
必填
site_id
int
站点id
必填
account_name
string
账号
必填
account_password
string
账号密码
必填
account_is_active
Boolean
账号是否启用
必填
account_status
Boolean
账号状态
必填
account_classification
string
账号平台分类
必填
响应参数
参数名
类型
描述
必填
Code
int
200
必填
Msg
string
账号修改成功
必填