|
@@ -747,9 +747,9 @@ namespace TEAMModelBI.Controllers.BICommon
|
|
|
}
|
|
|
|
|
|
/// <summary>
|
|
|
- /// (個別挑選)取得TMID資訊後繼送訊息
|
|
|
+ /// (個別挑選)取得TMID資訊
|
|
|
/// </summary>
|
|
|
- [HttpPost("get-tmidinfo-single")]
|
|
|
+ [HttpPost("get-tmidinfo")]
|
|
|
#if !DEBUG
|
|
|
[Authorize(Roles = "IES")]
|
|
|
[AuthToken(Roles = "admin")]
|
|
@@ -1413,13 +1413,13 @@ namespace TEAMModelBI.Controllers.BICommon
|
|
|
public List<string> id { get; set; } = new(); //產品類型
|
|
|
}
|
|
|
}
|
|
|
- public record Geo
|
|
|
+ public record Geo //TMID用
|
|
|
{
|
|
|
public string countryId { get; set; }
|
|
|
public string provinceId { get; set; }
|
|
|
public string cityId { get; set; }
|
|
|
public string distId { get; set; }
|
|
|
- public string type { get; set; } //tmid、school
|
|
|
+ //public string type { get; set; } //tmid、school
|
|
|
}
|
|
|
|
|
|
/// <summary>
|