编辑代码

<?php


    $Data='{
    "msg": "{\"appid\":\"ttf9e68f5b66d9375f01\",\"cp_orderno\":\"173211267593069531\",\"cp_extra\":\"\\u767d\\u9a6c\\u4fe1\\u4ef6\",\"way\":\"10\",\"channel_no\":\"2105012411200500426339224825\",\"channel_gateway_no\":\"2001022411200100374545719264\",\"payment_order_no\":\"2001062411200100374545729264\",\"out_channel_order_no\":\"2105012411200500426339224825\",\"total_amount\":1230,\"status\":\"SUCCESS\",\"seller_uid\":\"71846996603120213080\",\"extra\":\"\",\"item_id\":\"\",\"paid_at\":1732112685,\"message\":\"\",\"order_id\":\"N7439367278694517011\",\"ec_pay_trade_no\":\"2001012411200100268030659264\",\"real_buyer_id\":\"\",\"pay_sub_way\":\"\",\"trade_items\":null,\"cj_app_id\":\"\",\"channel_merchant_id\":\"\",\"cj_merchant_id\":\"\",\"bank_info\":\"\",\"pay_currency_amount\":0,\"pay_currency_unit\":\"\"}",
    "msg_signature": "42971c06c7f2c57c63f0a62eb7957fb8f1ce17ef",
    "nonce": "6143",
    "timestamp": "1732112685",
    "type": "payment"
    }';
    $json=json_encode($Data);
    echo $json;
    echo '成功';

?>