|
@@ -26,7 +26,8 @@ namespace MySystem.Areas.Api.Controllers.v1
|
|
|
|
|
|
|
|
|
#region 分账回调(好哒)
|
|
|
- public Dictionary<string, string> Notice()
|
|
|
+ [Route("/api/partorder/notice/{TypeName:minlength(4)}")]
|
|
|
+ public Dictionary<string, string> Notice(string TypeName)
|
|
|
{
|
|
|
StreamReader sr = new StreamReader(Request.Body);
|
|
|
string requestMes = sr.ReadToEnd();
|