日韩av黄I国产麻豆传媒I国产91av视频在线观看I日韩一区二区三区在线看I美女国产在线I麻豆视频国产在线观看I成人黄色短片

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 >

php json java_php 解析java传过来的json数据

發布時間:2025/3/21 42 豆豆
生活随笔 收集整理的這篇文章主要介紹了 php json java_php 解析java传过来的json数据 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.

例如:

java所傳json數據:

array(1) { ["info"]=> string(1437) "{"error_data":[{"error_info":"通道綁卡失敗","mobile":"15605139548","detail_no":"201709211201019981","error_no":"30001"},{"error_info":"通道綁卡失     ? 敗","mobile":"13478102079","detail_no":"201709211201018214","error_no":"30001"}],"finish_datetime":"2017-09-21 12:01:11","order_info":"批量注冊處理完成","order_no":"201709211201016363","order_status":"1",

"recode":"10000","remsg":"成功","signdata":"4421e04ef428d737ab6f9f224a6d8e25","success_data":[{"mobile":"13710921452","detail_no":"201709211201019133","platcust":"2017092112005150310067"},{"mobile":"18600460669","detail_no":"201709211201012069","platcust":"2017092112005334410068"},{"mobile":"13751321821","detail_no":"201709211201014925","platcust":"2017092112005739210069"},{"mobile":"13080869423","detail_no":"201709211201018240","platcust":"2017092112005780910070"},{"mobile":"17135507511","detail_no":"201709211201018871","platcust":"2017092112005968910071"},{"mobile":"18602133601","detail_no":"201709211201019108","platcust":"2017092112010202010072"},{"mobile":"13859868072","detail_no":"201709211201018658","platcust":"2017092112010601510073"},{"mobile":"15295535329","detail_no":"201709211201017890","platcust":"2017092112010809410074"},{"mobile":"13945885123","detail_no":"20170921120101600","platcust":"2017092112011011410075"},{"mobile":"13958139196","detail_no":"201709211201011970","platcust":"2017092112011172610076"}],"success_num":10,"total_num":12}" }

PHP轉化成數組形式:

$list_arr=json_decode($res[‘info‘],true);

foreach ($list_arr[‘error_data‘] as $v){

var_dump($v);

}

總結

以上是生活随笔為你收集整理的php json java_php 解析java传过来的json数据的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。