24 lines
897 B
Plaintext
24 lines
897 B
Plaintext
页面地址:
|
||
https://api.tscce.cn/source/pay/pay.php
|
||
主要功能:
|
||
实现无关业务的支付调用
|
||
调用方式:
|
||
get/post
|
||
|
||
所需参数:
|
||
sid: sid
|
||
scode: scode
|
||
app_id: appid
|
||
dev_key: 开发者key
|
||
market_key: 门店key
|
||
fee: 支付金额(分)
|
||
title: 支付标题
|
||
order_id: 订单号
|
||
notice_url: 回调地址(异步)
|
||
return_url: 回调地址(同步)
|
||
is_qrcode: 是否需要生成二维码(y: 是)
|
||
sign_key: 签名key(客户端用户生成签名的key,目前支付时不校验签名,只在退款才会校验签名。)
|
||
用户其他参数
|
||
|
||
调用示例:
|
||
https://api.tscce.cn/source/pay/pay.php?app_id=14936872341446&dev_key=14915485974028&market_key=test¬ice_url=https://api.tscce.cn/source/pay/notice.php&return_url=https://api.tscce.cn/source/pay/notice.php&title=aaa&fee=4&p1=p1&is_qrcode=y |