| ... | @@ -50,7 +50,7 @@ Authorization: Bearer ${token} |
... | @@ -50,7 +50,7 @@ Authorization: Bearer ${token} |
|
|
"seq": ${seq},
|
|
"seq": ${seq},
|
|
|
"trade_id": ${trade_id*},
|
|
"trade_id": ${trade_id*},
|
|
|
"detail": [
|
|
"detail": [
|
|
|
{"tags": [${tags}...], "amount": ${amount}}
|
|
{"tags": [${tags}...], "amount": ${amount}, "time_end": ${time_end*}}
|
|
|
]
|
|
]
|
|
|
}
|
|
}
|
|
|
```
|
|
```
|
| ... | @@ -76,6 +76,7 @@ Authorization: Bearer ${token} |
... | @@ -76,6 +76,7 @@ Authorization: Bearer ${token} |
|
|
| └ card|string|如果是卡支付的话则输出为卡号,非卡支付不输出|
|
|
| └ card|string|如果是卡支付的话则输出为卡号,非卡支付不输出|
|
|
|
| └ amount|int|实付金额|
|
|
| └ amount|int|实付金额|
|
|
|
| └ balance|int|交易后余额,wallet时给出该值|
|
|
| └ balance|int|交易后余额,wallet时给出该值|
|
|
|
|
| └ time_end(部分支付类型输出)|timestamp|支付完成时间|
|
|
|
|
|
|
|
|
### R2.事件总线
|
|
### R2.事件总线
|
|
|
|
|
|
| ... | | ... | |