Explorar el Código

商户查询审核状态判断商户号为空不

lcl hace 6 meses
padre
commit
a1aee198fc
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      Util/HaoDa/HaoDaHelper.cs

+ 4 - 0
Util/HaoDa/HaoDaHelper.cs

@@ -83,6 +83,10 @@ namespace MySystem
         /// <returns></returns>
         public string QueryMerchantStatus(string instId, string mchtNo, int BrandId = 0)
         {
+            if(string.IsNullOrEmpty(mchtNo))
+            {
+                return "{}";
+            }
             var BoxRequestUrl = HaodaUnionParam.BoxRequestUrl;
             if (BrandId == 1) BoxRequestUrl = HaodaParam.BoxRequestUrl;