Files
2026-03-15 01:27:05 +08:00
..
2026-03-15 01:27:05 +08:00
2026-03-15 01:27:05 +08:00
2026-03-15 01:27:05 +08:00
2026-03-15 01:27:05 +08:00
2026-03-15 01:27:05 +08:00
2026-03-15 01:27:05 +08:00
2026-03-15 01:27:05 +08:00
2026-03-15 01:27:05 +08:00
2026-03-15 01:27:05 +08:00
2026-03-15 01:27:05 +08:00
2026-03-15 01:27:05 +08:00
2026-03-15 01:27:05 +08:00
2026-03-15 01:27:05 +08:00

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
页面地址:
    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&notice_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