Commit 803fed37 by zujiaozhang

'修改图片存储路径'

parent a6ca2274
......@@ -253,12 +253,12 @@ define(['zepto', 'medtap', 'mui', 'mui.picker'], function($, medtap, mui) { 
url: 'https://gateway.medtap.cn/common/uploadWechatFile',
type: 'POST',
async: false,
data: {
bizType: "3",
folder: 'bbs',
contentType:"application/json",
data: JSON.stringify({
folder: 'questionnaire',
mediaId: serverId,
ext: 'jpg'
},
}),
headers:{
'apptype':'wechat_lung',
'user-os':'wechat'
......
......@@ -268,12 +268,12 @@ define(['zepto', 'medtap', 'mui', 'mui.picker'], function($, medtap, mui) { 
url: 'https://gateway.medtap.cn/common/uploadWechatFile',
type: 'POST',
async: false,
data: {
bizType: "3",
folder: 'bbs',
contentType:"application/json",
data: JSON.stringify({
folder: 'questionnaire',
mediaId: serverId,
ext: 'jpg'
},
}),
headers:{
'apptype':'wechat_lung',
'user-os':'wechat'
......
......@@ -190,12 +190,12 @@ define(['zepto', 'medtap', 'mui', 'mui.picker'], function($, medtap, mui) { 
url: 'https://gateway.medtap.cn/common/uploadWechatFile',
type: 'POST',
async: false,
data: {
bizType: "3",
folder: 'bbs',
contentType:"application/json",
data: JSON.stringify({
folder: 'questionnaire',
mediaId: serverId,
ext: 'jpg'
},
}),
headers:{
'apptype':'wechat_lung',
'user-os':'wechat'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment