|
|
@@ -76,16 +76,16 @@ namespace MySystem
|
|
|
}
|
|
|
if(BrandId == 1 || BrandId == 3) //金控
|
|
|
{
|
|
|
- // addRate = addRate * 100;
|
|
|
- // string content = PublicImportDataService.Instance.LkbSetFee(PosSn, Fee, addRate);
|
|
|
- // JsonData obj = JsonMapper.ToObject(content);
|
|
|
- // if (obj["respCode"].ToString() == "00")
|
|
|
- // {
|
|
|
- // }
|
|
|
- // else
|
|
|
- // {
|
|
|
- // string msg = obj["respMsg"].ToString();
|
|
|
- // }
|
|
|
+ addRate = addRate * 100;
|
|
|
+ string content = PublicImportDataService.Instance.LkbSetFee(PosSn, Fee, addRate);
|
|
|
+ JsonData obj = JsonMapper.ToObject(content);
|
|
|
+ if (obj["respCode"].ToString() == "00")
|
|
|
+ {
|
|
|
+ }
|
|
|
+ else
|
|
|
+ {
|
|
|
+ string msg = obj["respMsg"].ToString();
|
|
|
+ }
|
|
|
}
|
|
|
else if(BrandId == 2) //开店宝
|
|
|
{
|