|
@@ -513,9 +513,9 @@ namespace OASystem.API.OAMethodLib.QiYeWeChatAPI.AppNotice
|
|
foreach (var item in info.info)
|
|
foreach (var item in info.info)
|
|
{
|
|
{
|
|
var black = string.Empty;
|
|
var black = string.Empty;
|
|
- for (int i = 0; i < item.Country.Length * 2; i++)
|
|
|
|
|
|
+ for (int i = 0; i < item.Country.Length; i++)
|
|
{
|
|
{
|
|
- black += " ";
|
|
|
|
|
|
+ black += " ";
|
|
}
|
|
}
|
|
result += $@"
|
|
result += $@"
|
|
><font color='comment'>{item.Country}-抵达:{item.StartTime.ToString("yyyy-MM-dd HH:mm")}</font>
|
|
><font color='comment'>{item.Country}-抵达:{item.StartTime.ToString("yyyy-MM-dd HH:mm")}</font>
|