|
@@ -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;
|
|
|
|