From 2b6c540c6b20e04f8b2a05e6f0c22ba5d5016364 Mon Sep 17 00:00:00 2001
From: manailin <261030956@qq.com>
Date: 星期六, 24 九月 2022 14:09:50 +0800
Subject: [PATCH] Merge branch 'huacheng_test' of http://gitlab.nhys.cdnhxx.com/root/zhihuishequ into huacheng_test

---
 springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/constants/PayCpmstant.java |   29 ++++++++++++++++++++++++-----
 1 files changed, 24 insertions(+), 5 deletions(-)

diff --git a/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/constants/PayCpmstant.java b/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/constants/PayCpmstant.java
index ece926d..2e3c659 100644
--- a/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/constants/PayCpmstant.java
+++ b/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/constants/PayCpmstant.java
@@ -7,14 +7,33 @@
  */
 public class PayCpmstant {
 
-    // 微信支付统一下单url地址
+    /**
+     * 微信支付统一下单url地址
+     */
     public static final String UNIFIEDORDER_URL = "https://api.mch.weixin.qq.com/pay/unifiedorder";
-    // 微信支付默认编码格式
+    /**
+     * 微信支付默认编码格式
+     */
     public static final String DEFAULT_ENCODING = "UTF-8";
-    // 微信支付返回支付成功CODE
+    /**
+     * 微信支付返回支付成功CODE
+     */
     public static final String RETURN_CODE = "SUCCESS";
-    // 微信支付返回支付成功MSG
+    /**
+     * 微信支付返回支付成功MSG
+     */
     public static final String RETURN_MSG = "OK";
-    // 微信支付默认加密格式
+    /**
+     * 微信支付默认加密格式
+     */
     public static final String SIGN_TYPE = "MD5";
+
+    /**
+     * 电动车商城购买商品支付回调地址
+     */
+    public static final String BATTERY_STORE_PAY_NOTIFY_URL = "/api/huacheng-applets/wx/batteryPayNotify";
+    /**
+     * 电动车商城活动订单支付回调地址
+     */
+    public static final String BATTERY_STORE_ACTIVITY_PAY_NOTIFY_URL = "/api/huacheng-applets/wx/batteryActivityPayNotify";
 }

--
Gitblit v1.7.1