- 公共请求参数
- 公共返回结果
- 接口说明模板
- app-user
- 用户相关接口
- KYC税务表单接口
- 工单相关接口
- 沟通记录相关接口
- 审核相关接口
- KYC资料相关接口
- 通行证相关接口
- 风险等级测评接口
- 银行卡相关接口
- 大额投资者认证接口
- 零售客户行情订阅相关接口
- app-client
- 用户相关接口
- 审核相关接口
- 工单相关接口
- KYC税务表单接口
- 沟通记录相关接口
- KYC资料相关接口(临时保存)
- 通行证相关接口
- 风险等级测评接口
- 银行卡相关接口
- 大额投资者认证接口
- 零售客户行情订阅相关接口
- 交易系统相关接口
- 券商注册
- app-control
- app-report
- app-trading
- app-common
- app-platform
- app-notice
- app-storage
- app-public-fund
- app-order
- app-settle
- app-fund
- notification-center
- app-setting
- app-geography
回调更新订单
POST
/order/v1/callback/update
订单管理相关接口
接口变更记录#
变更版本 | 变更时间 | 变更人 | 变更内容 | 备注 |
---|---|---|---|---|
资金模块V1.5.0 | 2024-11-20 | Cass Song | 新增接口 |
错误码#
code | msg | msg_cn |
---|---|---|
110001 | Parameter error | 参数错误 |
110007 | Appid not exist | APPID不存在 |
110010 | Order does not exist | 订单不存在 |
110016 | Initiate order status error | 发起订单状态错误 |
请求结构#
1.
2.
公共参数#
签名方法#
1.
公共返回结果#
接口描述#
请求参数
Body 参数application/json
order_serial
string
订单号
process_result
enum<string>
处理结果
枚举值:
successfail
mt_order_serial
string
mt订单号
operator_remark
string
操作备注
示例
{
"order_serial": "string",
"process_result": "success",
"mt_order_serial": "string",
"operator_remark": "string"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/order/v1/callback/update' \
--header 'Content-Type: application/json' \
--data-raw ''
返回响应
🟢200OK
application/json
Body
code
integer <int32>
可选
data
string
可选
msg
string
可选
success
boolean
可选
traceId
string
可选
示例
{
"code": 0,
"success": true,
"data": "DP202311226000000054",
"msg": "success",
"traceId": "TX28DKJ1PF-669854"
}
🟠401Unauthorized
🟠403Forbidden
🟠404Not Found
⚪110018操作方式不存在
修改于 2024-12-06 10:30:48