赞
踩
- const res = await uniCloud.httpclient.request('http://xxx', {
- method: 'POST',
- data: {
-
- },
- dataType: 'json',
- header: {'content-type':'application/json'}
- })
有时候,data数据需要进行json.stringify(data)处理
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。