payment.php 585 B

123456789101112131415161718
  1. <?php
  2. return [
  3. 'tl' => [
  4. 'app_id' => '00265677', // 公众账号ID
  5. 'cus_id' => '660451073920V5E',// 商户id
  6. 'md5_key' => '55079104816PJXP04',// md5 秘钥
  7. 'sign_type' => 'MD5',// MD5 HMAC-SHA256
  8. 'limit_pay' => ['no_credit'],
  9. 'notify_url' => 'http://172.16.2.46:8080/vo-apidemo/OrderServlet',
  10. 'redirect_url' => 'https://helei112g.github.io/',// 如果是h5支付,可以设置该值,返回到指定页面
  11. 'return_raw' => false,// 在处理回调时,是否直接返回原始数据,默认为true
  12. ]
  13. ];