Send JSON by cURL always returns “No access”

前端 未结 2 1048
遇见更好的自我
遇见更好的自我 2021-01-22 04:16

I have this JSON data:

$.ajax({
    type: \"GET\",
    url: \"http://www.example.com/test.php\",
    data:\"code=Sh9QA&token=0982ff3066a3c60dbd3ecf9bcafc801b         


        
2条回答
  •  离开以前
    2021-01-22 04:48

    Without the documentation to look out the only thing I can suggest is to remove the data from the array and just make it key code.

    
    

提交回复
热议问题