Authorization: Bearer ********************{
"params": {
"company_name": "上海测试工业自动化有限公司",
"tax_number": "91310000MA1TEST1687",
"registered_addr": "上海市松江区",
"registered_phone": "021-12345678",
"deposit_bank": "中国银行上海分行",
"bank_account": "1234567890",
"set_current": true
}
}curl --location 'https://jh.odoohub.com.cn/wxapi/repair/affiliated/company/create' \
--header 'openid: oJydR5bJozeYt__fT77fGDvUbo6M' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"params": {
"company_name": "上海测试工业自动化有限公司",
"tax_number": "91310000MA1TEST1687",
"registered_addr": "上海市松江区",
"registered_phone": "021-12345678",
"deposit_bank": "中国银行上海分行",
"bank_account": "1234567890",
"set_current": true
}
}'{
"code": 200,
"message": "成功",
"data": {
"affiliated_company_id": 19673,
"affiliated_company_name": "上海测试工业自动化有限公司",
"created": true,
"relation_id": 88,
"is_current": true
}
}