{
"company_identification": "e30c0f0c-086c-4b8f-b21f-7acb84f362bf",
"cost": 11.1,
"payment_type": "recharge"
}curl --location 'https://chat.jijyun.cn/v1/openapi/company/balance/update?apiKey=undefined' \
--header 'Content-Type: application/json' \
--data '{
"company_identification": "e30c0f0c-086c-4b8f-b21f-7acb84f362bf",
"cost": 11.1,
"payment_type": "recharge"
}'{
"Code": 2000,
"Msg": "成功",
"Data": {
"result": "调整成功",
"payment_type": "recharge",
"cost": "11.10",
"parent_company_id": "pc1265",
"parent_before_balance": "6017670.8460",
"parent_balance": "6017659.7460",
"child_company_id": "ob1270",
"child_before_balance": "16.1000",
"child_balance": "27.2000"
}
}