芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/tblonline.org/vendor/paypal/paypalhttp/lib/PayPalHttp/Serializer/Json.php
body; if (is_string($body)) { return $body; } if (is_array($body)) { return json_encode($body); } throw new \Exception("Cannot serialize data. Unknown type"); } public function decode($data) { return json_decode($data); } }