首頁  >  問答  >  主體

node.js - 如何取得post請求回傳response的值?

#
    getUser: function (sessionId) {
        fetch('/account_auth_admin_new_test/personal-api.accessLogin', {
            method: 'POST',
            headers: {
                'Content-Type': 'application/json'
            },
            body: JSON.stringify({
                sessionId: sessionId,
                enterpriseCode: "SUNEEE",
                clientIp: "127.0.0.1",
                encryptCode:"1234567899876543",
                appCode: "XIANGPU"
            })
        }).then(function(res){
            console.log(res.json())
        }).then(function(err){
            console.log('错误',err)
        })
    }

fetch模組:https://github.com/github/fetch

######
怪我咯怪我咯2730 天前1085

全部回覆(1)我來回復

  • 大家讲道理

    大家讲道理2017-05-19 10:50:09

    雷雷

    回覆
    0
  • 取消回覆