@@ -188,7 +188,7 @@ namespace MySystem
string msg = obj["ret_msg"].ToString();
}
- else if(BrandId == 22 && op) //立刷微电签
+ else if((BrandId == 22 || BrandId == 33) && op) //立刷微电签
{
addRate = addRate * 100;
string content = PublicImportDataService.Instance.SetLiSWeFee(PosSn, MerNo, Fee.ToString("f2"), addRate.ToString());