移除无用文件
This commit is contained in:
@@ -67,13 +67,13 @@ interface Response {
|
||||
data : any;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取图片上传的完整URL
|
||||
* @returns {string} 完整的图片上传URL,包含基础URL、wxapp_id和token参数
|
||||
*/
|
||||
export const getUploadImageUrl = () => {
|
||||
return config.api_base_url + '/upload/image' + '&wxapp_id=' + config.wxapp_id + '&token=' + uni.getStorageSync('token');
|
||||
};
|
||||
// /**
|
||||
// * 获取图片上传的完整URL
|
||||
// * @returns {string} 完整的图片上传URL,包含基础URL、wxapp_id和token参数
|
||||
// */
|
||||
// export const getUploadImageUrl = () => {
|
||||
// return config.api_base_url + '/upload/image' + '&wxapp_id=' + config.wxapp_id + '&token=' + uni.getStorageSync('token');
|
||||
// };
|
||||
|
||||
/**
|
||||
* 封装uni.request的通用请求方法
|
||||
|
||||
Reference in New Issue
Block a user