From 003b01b124c280f1b6f766ecb4efaa3907e0a0ae 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, 14 May 2020 15:03:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=AD=A3=E5=BC=8F=E5=8A=A0=E4=B8=8A=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E4=BA=AC=E4=B8=9C=E5=95=86=E5=9F=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- conf/app.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/conf/app.conf b/conf/app.conf index 31be0143c..2fa3e9fc4 100644 --- a/conf/app.conf +++ b/conf/app.conf @@ -181,6 +181,10 @@ jdEclpAccessToken = "bcb6201b5b3c45a0976dcda5e2dea8aejiwm" jdEclpAppKey = "0D397F05CF11C51BCDCC81744680EBC3" jdEclpAppSecret = "f16a5e57ff4f4f428b702c40d2d4b933" +jdShopAccessToken = "de8157b447584885910f429011e49cb93yjq" +jdShopAppKey = "E1D746D42474D5F1F1A10CECE75D99F6" +jdShopAppSecret = "efa7e1d1a22640fa990e6cf164b28608" + elmIsProd = true elmToken = "" elmAppKey = "KLRDcOZGrk" @@ -221,6 +225,7 @@ enableEbaiStoreWrite = true enableMtwmStoreWrite = true enableWscStoreWrite = true enableYbStoreWrite = true +enableJdShopWrite = true disableWeimob = false weimobCallbackURL = "http://callback.jxc4.com/weimob"