1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/xiaoyutou_647-wechat-auto-reply-robot

Клонировать/Скачать
resultdata2.cs 972 Байты
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
煙花綻放過後只剩黑暗 Отправлено 22.04.2021 05:49 7b5b5fa
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace TestWechat
{
public class NewslistItem
{
/// <summary>
/// 亲爱的{appellation}你好,我叫{robotname},性别{robotsex},来自{hometown},正在从事{robotwork}工作。{constellation}的我,爱好{robothobby}也喜欢和人类做朋友!
/// </summary>
public string reply { get; set; }
}
public class resultdata2
{
/// <summary>
///
/// </summary>
public int code { get; set; }
/// <summary>
///
/// </summary>
public string msg { get; set; }
/// <summary>
///
/// </summary>
public string datatype { get; set; }
/// <summary>
///
/// </summary>
public List<NewslistItem> newslist { get; set; }
}
}

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/xiaoyutou_647-wechat-auto-reply-robot.git
git@api.gitlife.ru:oschina-mirror/xiaoyutou_647-wechat-auto-reply-robot.git
oschina-mirror
xiaoyutou_647-wechat-auto-reply-robot
xiaoyutou_647-wechat-auto-reply-robot
master