- 设定的 接收支付成功回调通知的地址 接收不到通知
'notify_url' => 'http://cjlog.yidianzhi.top/qingwei/index.php',1. notify_url填写注意事项notify_url需要填写商户自己系统的真实地址,不能填写接口文档或demo上的示例地址。notify_url必须是以https://或http://开头的完整全路径地址,并且确保URL中的域名和IP是外网可以访问的,不能填写localhost、127.0.0.1、192.168.x.x等本地或内网IP 请问:为啥接收不到支付通知 ?
06-18 - Class "WeChatPay\Formatter " not found
namespace app\index\controller; require_once(root_path() . 'vendor/autoload.php'); use app\BaseController; use WeChatPay\Builder; use WeChatPay\Crypto\Rsa; use WeChatPay\Formatter; public function index(){ $timestamp = Formatter::timestamp(); // 生成时间戳 $timestamp,$nonce, //$nonce = Formatter::nonce(); // 生成随机串 dump($timestamp);return; } 使用的是thinkphp8,已把wechatpay放在了vendor文件夹中, 调试 index 方法出现这个问题,请问是什么原因? Class "WeChatPay\Formatter" not found,求指教
06-12 - 3支付中,文档哪个是标准
v3支付中,小程序developers.weixin文档有一套参数要上传,pay.weixin文档中又有一套,两个地方的参数不同,比如说IP,开发文档要求必填,而支付文档中并没有体现,请问哪个是标准?
06-06 - jsapi1.4.12 php版本的看不懂
有没有小程序支付的最新版本的视频教程,是PHP版的,可有大侠在,请发一个给我
05-29