result:null
{errMsg: "cloud.callFunction:ok", result: null} errMsg : "cloud.callFunction:ok" result : null __proto__ : Object 老師好,為啥前面的接口返回值 是null ?代碼都是跟你一樣寫下來的
{errMsg: "cloud.callFunction:ok", result: null} errMsg : "cloud.callFunction:ok" result : null __proto__ : Object 老師好,為啥前面的接口返回值 是null ?代碼都是跟你一樣寫下來的
2019-06-03
舉報
2019-06-04
應該是參數拼接的不正確,每個參數中間要加&符號。
http://api.douban.com/v2/movie/in_theaters?apikey=0df993c66c0c636e29ecbb5344252a4a&start=0&count=10
2019-06-05
2019-06-04
rp('http://api.douban.com/v2/movie/in_theaters?apikey=0df993c66c0c636e29ecbb5344252a4a start='+event.start + 'count=' + event.count )
2019-06-04
我昨天有找到正確的接口值,昨天也改對了,這是困擾了我好幾天的問題,但是今天又出現了同樣的問題,可能接口又改了,只是可能,
2019-06-04
這個是由于小程序的接口最近有發生變化導致的