|
|
@@ -49,7 +49,7 @@ namespace MySystem
|
|
|
{
|
|
|
decimal Fee = 0.63M;
|
|
|
int addRate = 0;
|
|
|
- if(BrandId != 12 && BrandId != 13)
|
|
|
+ if(BrandId != 12 && BrandId != 13 && BrandId != 35)
|
|
|
{
|
|
|
if(Kind == 1)
|
|
|
{
|
|
|
@@ -64,7 +64,7 @@ namespace MySystem
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
- if(BrandId == 12 || BrandId == 13)
|
|
|
+ if(BrandId == 12 || BrandId == 13 || BrandId == 35)
|
|
|
{
|
|
|
if(Kind == 1) Kind = 2;
|
|
|
if(Kind == 3) Fee = 0.6M;
|
|
|
@@ -282,7 +282,7 @@ namespace MySystem
|
|
|
string msg = obj["msg"].ToString();
|
|
|
}
|
|
|
}
|
|
|
- else if(BrandId == 12 || BrandId == 13) //盒易付
|
|
|
+ else if(BrandId == 12 || BrandId == 13 || BrandId == 35) //盒易付
|
|
|
{
|
|
|
string content = BoxFee(MerNo, Fee.ToString("f2"));
|
|
|
JsonData obj = JsonMapper.ToObject(content);
|