更新科目编码设置
POST
https://v4.fenxi365.com/api/account-sets/updateEncode
最后修改时间:2024-04-29 06:25:51
责任人:未设置
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://v4.fenxi365.com/api/account-sets/updateEncode' \
--data-urlencode 'newEncoding=Integer'
响应示例响应示例
{
"success": false,
"code": 0,
"msg": "",
"data": {}
}
请求参数
Body 参数application/x-www-form-urlencoded
newEncoding
array[string]
科目编码数组
示例值:
["Integer"]
返回响应
修改于 2024-04-29 06:25:51