namespace PEIS.Common.Helper.WeChat.Response { public class WeChatResponse { public int ErrCode { get; set; } public string ErrMsg { get; set; } } }