设置header的Content-Type为 application/x-www-form-urlencoded 即可
uni.request({url: '', // 接口urldata: {input: '写一篇一千字的作文'}, // 入参method: 'POST', // 参数类型header: {"Content-Type": "application/x-www-form-urlencoded"}, // 请求头success: (res) => {console.log(res, 'hhhhhhhhhhhhh')},complete: () => {},fail: (res) => {}})
这世界很喧嚣,做你自己就好