第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

weex POST請求web端body服務(wù)器獲取不到參數(shù)

weex POST請求web端body服務(wù)器獲取不到參數(shù)

jeck貓 2018-10-05 12:07:11
POST請求服務(wù)器取不到參數(shù),發(fā)現(xiàn)Stream.fetch采用的是直接將body變成字符串專遞給服務(wù)器,而我們的服務(wù)器需要的像Jquery那個(gè)樣的Ajax請求(&key=value)的形式,在charles攔截的到參數(shù)在request中為key值,而jquery中得到的是keyValue樣式,請問在哪個(gè)文件里面修改提交body的方式?stream.fetch({    method: 'POST',     url: POST_URL,         type:'json',// headers: {'Content-Type': 'application/json; charset=utf-8',},    body: JSON.stringify({ data: bodyString})//or you can just use JSON Object {username:'weex'}  }, function(ret) {    if(!ret.ok){      me.postResult = "request failed";    }else{      console.log('get:'+JSON.stringify(ret));      me.postResult = JSON.stringify(ret.data);    }  },function(response){    console.log('get in progress:'+response.length);    me.postResult = "bytes received:"+response.length;  });
查看完整描述

2 回答

?
浮云間

TA貢獻(xiàn)1829條經(jīng)驗(yàn) 獲得超4個(gè)贊

stream.fetch({

    

    method: 'POST',

    url: POST_URL,

    type:'json',

    body:JSON.stringify({username:'weex'})//or you can just use JSON Object {username:'weex'}

  }, function(ret) {

    if(!ret.ok){

      me.postResult = "request failed";

    }else{

      console.log('get:'+JSON.stringify(ret));

      me.postResult = JSON.stringify(ret.data);

    }

  },function(response){

    console.log('get in progress:'+response.length);

    me.postResult = "bytes received:"+response.length;

  });


查看完整回答
反對 回復(fù) 2018-10-21
?
犯罪嫌疑人X

TA貢獻(xiàn)2080條經(jīng)驗(yàn) 獲得超4個(gè)贊

在請求頭中加入 "Content-Type": 'application/x-www-form-urlencoded;即可

查看完整回答
反對 回復(fù) 2018-10-21
  • 2 回答
  • 0 關(guān)注
  • 1020 瀏覽

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)