Browse Source

TTCX/auth.php

nan.zhang 4 years ago
parent
commit
aa90c25465
1 changed files with 24 additions and 0 deletions
  1. 24 0
      public/COMPANY_LIST/TTCX/auth.php

+ 24 - 0
public/COMPANY_LIST/TTCX/auth.php

@@ -0,0 +1,24 @@
+<?php
+
+return [
+
+    'Xcx_pay_appId'=>'wxca48f8e7ad253dfc',//公众号appidwxca48f8e7ad253dfc
+    'Xcx_pay_sub_appId'=>'wx5dec8be6d109fa4e',//小程序appid
+    'Xcx_mchId'=>'1510800741',//主账户
+    'Xcx_sub_mchId'=>'1602460327',//子账户
+    'Xcx_pay_key'=>'1A7f7e7fbc939d3c7d25be2012e41022',
+    'Xcx_secret'=>'c338dcb18e9ec833a3381dc77e683dbe',
+    'Xcx_tip'=>'KQRJ',
+    'Xcx_pay_notify_url'=>[
+        'https://api.overseasdragon.com.cn/smdd/index/successOrder/bloc_code/BAIXIONG'
+
+//        'https://smdd.overseasdragon.com.cn/index/External/returnPay.html'
+    ],
+
+    //微信JS
+    'Wechat_js_appId'=>'wx08a4db6a54f73c6f',
+    'Wechat_js_appsecret'=>'8e3a6165ce46e22ea2bb278e0092e71f',
+    
+    //验证参数
+    'signKey'=>'43F7299CE14DBF34879F080126666WF9',
+];