This commit is contained in:
ylj20011123 2025-09-30 09:20:44 +08:00
parent f82ab7bb6a
commit c0ad286261
8 changed files with 26 additions and 17 deletions

View File

@ -164,7 +164,7 @@ function addUserBehavior(obj) {
})
}
/*
根据关键字获取相应的枚举选项文档见 https://api.eshangtech.com/EShangApiMain/swagger/ui/index#!/FrameWork/FrameWork_GetFieldEnumByField
根据关键字获取相应的枚举选项文档见 https://eshangtech.com:18900/EShangApiMain/swagger/ui/index#!/FrameWork/FrameWork_GetFieldEnumByField
params:{FieldExplainField,FieldEnumStatus}
*/

View File

@ -284,8 +284,10 @@ export default {
});
const req = {
// serverPartId: 0,
startTime: "",
endTime: "",
// startTime: "",
// endTime: "",
startTime: this.$moment().subtract(1, 'months').format('YYYY-MM-DD'),
endTime: this.$moment().format('YYYY-MM-DD'),
pageNum: this.PageIndex,
pageSize: 10,
// serverPartId: this.selectServiceList[this.selectIndex].value,
@ -336,13 +338,14 @@ export default {
// : undefined,
// 1 ,
};
console.log("req", req);
console.log("req323131", req);
const data = await this.$request.$webJavaPOST(
`questionnaire-responses/getList`,
req
);
console.log("datadatadatadata", data);
let list = data.Result_Data.List;
if (list && list.length > 0) {
if (list.length < 10) {

View File

@ -179,7 +179,7 @@
// imageSrc = res.tempFilePath.replace('undefined','.jpg')
uni.uploadFile({
url: 'https://user.eshangtech.com/Coop.Merchant/Handler/handler_ajax.ashx?action_type=UploadFile&folder=MBWA',
url: 'https://eshangtech.com:18999/Coop.Merchant/Handler/handler_ajax.ashx?action_type=UploadFile&folder=MBWA',
filePath: res.tempFilePath,
fileType: 'image',
name: 'data',
@ -214,7 +214,7 @@
}else {
uni.uploadFile({
url: 'https://user.eshangtech.com/Coop.Merchant/Handler/handler_ajax.ashx?action_type=UploadFile&folder=MBWA',
url: 'https://eshangtech.com:18999/Coop.Merchant/Handler/handler_ajax.ashx?action_type=UploadFile&folder=MBWA',
filePath: rs.tempFilePaths[0],
fileType: 'image',
name: 'data',

View File

@ -227,7 +227,7 @@
let imageSrc = res.tempFilePaths[0]
uni.showLoading()
uni.uploadFile({
url: 'https://user.eshangtech.com/Coop.Merchant/Handler/handler_ajax.ashx?action_type=UploadFile&folder=MBWA',
url: 'https://eshangtech.com:18999/Coop.Merchant/Handler/handler_ajax.ashx?action_type=UploadFile&folder=MBWA',
filePath: imageSrc,
fileType: 'image',
name: 'data',

View File

@ -1475,7 +1475,7 @@ export default {
title: "图片上传中...",
});
uni.uploadFile({
// url: "https://user.eshangtech.com/Coop.Merchant/Handler/handler_ajax.ashx?action_type=UploadFile&folder=MBWA",
// url: "https://eshangtech.com:18999/Coop.Merchant/Handler/handler_ajax.ashx?action_type=UploadFile&folder=MBWA",
// url: "https://es.robot-z.cn/oss/upload",
url: "https://es.eshangtech.com/oss/upload",
filePath: res.tempFilePath,
@ -1537,7 +1537,7 @@ export default {
// mask: true
});
uni.uploadFile({
// url: "https://user.eshangtech.com/Coop.Merchant/Handler/handler_ajax.ashx?action_type=UploadFile&folder=MBWA",
// url: "https://eshangtech.com:18999/Coop.Merchant/Handler/handler_ajax.ashx?action_type=UploadFile&folder=MBWA",
// url: "https://es.robot-z.cn/oss/upload",
url: "https://es.eshangtech.com/oss/upload",
filePath: rs.tempFilePaths[0],

View File

@ -978,7 +978,7 @@ export default {
title: "图片上传中...",
});
uni.uploadFile({
// url: "https://user.eshangtech.com/Coop.Merchant/Handler/handler_ajax.ashx?action_type=UploadFile&folder=MBWA",
// url: "https://eshangtech.com:18999/Coop.Merchant/Handler/handler_ajax.ashx?action_type=UploadFile&folder=MBWA",
// url: "https://es.robot-z.cn/oss/upload",
url: "https://es.eshangtech.com/oss/upload",
filePath: res.tempFilePath,
@ -1034,7 +1034,7 @@ export default {
// mask: true
});
uni.uploadFile({
// url: "https://user.eshangtech.com/Coop.Merchant/Handler/handler_ajax.ashx?action_type=UploadFile&folder=MBWA",
// url: "https://eshangtech.com:18999/Coop.Merchant/Handler/handler_ajax.ashx?action_type=UploadFile&folder=MBWA",
// url: "https://es.robot-z.cn/oss/upload",
url: "https://es.eshangtech.com/oss/upload",
filePath: rs.tempFilePaths[0],
@ -1084,7 +1084,7 @@ export default {
});
}
// uni.uploadFile({
// url: "https://user.eshangtech.com/Coop.Merchant/Handler/handler_ajax.ashx?action_type=UploadFile&folder=MBWA",
// url: "https://eshangtech.com:18999/Coop.Merchant/Handler/handler_ajax.ashx?action_type=UploadFile&folder=MBWA",
// filePath: imageSrc,
// fileType: "image",
// name: "data",

View File

@ -8,12 +8,12 @@
*/
export default {
baseURL: 'https://user.eshangtech.com/Coop.Merchant/Handler/handler_ajax.ashx', // 合作商户请求
baseURL: 'https://eshangtech.com:18999/Coop.Merchant/Handler/handler_ajax.ashx', // 合作商户请求
// baseURL: 'http://192.168.11.136:8000/Coop.Merchant/Handler/handler_ajax.ashx', // 合作商户请求
// baseURL: 'https://tcm.eshangtech.com/Coop.Merchant/Handler/handler_ajax.ashx', // 合作商户请求
mpUrl: 'https://mp.eshangtech.com/Coop.Merchant/Handler/handler_ajax.ashx', // 接口
apiurl: 'https://api.eshangtech.com/', // web api正式接口地址
mpUrl: 'https://eshangtech.com:18998/Coop.Merchant/Handler/handler_ajax.ashx', // 接口
apiurl: 'https://eshangtech.com:18900/', // web api正式接口地址
// EshangUrl: 'https://eshangtech.com/',
// apiurl: 'https://erysfeipeng.oicp.net/', // web api
testApiurl: 'http://dev.eshangtech.com:8001/', // web api测试接口地址
@ -28,6 +28,12 @@ export default {
JavaApiurl: 'https://admin.es.eshangtech.com/platform/', // web api测试接口地址
// JavaApiurl: 'https://admin.es.eshangtech.com/platform/', // web api测试接口地址
// JavaApiurl: 'http://111.229.213.193:18072/', // web api测试接口地址
// JavaApiurl: 'http://111.229.213.193:18075/', // web api测试接口地址
JavaApiurl: 'https://java.es.eshangtech.com:443/', // web api测试接口地址
// JavaApiurl: 'http://10.104.1.175:8070/platform/', // web api测试接口地址
}

View File

@ -18,7 +18,7 @@ export default {
// data.action_type = control
// return Api.request('GET', ApiPath.mobUrl ,data)
// },
$getMp: function (control, data) { // mp.eshangtech.com
$getMp: function (control, data) { // eshangtech.com:18998
data.action_type = control
return Api.request('GET', ApiPath.mpUrl, data)
},