仿抖音商城-免登录下单源码-肥猫技术博客

仿抖音商城-免登录下单源码

仿抖音商城-免登录下单源码-已启用腾讯cos储存桶-发货短信通知等功能 如果需要配置后台自定义功能需要注意两点 location = /admin { return 404; } 把以上代码增加到站点配置文件当中,如下图 ...
商城-苹果限制跳转解决方案-肥猫技术博客

商城-苹果限制跳转解决方案

修改易支付SDK文件 epay_submit.class.php 文件中代码,下方是需要替换的原代码! function buildRequestForm($para_temp, $method='POST', $button_name='正在跳转') { //待请求参数数组 $para...
336193的头像-肥猫技术博客3361931个月前
0478
抖音商城修改支付接口。-肥猫技术博客

抖音商城修改支付接口。

<?php namespace app\index\controller; use think\Controller; use think\Db; use think\Request; use think\Cookie; class Pay extends Controller { public function _initialize(){ $sys...
易支付-无后门版本-肥猫技术博客

易支付-无后门版本

伪静态location / { if (!-e $request_filename) { rewrite ^/(.[a-zA-Z0-9\-\_]+).html$ /index.php?mod=$1 last; } rewrite ^/pay/(.*)$ /pay.php?s=$1 last; rewrite ^/api/(.*)$ /api.php?s...
336193的头像-肥猫技术博客3361931个月前
05215
星译付-易支付插件抓包方法-肥猫技术博客