username@email.com
2025-05-12 ae6e40362a745caef9ead36f81f38313fb8c2c66
CY_ECommercePlatform/CY.WebForm/Pages/business/Waixiefukuanshenqing.aspx
@@ -199,7 +199,7 @@
                $.ajax({
                    url: 'https://yocaisim.51zhengcai.com/api/UpFile/UpdateFile', // 替换为你的服务器端点
                    url: '/Pages/business/FileUploadHandler.ashx', // 替换为你的服务器端点
                    type: 'POST',
                    data: formData,
                    contentType: false,
@@ -217,7 +217,7 @@
                            $('a[name="HrefAttachmentFapiao"]').last().html('<img src="' + response.data+'" width="20" height="20" />');
                            alertMsg('上传成功');
                        } else {
                            alertMsg('上传失败');
                            alertMsg(response.message);
                        }