From e168dc674eafa836368d5c082e9c99969d984891 Mon Sep 17 00:00:00 2001 From: libiao <libiao.866@163.com> Date: Wed, 3 Nov 2021 22:04:43 +0800 Subject: [PATCH] =?UTF-8?q?fix:mod:=E4=BF=AE=E6=AD=A3sign=E7=AD=BE?= =?UTF-8?q?=E5=90=8D=E6=97=A0=E6=B3=95=E9=87=8D=E5=A4=8D=E7=94=9F=E6=88=90?= =?UTF-8?q?=E9=97=AE=E9=A2=98=EF=BC=8Csign=E8=AE=A1=E7=AE=97=E6=97=B6?= =?UTF-8?q?=E7=94=A8=E5=AD=97=E7=AC=A6=E4=B8=B2=E6=89=BF=E6=8E=A5=E7=BB=93?= =?UTF-8?q?=E6=9E=9C=E8=80=8C=E4=B8=8D=E6=98=AFBigInteger=E3=80=82?= =?UTF-8?q?=E6=96=B0=E5=A2=9EAPI=E6=8E=88=E6=9D=83token=E8=8E=B7=E5=8F=96?= =?UTF-8?q?=E6=96=B9=E6=B3=95=E9=9B=8F=E5=BD=A2=EF=BC=8C=E5=BE=85=E8=A1=A5?= =?UTF-8?q?=E5=85=85http=E8=AF=B7=E6=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/application-shopee.yml | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 ruoyi-admin/src/main/resources/application-shopee.yml diff --git a/ruoyi-admin/src/main/resources/application-shopee.yml b/ruoyi-admin/src/main/resources/application-shopee.yml new file mode 100644 index 000000000..2eea6252b --- /dev/null +++ b/ruoyi-admin/src/main/resources/application-shopee.yml @@ -0,0 +1,20 @@ +shopee: + partnerID: 845774 + secrret: ea6e399abcBb69eacbeBfe38bc89a9ef35Za8Ze48a92535211c2Ъ92e18Ba52d + #回跳到系统 + redirectURL: http://www.edterp.com/shop/shop + #shopee 认证 + authpartner_url: https://partner.shopeemobile.com/api/v1/shop/auth partner + # + cancel_auth_partner_url: https://partner.shopeemobile.com/api/v1/shop/cancel_auth_partner + #shopee 消息推送到系统 + msgPushUrl: http://www.edterp.com/dev-dpi/orders/shop/verfiyPushMsg + #shopee + shopInfoApiUrl: https://partner.shopeemobile.com/api/v1/shop/get + ordersApiUrl: https://partner.shopeemobile.com/api/v1/orders/basics + # + orderDetailApiUrl:https://partner.shopeemobile.com/api/v1/orders/detail + # + orderDetailUariationspiUrl1: https://partner.shopeemobile.com/api/v1/item/tier_var/get + socketHost: 172.19.92.42 + socketPort: 10000 \ No newline at end of file