config.php 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <?php
  2. return [
  3. [
  4. 'name' => 'wechat',
  5. 'title' => '微信',
  6. 'type' => 'array',
  7. 'content' => [],
  8. 'value' => [
  9. 'appid' => '',
  10. 'app_id' => '',
  11. 'app_secret' => '',
  12. 'miniapp_id' => 'wx3f392643ec3ce1a3',
  13. 'mch_id' => '1628440901',
  14. 'key' => 'HQTIGJUYWrgKWs408rjJEkXCKHQsNq8e',
  15. 'mode' => 'normal',
  16. 'sub_mch_id' => '',
  17. 'sub_appid' => '',
  18. 'sub_app_id' => '',
  19. 'sub_miniapp_id' => '',
  20. 'notify_url' => '/addons/epay/api/notifyx/type/wechat',
  21. 'cert_client' => '/addons/epay/certs/apiclient_cert.pem',
  22. 'cert_key' => '/addons/epay/certs/apiclient_key.pem',
  23. 'log' => '1',
  24. ],
  25. 'rule' => '',
  26. 'msg' => '',
  27. 'tip' => '微信参数配置',
  28. 'ok' => '',
  29. 'extend' => '',
  30. ],
  31. [
  32. 'name' => 'alipay',
  33. 'title' => '支付宝',
  34. 'type' => 'array',
  35. 'content' => [],
  36. 'value' => [
  37. 'app_id' => '',
  38. 'mode' => 'normal',
  39. 'notify_url' => '/addons/epay/api/notifyx/type/alipay',
  40. 'return_url' => '/addons/epay/api/returnx/type/alipay',
  41. 'private_key' => '',
  42. 'signtype' => 'cert',
  43. 'ali_public_key' => '',
  44. 'app_cert_public_key' => '',
  45. 'alipay_root_cert' => '',
  46. 'log' => '1',
  47. 'scanpay' => '0',
  48. ],
  49. 'rule' => 'required',
  50. 'msg' => '',
  51. 'tip' => '支付宝参数配置',
  52. 'ok' => '',
  53. 'extend' => '',
  54. ],
  55. ];