为了账号安全,请及时绑定邮箱和手机立即绑定

无法处理 golang 结构中的 json 字符串数据

无法处理 golang 结构中的 json 字符串数据

Go
神不在的星期二 2021-11-22 18:18:46
我有一个 json 字符串数据(来自第三方 API)。我无法在 golang 中解码 json 字符串数据。请帮忙。JSON 字符串 ={        "data" : {                 "additional-30":  {                       "id_sales_rule_set": 255626,                        "voucher_code": "PR35ZR5J5",                         "from_date": "2015-06-16 16:19:22",                         "to_date": "2018-09-28 23:59:59",                         "conditions_ruleset": {                             "subTotal": 0,                              "category": {},                              "customer": "0",                              "paymentMethod": null,                              "capOnDiscount": null,                              "skuExclude": null,                              "discountedItem": 0,                              "discounted": 1500,                              "taggedItem": null,                              "segmentedVoucher": null,                              "bundle": null,                              "brand": null,                              "mobileVoucher": null,                              "itemAttribute": {}                         },                        "discount_type": "fixed",                        "discount_percentage": null,                        "discount_amount_default": 500        },        "abcd":  {                       "id_sales_rule_set": 255626,                        "voucher_code": "PR35ZR5J5",                         "from_date": "2015-06-16 16:19:22",                         "to_date": "2018-09-28 23:59:59",                         "conditions_ruleset": {                             "subTotal": 0,                              "category": {},                              "customer": "0",                              "paymentMethod": null,        }     }}
查看完整描述

1 回答

?
慕少森

TA贡献2019条经验 获得超9个赞

您需要使用tmp.Datain for 循环而不是*tmp.
错误信息说的正是

查看完整回答
反对 回复 2021-11-22
  • 1 回答
  • 0 关注
  • 124 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信