appsettings.json 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506
  1. {
  2. "ConnectionStrings": {
  3. "OA2023DB": "server=132.232.92.186;uid=sa;pwd=Yjx@158291;database=OA2023DB;MultipleActiveResultSets=True;Connect Timeout=30;Encrypt=True;TrustServerCertificate=True;Pooling=True;Max Pool Size=150;Min Pool Size=10;",
  4. "OA2014DB": "server=132.232.92.186;uid=sa;pwd=Yjx@158291;database=OA2014;MultipleActiveResultSets=True;Connect Timeout=30;Encrypt=True;TrustServerCertificate=True;Pooling=True;Max Pool Size=150;Min Pool Size=10;"
  5. },
  6. "ApiAccessTime": {
  7. "StartTime": "2025-01-09 15:00:00",
  8. "EndTime": "2025-01-10 16:00:00"
  9. },
  10. "NoLoginAuth": [
  11. "高媛媛",
  12. "孟晓祥"
  13. ],
  14. //记录相关api接口
  15. "RecordApiPathName": [
  16. "/api/login",
  17. "/api/MarketCustomerResources/NewClientOp"
  18. ],
  19. //"HealthChecksUI": {
  20. // "HealthChecks": [
  21. // {
  22. // "Name": "Example API",
  23. // "Uri": "http://localhost:5256/health"
  24. // }
  25. // ],
  26. // "EvaluationTimeInSeconds": 60,
  27. // "MinimumSecondsBetweenFailureNotifications": 60
  28. //},
  29. "JwtSecurityKey": "48d3f4fe770940a1068052f581536b81", //jwt密钥
  30. "UseSwagger": "true", //启用Swagger
  31. "GroupsConfig": {
  32. "AutoCreate": "4",
  33. "Leader": "149",
  34. "ExBeginDays": "3",
  35. "ExEndDays": "30",
  36. "DefaultUser": "51",
  37. "Boss": "21",
  38. "FilterUser": "51,180"
  39. },
  40. "apple:securityKey": "MIGTAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBHkwdwIBAQQglyUl7hjI75YJUVMbZLN6TpkiFzuTXUN+UIjuJA7+y8ugCgYIKoZIzj0DAQehRANCAAS8GR7lKNst4KENCp45OXCMyiytvzK0qdRBrx0l+bMaHjiU+Upfox82G+Xy4wd8hI+0wMDh341aNelqEdYUUx3O",
  41. "apple:kid": "RMV7Y4KM9V",
  42. "apple:iss": "HKF372JSMK",
  43. "apple:pushNotificationServer": "https://api.sandbox.push.apple.com:443/3/device/",
  44. "apple:pushNotificationServer_Production": "https://api.push.apple.com:443/3/device/",
  45. "DeleReminderConfig": {
  46. "PhoneNumber": "17380669807,13683474118,18780121225",
  47. "Test": "18477317582"
  48. },
  49. "RateCurrency": [
  50. {
  51. "CurrencyName": "人民币",
  52. "CurrencyCode": "CNY"
  53. },
  54. {
  55. "CurrencyName": "美元",
  56. "CurrencyCode": "USD"
  57. },
  58. {
  59. "CurrencyName": "欧元",
  60. "CurrencyCode": "EUR"
  61. },
  62. {
  63. "CurrencyName": "港币",
  64. "CurrencyCode": "HKD"
  65. },
  66. {
  67. "CurrencyName": "日元",
  68. "CurrencyCode": "JPY"
  69. },
  70. {
  71. "CurrencyName": "英镑",
  72. "CurrencyCode": "GBP"
  73. },
  74. {
  75. "CurrencyName": "澳大利亚元",
  76. "CurrencyCode": "AUD"
  77. },
  78. {
  79. "CurrencyName": "加拿大元",
  80. "CurrencyCode": "CAD"
  81. },
  82. {
  83. "CurrencyName": "泰国铢",
  84. "CurrencyCode": "THB"
  85. },
  86. {
  87. "CurrencyName": "新加坡元",
  88. "CurrencyCode": "SGD"
  89. },
  90. {
  91. "CurrencyName": "瑞士法郎",
  92. "CurrencyCode": "CHK"
  93. },
  94. {
  95. "CurrencyName": "丹麦克朗",
  96. "CurrencyCode": "DKK"
  97. },
  98. {
  99. "CurrencyName": "澳门元",
  100. "CurrencyCode": "MOP"
  101. },
  102. {
  103. "CurrencyName": "林吉特",
  104. "CurrencyCode": "MYR"
  105. },
  106. {
  107. "CurrencyName": "挪威克朗",
  108. "CurrencyCode": "NOK"
  109. },
  110. {
  111. "CurrencyName": "新西兰元",
  112. "CurrencyCode": "NZD"
  113. },
  114. {
  115. "CurrencyName": "卢布",
  116. "CurrencyCode": "RUB"
  117. },
  118. {
  119. "CurrencyName": "瑞典克朗",
  120. "CurrencyCode": "SEK"
  121. },
  122. {
  123. "CurrencyName": "菲律宾比索",
  124. "CurrencyCode": "PHP"
  125. },
  126. {
  127. "CurrencyName": "新台币",
  128. "CurrencyCode": "TWD"
  129. },
  130. {
  131. "CurrencyName": "巴西雷亚尔",
  132. "CurrencyCode": "BRL"
  133. },
  134. {
  135. "CurrencyName": "韩国元",
  136. "CurrencyCode": "ZAR"
  137. }
  138. ],
  139. "ExcelBaseUrl": "http://132.232.92.186:24/",
  140. "ExcelBasePath": "D:/FTP/File/OA2023/Office/Excel/",
  141. "ExcelFtpPath": "Office/Excel/",
  142. "OfficeBaseUrl": "http://132.232.92.186:24/",
  143. "OfficeTempBasePath": "D:/FTP/File/OA2023/Office/",
  144. "WordBaseUrl": "http://132.232.92.186:24/",
  145. "WordBasePath": "D:/FTP/File/OA2023/Office/Word/",
  146. "WordFtpPath": "Office/Word/",
  147. "GrpFileBaseUrl": "http://132.232.92.186:24/",
  148. "GrpFileBasePath": "D:/FTP/File/OA2023/Office/GrpFile/",
  149. "GrpFileFtpPath": "Office/GrpFile/",
  150. "ShareFileBaseUrl": "http://132.232.92.186:24/",
  151. "ShareFileBasePath": "D:/FTP/File/OA2023/Office/ShareFile/",
  152. "ShareFileFtpPath": "Office/ShareFile/",
  153. "TaskFileBaseUrl": "http://132.232.92.186:24/",
  154. "TaskFileBasePath": "D:/FTP/File/OA2023/Office/TaskFile/",
  155. "TaskFileFtpPath": "Office/TaskFile/",
  156. "ExcelTempPath": "D:/FTP/File/OA2023/Office/Excel/Template/",
  157. "GrpListFileBasePath": "D:/FTP/File/OA2023/Office/GrpFile/GroupList/",
  158. "GrpListFileFtpPath": "Office/GrpFile/GroupList/",
  159. //D:\FTP\File\OA2023\Office\GrpFile
  160. "VisaProgressImageBaseUrl": "http://132.232.92.186:24/",
  161. "VisaProgressImageBasePath": "D:/FTP/File/OA2023/Image/Visa/",
  162. "VisaProgressImageFtpPath": "Image/Visa/",
  163. "WageSheetExcelBaseUrl": "http://132.232.92.186:24/",
  164. "WageSheetExcelFptPath": "D:/FTP/File/OA2023/Office/WageSheetFile/",
  165. "WageSheetTaxExcelBaseUrl": "http://132.232.92.186:24/",
  166. "WageSheetTaxExcelFptPath": "D:/FTP/File/OA2023/Office/Excel/WageSheetTaxFile/",
  167. "CTableCorrelationPageDatas": [
  168. {
  169. "CTableId": 76, //CtableId 酒店预订
  170. "PageIdDatas": [ //页面Ids
  171. 28
  172. ]
  173. },
  174. {
  175. "CTableId": 77, //CtableId 行程
  176. "PageIdDatas": [ //页面Id
  177. ]
  178. },
  179. {
  180. "CTableId": 79, //CtableId 车/导游地接
  181. "PageIdDatas": [ //页面Id
  182. 30
  183. ]
  184. },
  185. {
  186. "CTableId": 80, //CtableId 签证
  187. "PageIdDatas": [ //页面Id
  188. ]
  189. },
  190. {
  191. "CTableId": 81, //CtableId 邀请/公务活动
  192. "PageIdDatas": [ //页面Id
  193. ]
  194. },
  195. {
  196. "CTableId": 82, //CtableId 团组客户保险
  197. "PageIdDatas": [ //页面Id
  198. ]
  199. },
  200. {
  201. "CTableId": 85, //CtableId 机票预订
  202. "PageIdDatas": [ //页面Id
  203. ]
  204. },
  205. {
  206. "CTableId": 98, //CtableId 其他款项
  207. "PageIdDatas": [ //页面Id
  208. 69
  209. ]
  210. },
  211. {
  212. "CTableId": 285, //CtableId 其他款项与收款退还
  213. "PageIdDatas": [ //页面Id
  214. //69
  215. ]
  216. },
  217. {
  218. "CTableId": 751, //CtableId 酒店早餐
  219. "PageIdDatas": [ //页面Id
  220. ]
  221. },
  222. {
  223. "CTableId": 1015, //CtableId 超支费用
  224. "PageIdDatas": [ //页面Id
  225. 174
  226. ]
  227. }
  228. ],
  229. //消息通知类型
  230. "MessageNotificationType": [
  231. {
  232. "TypeId": 1022, //系统公告
  233. "MsgTypeIds": [
  234. 1 // 公告消息
  235. ]
  236. },
  237. {
  238. "TypeId": 1021, //操作通知
  239. "MsgTypeIds": [
  240. 2, // 团组流程管控消息
  241. 3, // 团组业务操作消息
  242. 4, // 团组费用审核消息
  243. 5 // 团组签证进度更新消息
  244. ]
  245. },
  246. {
  247. "TypeId": 1020, //任务通知
  248. "MsgTypeIds": [
  249. 6 //任务进度更新消息
  250. ]
  251. }
  252. ],
  253. //职位默认页面权限
  254. "DefaultPostPageData": [
  255. {
  256. "DepId": -1, //部门: 公司公共页面
  257. "PostPageAuths": [
  258. {
  259. "PostId": -1,
  260. "PageIds": [
  261. 191, //物资进销存页面
  262. 42 //Page: 日常费用付款申请
  263. //16 //Page: 员工资料列表
  264. ]
  265. }
  266. ]
  267. },
  268. {
  269. "DepId": 0, //部门:人事部,信息部,策划部(部门页面一致归类在一起)
  270. "PostPageAuths": [
  271. {
  272. "PostId": 0, //职位:普通员工(除经理主管外/公共页面)
  273. "PageIds": [
  274. 149 //Page: 主页(员工)
  275. ]
  276. }
  277. ]
  278. },
  279. {
  280. "DepId": 1, //部门: 总经办
  281. "PostPageAuths": [
  282. {
  283. "PostId": 3, //职位: 总经理助理
  284. "PageIds": [
  285. 150 //Page: 主页(总助)
  286. ]
  287. }
  288. ]
  289. },
  290. {
  291. "DepId": 6, //部门:四川泛美交流有限公司 - 市场部
  292. "PostPageAuths": [
  293. {
  294. "PostId": 21, //职位:市场专员(除经理主管外)
  295. "PageIds": [
  296. //153, //Page: 主页(市场部)
  297. 149, //Page: 主页(员工)
  298. 118, //Page: 出入境费用明细
  299. 168, //Page: 出入境国家三公费用标准
  300. 89 //Page: 公司客户资料
  301. ]
  302. },
  303. {
  304. "PostId": 73, //职位:销售顾问
  305. "PageIds": [
  306. 27, //"团组操作",
  307. 104, //"接团客户名单",
  308. 106, //"倒推表",
  309. 168, //"出入境国家三公费用标准",
  310. 194, //"出入境费用明细-草稿",
  311. 196 //"前期需求表单收集"
  312. ]
  313. }
  314. ]
  315. },
  316. {
  317. "DepId": 3, //部门:财务部
  318. "PostPageAuths": [
  319. {
  320. "PostId": 10, //职位:会计
  321. "PageIds": [
  322. 151 //Page: 主页(财务)
  323. ]
  324. }
  325. ]
  326. },
  327. {
  328. "DepId": 7, //国交部
  329. "PostPageAuths": [
  330. {
  331. "PostId": -1, //职位:部门公共页面
  332. "PageIds": [
  333. //154, //Page: 主页(国交)
  334. 40, //Page: 其他款项
  335. 174 //Page: 超支费用
  336. ]
  337. },
  338. {
  339. "PostId": 0, //职位:经理/主管
  340. "PageIds": [
  341. 154, //Page: 主页(国交)
  342. 27, //Page: 团组操作
  343. 104, //Page: 接团客户名单
  344. 118, //Page: 出入境费用明细
  345. 168 //Page: 出入境国家三公费用标准
  346. ]
  347. },
  348. {
  349. "PostId": 26, //职位:签证
  350. "PageIds": [
  351. 149, //Page: 主页(员工)
  352. 31, //Page: 签证费用录入
  353. 158, //Page: OCR识别
  354. 32 //Page: 保险录入
  355. ]
  356. },
  357. {
  358. "PostId": 27, //职位:商邀
  359. "PageIds": [
  360. 149, //Page: 主页(员工)
  361. 25, //Page: 邀请资料
  362. 29, //Page: 邀请公务费用
  363. 166, //Page: 公务出访
  364. 167 //Page:导出邀请函
  365. ]
  366. },
  367. {
  368. "PostId": 28, //职位:OP
  369. "PageIds": [
  370. 149, //Page: 主页(员工)
  371. 24, //Page: 导游地接资料
  372. 30, //Page: 地接费用录入
  373. 122, //Page: OP行程单
  374. 111 //Page: 车公司资料
  375. ]
  376. },
  377. {
  378. "PostId": 24, //职位:机票
  379. "PageIds": [
  380. 149, //Page: 主页(员工)
  381. 114, //Page: 机票行程代码录
  382. 120, //Page: 三字码资料表
  383. 160, //Page: 代理出票合作方
  384. 161 //Page: 机票费用录入
  385. ]
  386. },
  387. {
  388. "PostId": 25, //职位:酒店
  389. "PageIds": [
  390. 149, //Page: 主页(员工)
  391. 23, //Page: 酒店资料
  392. 28 //Page: 酒店预订
  393. ]
  394. }
  395. ]
  396. }
  397. ],
  398. //日付类型Data
  399. "Dailypayment": "666,667",
  400. //出入境费用明细权限特定基础人员
  401. "FeeBasePerm": [
  402. {
  403. "Dept": "IntlDplmcy", //国交部
  404. "Users": [
  405. {
  406. "Id": 149,
  407. "Name": "王鸽"
  408. },
  409. //{
  410. // "Id": 330,
  411. // "Name": "刘琪"
  412. //},
  413. {
  414. "Id": 383,
  415. "Name": "李夏"
  416. },
  417. {
  418. "Id": 334,
  419. "Name": "朱琳"
  420. },
  421. {
  422. "Id": 325,
  423. "Name": "陈策"
  424. },
  425. {
  426. "Id": 187,
  427. "Name": "曾艳"
  428. },
  429. {
  430. "Id": 22,
  431. "Name": "朱成梅"
  432. },
  433. {
  434. "Id": 298,
  435. "Name": "罗诗怡"
  436. }
  437. ]
  438. },
  439. {
  440. "Dept": "MktStrat", //市场部
  441. "Users": [
  442. {
  443. "Id": 95,
  444. "Name": "舒庆"
  445. }
  446. ]
  447. }
  448. ],
  449. "KiMiSetting": {
  450. "Model": "moonshot-v1-8k",
  451. "BaseUrl": "https://api.moonshot.cn/v1",
  452. "Key": "sk-AY1Sv4rLnSUgGGHcC8SGSWYYKzGID7leZJcFfxAYozLC8dIc"
  453. //"Key": "sk-b6jgRbgU4ZtIFLkgMSjtHeU67q8OHzPTqIVuKuNLG50zd5IY" //leiyi kimi key
  454. },
  455. "DeepSeek": {
  456. "BaseAddress": "https://api.deepseek.com/v1/",
  457. "ApiKey": "sk-a0415069ef56478aaa3028d779d1ace9"
  458. },
  459. "OverspendAuditUser": [
  460. {
  461. "Job": "syZhuGuan",
  462. "Users": [
  463. {
  464. "Id": "149",
  465. "Name": "王鸽"
  466. }
  467. ]
  468. },
  469. {
  470. "Job": "opZhuGuan",
  471. "Users": [
  472. {
  473. "Id": 334,
  474. "Name": "朱琳"
  475. },
  476. {
  477. "Id": 325,
  478. "Name": "陈策"
  479. }
  480. ]
  481. },
  482. {
  483. "Job": "opJinLi",
  484. "Users": [
  485. {
  486. "Id": 330,
  487. "Name": "刘琪"
  488. }
  489. ]
  490. }
  491. ]
  492. }