提交 c9a8bd54 编写于 作者: Q qiang

build app-v3

上级 21dfcdfd
......@@ -10906,7 +10906,10 @@ var serviceContext = (function () {
}
}
function request$1 (args, callbackId) {
function request$1 (args, callbackId) {
if (args.method !== 'GET' && args.header['Content-Type'].indexOf('application/json') === 0 && isPlainObject(args.data)) {
args.data = JSON.stringify(args.data);
}
const {
requestTaskId
} = invokeMethod('createRequestTask', args);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册