创建订单

**简要描述:** - 币币资产 **请求URL:** - ` http://xx.com/app/cct/order/create` **请求方式:** - POST FORM **传入参数:** |参数名|必选|类型|说明| |:---- |:----|:----- |----- | |transactionType |是|int |订单类型 1:买入,2:卖出 | |transactionUnit |是|decimal |价格 | |transactionNumber |是|decimal |数量 | |tradePairId |是|string |交易对id | |payPassword|否|string|资金密码 | **返回示例** ``` { "stateCode": 0, "message": "", "data": { } } ``` **返回参数说明** |参数名|类型|说明| |:----- |:-----|----- | |stateCode |int |接口状态码 0:正常 -1:异常 1:token过期 | |message |string |接口消息 | |id|string |资产id | |coinId|string |币种id | |userId|string |用户id | |freeAmount|decimal|可用数目 | |frozenAmount|decimal|冻结数目 | |coinName|string |币种名称| **备注** - 更多返回错误代码请看首页的错误代码描述