前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >C# 税务电子发票接口开发「建议收藏」

C# 税务电子发票接口开发「建议收藏」

作者头像
全栈程序员站长
发布2022-08-25 16:09:55
1.4K0
发布2022-08-25 16:09:55
举报
文章被收录于专栏:全栈程序员必看

大家好,又见面了,我是你们的朋友全栈君。

string weixin2 = “”; weixin2 += “[{“; weixin2 += “\”Appkey\”:\”88\”,”; weixin2 += “\”OperationID\”:\”888\”,”; weixin2 += “\”Body\”:{“; weixin2 += “\”Xfxx\”:{“; weixin2 += “\”nsrsbh\”:\”88\”,”; weixin2 += “\”jqbh\”:\”888\””; weixin2 += “},”; weixin2 += “\”Xzxx\”:{“; weixin2 += “\”fpdm\”:\”666\”,”; weixin2 += “\”fphm\”:\”666\”,”; weixin2 += “\”jshj\”:\”666\”,”; weixin2 += “\”kprq\”:\”666\””; weixin2 += “}”; weixin2 += “}”; weixin2 += “}]”; List<JObject> jobInfoList = Newtonsoft.Json.JsonConvert.DeserializeObject<List<JObject>>(weixin2);

foreach (JObject jobInfo in jobInfoList) { Response.Write(“UserName:” + jobInfo.Appkey); Response.Write(“UserName:” + jobInfo.Body.Xzxx.fpdm); }

#region JObject 类 /// <summary> /// /// </summary> public class JObject { public string Appkey { get; set; } public string OperationID { get; set; } public Body Body { get; set; } } public class Body { public Xzxx Xzxx { get; set; } public Xfxx Xfxx { get; set; } } public class Xfxx { public string nsrsbh { get; set; } public string jqbh { get; set; } } public class Xzxx { public string fpdm { get; set; } public string fphm { get; set; } public string jshj { get; set; } public string kprq { get; set; } } #endregion

发布者:全栈程序员栈长,转载请注明出处:https://javaforall.cn/142974.html原文链接:https://javaforall.cn

本文参与 腾讯云自媒体同步曝光计划,分享自作者个人站点/博客。
原始发表:2022年5月1,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体同步曝光计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档