聯系官方銷售客服
1835022288
028-61286886
我想把返回的這個數據寫入數據庫 為什么打印正常 寫入數據庫 Array
$gaode_jsons = file_get_contents($urls); $json = json_decode($gaode_jsons,true); var_dump($json); $data = array( 'uid' => $user, 'time' => $timestamp, 'text' => $json, ); \Phpcmf\Service::M()->db->table('dr_vseo_log')->insert($data);