14 lines
236 B
C#
14 lines
236 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Web;
|
|
|
|
namespace Models.WeiXin
|
|
{
|
|
public class error
|
|
{
|
|
public int errcode { get; set; }
|
|
|
|
public string errmsg { get; set; }
|
|
}
|
|
} |