问题描述
- 急急急,求方法,这种json字符串怎么解析
-
"code" : " D1_3300_0000", // 缴费时作为bussCode上送
"action" : "prepay",
"title" : "缴费 - 浙江电力",
"form" : [ // FormItem列表,定义了用户缴费时需上送的参数,具体返回字段中的哪些元素需要上送见
7.3.1节基本数据类型中对form元素的说明
{
"type" : "bill",
"name" : "bill_id",
"label" : "您查询账单如下",
"options" : [
{
"label" : "2013年5月",
"value" : "201301011530008001140",
"amount" : "13.58"
},
{
"label" : "2013年6月",
"value" : "201301011530008001141",
"amount" : "23.47"
}
]
},
{
"type" : "string",
"label" : "户名",
"value" : "张三"
},
{
中国银联
版权所有
Q/CUP 071.2.11—2015
39
"type" : "string",
"label" : "地址",
"value" : "杭州市西湖区玉泉路201号"
},
{
"type" : "string",
"label" : "违约金(元)",
"value" : "0"
},
{
"type" : "string",
"label" : "总应缴金额(元)",
"value" : "30.23"
}
]
解决方案
银联的应答报文.解析不了,求大神罩.小弟新人
解决方案二:
解析看你用什么,java吗?
解决方案三:
什么语言?JAVA,还是PHP,写清楚,要不然别人没法帮你解析!
时间: 2025-01-11 12:32:29