How should I pass json data in the request payload of http post request

后端 未结 3 643
谎友^
谎友^ 2021-02-05 01:05

I wanted to know, how to pass the json request in the payload, for eg: {\'name\' : \'test\', \'value\' : \'test\'}:

var post_data = {};

var post_op         


        
3条回答
提交回复
热议问题