From 49d3e3dd8da9d2da4c038f76202b343f3f082c0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Thu, 16 Apr 2020 16:50:23 +0800 Subject: [PATCH] =?UTF-8?q?gold3=E5=8D=95=E7=8B=AC=E6=94=BE=E4=B8=80?= =?UTF-8?q?=E4=B8=AA=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- conf/app.conf | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) diff --git a/conf/app.conf b/conf/app.conf index b4f642a31..72677197c 100644 --- a/conf/app.conf +++ b/conf/app.conf @@ -424,3 +424,70 @@ yinbaoAppKey = "682628966212343269" yinbaoAppID = "18C0E0867E467DBC26EFF5E957B02EC4" aliUpcAppCode = "00a6eefba0204d3fa310ac0ee7a6fc54" + +[prod3] +EnableDocs = false + +jdOrgCode = "320406" +jdToken = "77e703b7-7997-441b-a12a-2e522efb117a" +jdAppKey = "1dba76d40cac446ca500c0391a0b6c9d" +jdSecret = "a88d031a1e7b462cb1579f12e97fe7f4" + +jd2OrgCode = "349454" +jd2Token = "29e0e567-c475-433a-aff0-37176ee8d8a7" +jd2AppKey = "7fb947624ff847ae94ff2f068cc99652" +jd2Secret = "1097abd7ef09427099b4922784af123a" + +jdEclpAccessToken = "bcb6201b5b3c45a0976dcda5e2dea8aejiwm" +jdEclpAppKey = "0D397F05CF11C51BCDCC81744680EBC3" +jdEclpAppSecret = "f16a5e57ff4f4f428b702c40d2d4b933" + +elmIsProd = true +elmToken = "" +elmAppKey = "KLRDcOZGrk" +elmSecret = "1fc221f8265506531da36fb613d5f5ad673f2e9a" + +ebaiSource = "34665" +ebaiSecret = "c3db75b754ea2d89" + +mtpsAppKey = "3c0a05d464c247c19d7ec13accc78605" +mtpsSecret = "b1M}9?:sTbsB[OF2gNORnN(|(iy9rB8(`7]|[wGLnbmt`evfM>E:A90DjHAW:UPE" + +dadaIsProd = true +dadaCallbackURL = "http://callback.jxc4.com/dadadelivery/msg" +dadaSourceID = "6660" + +weixinAppID = "wx2bb99eb5d2c9b82c" +weixinSecret = "6bbbed1443cc062c20a015a64c07a531" +weixinMiniAppID2 = "wx4b5930c13f8b1170" +weixinMiniSecret2 = "2a57228a716ce991a52739f0ff41111d" + +yinbaoAppKey = "682628966212343269" +yinbaoAppID = "18C0E0867E467DBC26EFF5E957B02EC4" + +aliUpcAppCode = "00a6eefba0204d3fa310ac0ee7a6fc54" + +wxpayNotifyURL = "http://callback.jxc4.com/wxpay/msg/" + +tonglianPayAppID = "00183083" +tonglianPayKey = "18048531223" +tonglianPayCusID = "56065105499TVAH" +tonglianPayNotifyURL = "http://callback.jxc4.com/tonglian/msg/" + +dbConnectStr = "root:WebServer@1@tcp(db3.int.jxc4.com:3306)/jxd_dev_0?charset=utf8mb4&loc=Local&parseTime=true" + +enableStoreWrite = true +enableJdStoreWrite = true +enableEbaiStoreWrite = true +enableMtwmStoreWrite = true +enableWscStoreWrite = true +enableYbStoreWrite = true + +disableWeimob = false +weimobCallbackURL = "http://callback.jxc4.com/weimob" + +dingdingAgentID = 239461075 +dingdingAppKey = "ding7iu9cptairtcls0c" +dingdingSecret = "LWrZAFeqUfuVv7n_tc8vPpCAx6PT4CwManx2XCVhJOqGsx2L5XCDuX1sAN_JtvsI" + +dingdingCallbackURL = "http://callback.jxc4.com/dingding/msg" \ No newline at end of file