A站->系统->B站->支付页面(paypal或stripe,可定制其它支付接口)

从2018年的插件版到现在系统版一路走来,这套跳转越来越稳定,灵活,实用,同时全网也随处看到不少用户使用的是从二手贩子手上买来的插件版,这让我感到欣慰和愤怒!在此祝这些二手贩子在即将到来的2022年“一路走好”!

从2014年单干以来,一直秉承“客户至上,需求至上”的原则,我尽力满足客户各种苛刻的开发需求,即使客户开出的价格不高,但这样也提高了自己开发能力和解决客户问题的能力,得到了不少客户的好评(淘宝评价可以做证)。也因此我才有动力让这套系统不断升级强大。

话不多说,介绍下我这套系统目前的功能和原理。

跳转原理:

A站->系统->B站->支付页面(paypal或stripe,可定制其它支付接口)

A站服务端向系统发送支付请求,系统返回给A站一个B站支付链接
A站系统获取了B站的支付链接,将客户浏览重定向到这个B站的链接
客户浏览器到B站支付链接时,B站服务器发起对应的支付跳转,可能是paypal也可能是stripe
功能:

paypal标准模式跳转
stripe站外支付
paypal账单模式
stripe站内支付[可收集信用卡信息-灰产必备]
paypal API模式

需要轮询系统,请私信我,我会尽快与你联系。

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
你可以使用uni-table的slot来自定义表格的展示方式。具体实现方法如下: 1. 使用uni-table的slot属性,创建一个新的template,例如: ``` <uni-table border stripe emptyText="暂无更多数据"> <!-- 表头行 --> <uni-tr> <uni-th align="center" style=" width: 3%; background-color: #394958; color:white; font-size: medium;">区域</uni-th> <uni-th align="center" style=" width: 10%; background-color: #394958; color:white; font-size: medium;">设备名称</uni-th> <uni-th align="center" style=" width: 10%; background-color: #394958; color:white; font-size: medium;">系统</uni-th> <uni-th align="center" style=" width: 3%; background-color: #394958; color:white; font-size: medium;">检查</uni-th> </uni-tr> <!-- 自定义数据展示方式 --> <template slot="default"> <uni-tr> <uni-td algin="center">{{options.shop}}</uni-td> <uni-td algin="center">{{options.equipmentName}}</uni-td> <uni-td algin="center">{{this.values.system}}</uni-td> <uni-td algin="center">{{this.values.checkPoints}}</uni-td> </uni-tr> </template> </uni-table> ``` 2. 在自定义数据展示方式的template中,将原本的表格数据行uni-tr替换为uni-td,并将数据横向展示,例如: ``` <!-- 自定义数据展示方式 --> <template slot="default"> <uni-tr> <uni-td algin="center">区域</uni-td> <uni-td algin="center">{{options.shop}}</uni-td> </uni-tr> <uni-tr> <uni-td algin="center">设备名称</uni-td> <uni-td algin="center">{{options.equipmentName}}</uni-td> </uni-tr> <uni-tr> <uni-td algin="center">系统</uni-td> <uni-td algin="center">{{this.values.system}}</uni-td> </uni-tr> <uni-tr> <uni-td algin="center">检查</uni-td> <uni-td algin="center">{{this.values.checkPoints}}</uni-td> </uni-tr> </template> ``` 这样,就可以将数据横向展示了。

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值