|
|
@ -35,6 +35,7 @@ using System.Text;
|
|
|
|
using System.Web;
|
|
|
|
using System.Web;
|
|
|
|
using Newtonsoft.Json.Linq;
|
|
|
|
using Newtonsoft.Json.Linq;
|
|
|
|
using Myshipping.Core.Helper;
|
|
|
|
using Myshipping.Core.Helper;
|
|
|
|
|
|
|
|
using Myshipping.Application.Enum;
|
|
|
|
|
|
|
|
|
|
|
|
namespace Myshipping.Application
|
|
|
|
namespace Myshipping.Application
|
|
|
|
{
|
|
|
|
{
|
|
|
@ -474,7 +475,7 @@ namespace Myshipping.Application
|
|
|
|
//未上传打印模板文件
|
|
|
|
//未上传打印模板文件
|
|
|
|
if (file == null || file.Length == 0)
|
|
|
|
if (file == null || file.Length == 0)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
throw Oops.Oh(ErrorCode.BOOK113);
|
|
|
|
throw Oops.Oh(BookingErrorCode.BOOK200);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
var opt = App.GetOptions<BookingAttachOptions>();
|
|
|
|
var opt = App.GetOptions<BookingAttachOptions>();
|
|
|
|