wx.request({? ? ? ? ? ?url: "http://api.douban.com/v2/movie/in_theaters",? ? ? ? ? ?method: "GET",? ? ? ? ? ?data: {},? ? ? ? ? ?header: {? ? ? ? ? ? ? ?'Content-Type': "json"? ? ? ? ? ?},? ? ? ? ? ?success: function (res) {? ? ? ? ? ? ? ?console.log(res.statusCode)? ? ? ? ? ?}? ? ? ?})