**接口地址**:`/biz/app/tickets/moviePlayDate`
**请求方式**:`POST`
**请求数据类型**:`application/json`
**响应数据类型**:`*/*`
**接口描述**:
**请求示例**:
~~~
{
"search": {
"ci": 0,
"filmId": 0
}
}
~~~
**请求参数**:
**请求参数**:
| 参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
| -------- | -------- | ----- | -------- | -------- | ------ |
|access-token|签名:RSA(MD5(body+nonce+ts))|header|true|string||
|cps|商户唯一编号|header|true|string||
|nonce|随机值|header|true|string||
|param|param|body|true|ReqShowDateQueryParam|ReqShowDateQueryParam|
| search|查询参数||false|RequestShowDate|RequestShowDate|
| ci|城市ID,不存在默认上海||false|integer||
| filmId|电影ID||false|integer||
|ts|时间|header|true|string||
**响应状态**:
| 状态码 | 说明 | schema |
| -------- | -------- | ----- |
|200|OK|接口返回对象«object»|
|201|Created||
|401|Unauthorized||
|403|Forbidden||
|404|Not Found||
**响应参数**:
| 参数名称 | 参数说明 | 类型 | schema |
| -------- | -------- | ----- |----- |
|code|返回代码|integer(int32)|integer(int32)|
|message|返回处理消息|string||
|result|返回数据对象|object||
|success|成功标志|boolean||
|timestamp|时间戳|integer(int64)|integer(int64)|
**响应示例**:
~~~
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
~~~
## 支付成功回调接口
**接口地址**:`/biz/app/tickets/third/notify/pay/{orderId}`
**请求方式**:`POST`
**请求数据类型**:`application/json`
**响应数据类型**:`*/*`
**接口描述**:
**请求参数**:
**请求参数**:
| 参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
| -------- | -------- | ----- | -------- | -------- | ------ |
|access-token|签名:RSA(MD5(body+nonce+ts))|header|true|string||
|body|body|body|true|string||
|cps|cps|header|true|string||
|nonce|随机值|header|true|string||
|orderId|orderId|path|true|string||
|ts|时间|header|true|string||
**响应状态**:
| 状态码 | 说明 | schema |
| -------- | -------- | ----- |
|200|OK|接口返回对象«object»|
|201|Created||
|401|Unauthorized||
|403|Forbidden||
|404|Not Found||
**响应参数**:
| 参数名称 | 参数说明 | 类型 | schema |
| -------- | -------- | ----- |----- |
|code|返回代码|integer(int32)|integer(int32)|
|message|返回处理消息|string||
|result|返回数据对象|object||
|success|成功标志|boolean||
|timestamp|时间戳|integer(int64)|integer(int64)|
**响应示例**:
~~~
{
"code": 0,
"message": "",
"result": {},
"success": true,
"timestamp": 0
}
~~~