批量新股申购接口
/api/v1.0/order
请求方式:GET
参数 | 必填 | 类型 | 描述 |
---|---|---|---|
account | Y | string | 交易账号 |
action | Y | string | 下单类型 ipobatch=批量新股申购 |
请求实列:
http://127.0.0.1:9999/api/v1.0/order?account=12002211111&action=ipobatch
返回数据:
{
"msg": "新股申购成功",
"code": "0",
"success": "1",
"id": "1"
}