Commit 803fed37 by zujiaozhang

'修改图片存储路径'

parent a6ca2274
...@@ -253,12 +253,12 @@ define(['zepto', 'medtap', 'mui', 'mui.picker'], function($, medtap, mui) {  ...@@ -253,12 +253,12 @@ define(['zepto', 'medtap', 'mui', 'mui.picker'], function($, medtap, mui) { 
url: 'https://gateway.medtap.cn/common/uploadWechatFile', url: 'https://gateway.medtap.cn/common/uploadWechatFile',
type: 'POST', type: 'POST',
async: false, async: false,
data: { contentType:"application/json",
bizType: "3", data: JSON.stringify({
folder: 'bbs', folder: 'questionnaire',
mediaId: serverId, mediaId: serverId,
ext: 'jpg' ext: 'jpg'
}, }),
headers:{ headers:{
'apptype':'wechat_lung', 'apptype':'wechat_lung',
'user-os':'wechat' 'user-os':'wechat'
......
...@@ -268,12 +268,12 @@ define(['zepto', 'medtap', 'mui', 'mui.picker'], function($, medtap, mui) {  ...@@ -268,12 +268,12 @@ define(['zepto', 'medtap', 'mui', 'mui.picker'], function($, medtap, mui) { 
url: 'https://gateway.medtap.cn/common/uploadWechatFile', url: 'https://gateway.medtap.cn/common/uploadWechatFile',
type: 'POST', type: 'POST',
async: false, async: false,
data: { contentType:"application/json",
bizType: "3", data: JSON.stringify({
folder: 'bbs', folder: 'questionnaire',
mediaId: serverId, mediaId: serverId,
ext: 'jpg' ext: 'jpg'
}, }),
headers:{ headers:{
'apptype':'wechat_lung', 'apptype':'wechat_lung',
'user-os':'wechat' 'user-os':'wechat'
......
...@@ -190,12 +190,12 @@ define(['zepto', 'medtap', 'mui', 'mui.picker'], function($, medtap, mui) {  ...@@ -190,12 +190,12 @@ define(['zepto', 'medtap', 'mui', 'mui.picker'], function($, medtap, mui) { 
url: 'https://gateway.medtap.cn/common/uploadWechatFile', url: 'https://gateway.medtap.cn/common/uploadWechatFile',
type: 'POST', type: 'POST',
async: false, async: false,
data: { contentType:"application/json",
bizType: "3", data: JSON.stringify({
folder: 'bbs', folder: 'questionnaire',
mediaId: serverId, mediaId: serverId,
ext: 'jpg' ext: 'jpg'
}, }),
headers:{ headers:{
'apptype':'wechat_lung', 'apptype':'wechat_lung',
'user-os':'wechat' '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