|
@@ -128,7 +128,7 @@ namespace MySystem.Controllers
|
|
|
return "ok";
|
|
return "ok";
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- public string test()
|
|
|
|
|
|
|
+ public string test(string no)
|
|
|
{
|
|
{
|
|
|
// WebCMSEntities db = new WebCMSEntities();
|
|
// WebCMSEntities db = new WebCMSEntities();
|
|
|
// MerchantAddInfo AddInfo = db.MerchantAddInfo.FirstOrDefault(m => m.Id == 1) ?? new MerchantAddInfo();
|
|
// MerchantAddInfo AddInfo = db.MerchantAddInfo.FirstOrDefault(m => m.Id == 1) ?? new MerchantAddInfo();
|
|
@@ -140,7 +140,8 @@ namespace MySystem.Controllers
|
|
|
// MerchantNo = AddInfo.MchtNo,
|
|
// MerchantNo = AddInfo.MchtNo,
|
|
|
// });
|
|
// });
|
|
|
// HaoDaFeeHelper.Instance.SetFee("28492|0.30");
|
|
// HaoDaFeeHelper.Instance.SetFee("28492|0.30");
|
|
|
- return "ok";
|
|
|
|
|
|
|
+ string result = HaoDaHelper.Instance.QueryOrderDivideDetail("1556820", no, 1);
|
|
|
|
|
+ return result;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
public string addmer(string no = "")
|
|
public string addmer(string no = "")
|