 
                        var rp = require('request-promise');
var options= {
        method:'post',
        uri:"http://192.168.0.37:8084/comments/praise",
        qs:{id:id},
        headers:{
            'User-Agent': 'Request-Promise'
        },
        json: true
    };
    rp(options).then(function(data){
        console.log(data)
    });报错了,麻烦大神看下
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
https://github.com/request/re...