Browse Source

文字调整

DuGuYang 11 months ago
parent
commit
8d30d12aff
2 changed files with 2 additions and 2 deletions
  1. 1 1
      Util/HaoDa/AlipayFunctionForHD.cs
  2. 1 1
      Util/HaoDa/WeChatFunctionForHD.cs

+ 1 - 1
Util/HaoDa/AlipayFunctionForHD.cs

@@ -35,7 +35,7 @@ namespace MySystem
             string identity_type = info.SubjectType;
             string store_address = info.BizStoreAddress;
             string merchant_type = "STORE";
-            var placeType = info.PlaceType; // 小微商户经营场所类型(0 固定场所 1 流动摊贩)
+            var placeType = info.PlaceType; // 小微商户经营场所类型(0 固定场所 1 流动摊贩)
             if (placeType == 1)
             {
                 merchant_type = "STALL";

+ 1 - 1
Util/HaoDa/WeChatFunctionForHD.cs

@@ -96,7 +96,7 @@ namespace MySystem
             {
                 Dictionary<string, object> assist_prove_info = new Dictionary<string, object>();
                 string micro_biz_type = "MICRO_TYPE_STORE";
-                var placeType = info.PlaceType; // 小微商户经营场所类型(0 固定场所-MICRO_TYPE_STORE 1 流动摊贩-MICRO_TYPE_MOBILE)
+                var placeType = info.PlaceType; // 小微商户经营场所类型(0 固定场所-MICRO_TYPE_STORE 1 流动摊贩-MICRO_TYPE_MOBILE)
                 if (placeType == 1)
                 {
                     micro_biz_type = "MICRO_TYPE_MOBILE";