We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
创建交易接口 POST 创建交易 POST /api/v1/order/create-transaction
Body 请求参数
{ "order_id": "2022123321312321321", "amount": 100, "notify_url": "http://example.com/", "redirect_url": "http://example.com/", "signature": "xsadaxsaxsa" }
The text was updated successfully, but these errors were encountered:
退回老版本正常可用了, 数据库也得退回去。
onstraint failed: UNIQUE constraint failed: trade_orders.order_id
插入数据库失败了
不知道 api 返回的expiration_time 为啥不用时间戳
Sorry, something went wrong.
No branches or pull requests
创建交易接口
POST 创建交易
POST /api/v1/order/create-transaction
Body 请求参数
{
"order_id": "2022123321312321321",
"amount": 100,
"notify_url": "http://example.com/",
"redirect_url": "http://example.com/",
"signature": "xsadaxsaxsa"
}
The text was updated successfully, but these errors were encountered: