微信小程序
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

754 行
22 KiB

  1. //用户登录页面,接口检测用户token失效,需跳转重新登录
  2. const USER_LOGIN_PAGE_PATH='/pages/user/login/login';
  3. //接口成功
  4. const SUCCESS_CODE = 200;
  5. //微信登陆失效
  6. const INVALID_USER_TOKEN_CODE = '001007';
  7. console.log('进入API接口路径文件,接口前缀');
  8. /****************接口提示信息start ****************/
  9. const MSG_FAIL_HTTP = '获取数据失败 fail';
  10. const MSG_ERROR_HTTP = '获取数据失败 error';
  11. const MSG_FALSE_HTTP = '获取数据失败 false';
  12. const MSG_NONE_HTTP = '暂无数据';
  13. const MSG_FALSE_TO = '提交失败,请重试';
  14. const MSG_ERROR_TO = '提交异常,请重试';
  15. const MSG_INVALID_USER_TOKEN='登陆信息失效,请重新登陆';
  16. /****************接口提示信息end****************
  17. /****************接口地址start****************/
  18. //获取openId
  19. const URL_GET_OPENID=`/wechat/codeLogin`;
  20. // 获取手机号解密接口
  21. const URL_POST_DECRYPTEDWXDATA = `/wechat/decryptedWXData`;
  22. // 微信绑定手机号
  23. const URL_POST_USERBAND = `/register/wechat/band`;
  24. //获取用户信息
  25. const URL_GET_GETINFO = `/getInfo`;
  26. //获取待办
  27. const URL_GET_TASKLIST = `/activiti/process/taskList`;
  28. //获取已办
  29. const URL_GET_TASKDONELIST = `/activiti/process/taskDoneList`;
  30. //获取已发起、已制单
  31. const URL_GET_TRANSFERLIST = `/yinnong/approvalItems/list`;
  32. // 修改密码
  33. const URL_POST_UPDATEPWD = `/system/user/profile/updatePwd`;
  34. // 上传图片
  35. const URL_POST_UPLOADFILE = `/system/user/profile/electronicSignatureWX`;
  36. // 保存电子签名
  37. const URL_POST_USEREDIT = `/system/user/edit`;
  38. //当前账套付款账户列表
  39. const URL_GET_ACCOUNTLIST = `/cashier/account/list`;
  40. //查看事项审批模板列表
  41. const URL_GET_APPROVALITEMSLIST = `/yinnong/approvalItems/list`;
  42. //获取区、镇、村地区
  43. const URL_GET_TREESELECTBYUSER = `/system/dept/treeselectByUser`;
  44. //获取账套列表
  45. const URL_GET_BOOKLISTBYDEPTID = `/finance/book/listByDeptId`;
  46. //切换部门
  47. const URL_GET_CHANGEDEPT = `/system/user/changeDept`;
  48. //切换账套
  49. const URL_GET_CHANGEBOOK = `/system/user/changeBook`;
  50. //字典查询
  51. const URL_GET_GETDICTTYPE = `/system/dict/data/type/`;
  52. //项目工程列表
  53. const URL_GET_GETPROJECTLIST = `/yinnong/project/list`;
  54. //获取合同信息列表
  55. const URL_GET_CONTRACTIONLIST = `/contraction/info/list`;
  56. //查询收款账号列表
  57. const URL_GET_SELECTLIST = `/yinnong/payee/list`;
  58. //查询收款账号列表2
  59. const URL_GET_PAYEESELECTLIST = `/yinnong/payee/list`;
  60. //当前账套付款账户列表
  61. const URL_GET_SELECTACCOUNTLIST = `/cashier/account/accountList`;
  62. //查询审批流模板列表
  63. const URL_GET_TEMPLATELIST = `/service/template/list`;
  64. //查询审批流模板列表
  65. const URL_GET_TEMPLATEDETAIL = `/yinnong/approvalProcess/getApprovalProcessByItemId/`;
  66. //查询审批流模板列表
  67. const URL_GET_GETAPPROVALBYID = `/service/templateDetail/getApprovalByTemplateId/`;
  68. //根据系统组织机构id查询所在乡镇
  69. const URL_GET_TOWNINFOBYDEPTID = `/system/dept/getTownInfoByDeptId/`;
  70. //根据条件查询用户信息
  71. const URL_GET_USERLIST = `/system/user/queryUserByBookId`;
  72. //新增模板
  73. const URL_POST_MOBILEADD = `/service/template/mobileAdd`;
  74. //删除模板
  75. const URL_GET_MOBILEREMOVE = `/service/template/edit`;
  76. //通过审批事项id查询审批事项
  77. const URL_GET_APPROVALITEMSBYID = `/yinnong/approvalItems/get/`;
  78. //审批流id保存到事项审批
  79. const URL_POST_APPROVALITEMSEDIT = `/yinnong/approvalItems/edit`;
  80. //修改审批流数据
  81. const URL_POST_TEMPLATEEDIT = `/service/templateDetail/editBatch`;
  82. //审核事项申请
  83. const URL_POST_APPROVALITEMSSUBMIT = `/yinnong/approvalItems/approvalItemsSubmit/`;
  84. //附件上传配置列表
  85. const URL_GET_SYSCONFIG = `/system/config/list`;
  86. //汇票列表
  87. const URL_GET_MONEYORDERLIST = `/yinnong/moneyorder/list`;
  88. //通过所属银行查询开户行信息
  89. const URL_GET_DEPOSITLIST = `/yinnong/deposit/list`;
  90. //新增收款方账户
  91. const URL_GET_PAYEEADD = `/yinnong/payee/add`;
  92. //增加支出申请/模板
  93. const URL_GET_SAVE = `/yinnong/approvalItems/save`;
  94. //附件上传
  95. const URL_GET_UPLOAD = `/common/attach`;
  96. //获取当前用户的审批事项信息
  97. const URL_GET_USERAPPRO = `/yinnong/approvalItems/getUserApprovalItems`;
  98. //查看附件列表
  99. const URL_GET_FINDLIST = `/system/attachment/find`;
  100. //查看附件列表
  101. const URL_GET_APPROVALITEMS = `/yinnong/approvalItems/getApprovalItem/`;
  102. //通过审批事项id删除审批模板
  103. const URL_GET_REMOVEAPPROVAL = `/yinnong/approvalItems/remove/`;
  104. //查询审批事项流转进度
  105. const URL_GET_GETPROCESS = `/yinnong/approvalItems/getProcessSchedule/`;
  106. //查询审批事项流转进度
  107. const URL_GET_GETPROCESSHISTORY = `/activiti/process/listHistory/`;
  108. //查询审批事项流转进度
  109. const URL_GET_GETYRANSFERPROCESS = `/yinnong/transfer/getProcessSchedule/`;
  110. //审批流办理
  111. const URL_GET_PROCESSCOMPLETE = `/activiti/process/mobileComplete`;
  112. //复核
  113. const URL_GET_TOREVIEWSUBMIT = `/yinnong/approvalItems/toReviewSubmit/`;
  114. //复核
  115. const URL_GET_REVIEWPROCESS = `/yinnong/approvalItems/getToReviewProcessSchedule/`;
  116. //关联项目工程接口
  117. const URL_GET_ADDPROJECTTO = `/yinnong/project/addProjectto`;
  118. //根据申请转账id获取关联的项目工程信息
  119. const URL_GET_GETPROJECTTO = `/yinnong/project/getProjectto`;
  120. //增加转账申请关联合同信息
  121. const URL_GET_GETRELATIONADD = `/contraction/info/relationAdd`;
  122. //根据申请转账id获取关联合同信息
  123. const URL_GET_GETSELECTINFOBYOUTID = `/contraction/info/selectInfoByOutId`;
  124. //付款账号余额查询
  125. const URL_GET_GETBALANCEENQUIRY = `/yinnong/transfer/balanceEnquiry/`;
  126. //通过审批事项id设置默认模板
  127. const URL_GET_GETSETDEFAULTVALUES = `/yinnong/approvalItems/setDefaultValues/`;
  128. //根据附件id删除附件信息
  129. const URL_GET_GETFILEREMOVE = `/system/attachment/remove/`;
  130. //增加支付模板
  131. const URL_GET_GETTEMPLATEADD = `/yinnong/paymentTemplate/add`;
  132. //查询支付模板(变更)
  133. const URL_GET_GETTEMPLATELIST = `/yinnong/paymentTemplate/list`;
  134. //根据id删除支付模板(变更)
  135. const URL_GET_GETTEMPLATEREMOVE = `/yinnong/paymentTemplate/remove/`;
  136. //通过审批模板id设置默认模板(变更)
  137. const URL_GET_GETTEMPLATERESETDEFAULT = `/yinnong/paymentTemplate/setDefaultValues/`;
  138. //增加审批流模板信息(变更)
  139. const URL_GET_GETAPPROVALPROCESSADD = `/yinnong/approvalProcess/add`;
  140. //银行收支流水
  141. const URL_GET_GETFLOWLIST = `/cashier/flow/list`;
  142. //批量银行收支流水记账申请
  143. const URL_GET_GETBOOKKEEP = `/cashier/flow/bookkeepingApplication`;
  144. //汇票列表查询
  145. const URL_GET_GETMONEYORDERLIST = `/yinnong/moneyorder/list`;
  146. //汇票、现金支出申请
  147. const URL_GET_GETCASHSAVE = `/yinnong/approvalItems/cashSave`;
  148. //受票房信息修改
  149. const URL_GET_GETCASHDETAILEDIT = `/yinnong/cashdetail/edit`;
  150. //受票房信息增加
  151. const URL_GET_GETCASHDETAILADD = `/yinnong/cashdetail/add`;
  152. //汇票、现金支出申请
  153. const URL_GET_GETCASHLISTCASGBYID = `/yinnong/cashdetail/listCashdetailByCashId/`;
  154. //增加收入流水
  155. const URL_POST_GERFLOWADD = `/cashier/flow/addWechat`;
  156. //修改收入流水
  157. const URL_POST_GERFLOWEDIT = `/cashier/flow/edit`;
  158. //根据id获取 银行收支流水
  159. const URL_GET_FLOWGET = `/cashier/flow/get/`;
  160. //根据id获取关联合同
  161. const URL_GET_INFOGET = `/contraction/info/get/`;
  162. //根据id删除 银行收支流水
  163. const URL_GET_FLOWREMOVE = `/cashier/flow/remove/`;
  164. //增加开户行
  165. const URL_GET_DEPOSITADD = `/yinnong/deposit/add`;
  166. //查询开户行详情
  167. const URL_GET_DEPOSITDETAIL = `/yinnong/deposit/get/`;
  168. //查询开户行详情
  169. const URL_POST_DEPOSITUPDATE = `/yinnong/deposit/edit`;
  170. //添加合同
  171. const URL_POST_CONTRACTADD = `/contraction/info/add/`;
  172. //查看合同列表
  173. const URL_GET_CONTRACTLIST = `/contraction/info/list/`;
  174. //查看合同详情
  175. const URL_GET_CONTRACTDETAIL = `/contraction/info/get/`;
  176. //修改合同详情
  177. const URL_POST_CONTRACTUPDATE = `/contraction/info/edit/`;
  178. //删除合同
  179. const URL_GET_CONTRACTDELETE = `/contraction/info/remove/`;
  180. //附件列表
  181. const URL_GET_ATTACHMENTLIST = `/system/attachment/query/`;
  182. //新增银行汇票
  183. const URL_POST_MONEYORDERADD = `/yinnong/moneyorder/add`;
  184. //银行汇票详情
  185. const URL_GET_MONEYORDERDETAIL = `/yinnong/moneyorder/get/`;
  186. //修改银行汇票
  187. const URL_POST_MONEYORDERUPDATE = `/yinnong/moneyorder/edit`;
  188. //删除银行汇票
  189. const URL_GET_MONEYORDERDELETE = `/yinnong/moneyorder/remove/`;
  190. //新增工程项目
  191. const URL_GET_PROJECTADD = `/yinnong/project/add`;
  192. //工程项目详情
  193. const URL_GET_PROJECTGET = `/yinnong/project/get/`;
  194. //工程项目修改
  195. const URL_POST_PROJECTUPDATE = `/yinnong/project/edit`;
  196. //查询对方科目
  197. const URL_GET_SUBJECTLIST = `/finance/subject/list?is_last=Y`;
  198. //固定资产列表
  199. const URL_GET_PERMANENTLIST = `/asset/permanent/list/`;
  200. //可关联固定资产列表
  201. const URL_GET_PERMANENTLISTS = `/asset/permanent/listContractPermanentList/`;
  202. //可关联资源性资产列表
  203. const URL_GET_RESOURCELIST = `/asset/resource/listContractResourceList/`;
  204. //固定资产删除
  205. const URL_GET_PERMANENTDELETE = `/asset/permanent/remove/`;
  206. //查看资产详情
  207. const URL_GET_PERMANENTDETAIL = `/asset/permanent/get/`;
  208. //添加资产
  209. const URL_POST_PERMANENTADD = `/asset/permanent/add/`;
  210. //修改资产详情
  211. const URL_POST_PERMANENTUPDATE = `/asset/permanent/edit/`;
  212. //财务公开
  213. const URL_GET_FINANCIALLIST = `/finance/open/financialAmountPublicMonthList/`;
  214. //删除开户行
  215. const URL_GET_DEPOSITDELETE = `/yinnong/deposit/remove/`;
  216. //删除工程项目
  217. const URL_GET_PROJECTDELETE = `/yinnong/project/remove/`;
  218. //支付口令修改
  219. const URL_GET_PASSWORDEDIT = `/cashier/account/editPassWord`;
  220. //收款人修改
  221. const URL_GET_PAYEEEDIT = `/yinnong/payee/edit`;
  222. //合同关联资产
  223. const URL_GET_ASSETLIST = `/contraction/asset/list`;
  224. //新增合同关联资产
  225. const URL_GET_ASSETADD = `/contraction/asset/add`;
  226. //删除合同关联资产
  227. const URL_GET_ASSETREMOVE = `/contraction/asset/remove/`;
  228. //收款人查询
  229. const URL_GET_PAYEEGET = `/yinnong/payee/get/`;
  230. //收款人删除
  231. const URL_GET_PAYEEREMOVE = `/yinnong/payee/remove/`;
  232. //上传收款人
  233. const URL_GET_UPLOADFILE = `/yinnong/transfer/importData`;
  234. //下载收款人模板
  235. const URL_GET_DOWNFILE = `/yinnong/transfer/importTemplate`;
  236. //合同终止
  237. const URL_GET_TERMINATEINFO = `/contraction/info/terminateInfo/`;
  238. //合同撤销
  239. const URL_GET_CANCELINFO = `/contraction/info/cancelnfo/`;
  240. //可关联合同列表
  241. const URL_GET_ASSETLISTALL = `/contraction/asset/list/`;
  242. //固定资产变更(数量)
  243. const URL_POST_UPDATEQUANTITY = `/asset/permanent/updateQuantity`;
  244. //固定资产变更(原值)
  245. const URL_POST_UPDATEORIGINALVALUE = `/asset/permanent/updateOriginalValuePermanent`;
  246. //固定资产变更(折旧方式)
  247. const URL_POST_UPDATEDEPRECIATIONMETHOD = `/asset/permanent/updateDepreciationMethod`;
  248. //固定资产变更(预计使用年数)
  249. const URL_POST_UPDATEEXPECTEDYEARS = `/asset/permanent/updateExpectedYears`;
  250. //固定资产变更(已折旧年数)
  251. const URL_POST_UPDATEDEPRECIATIONYEARS = `/asset/permanent/updateDepreciationYears`;
  252. //固定资产变更(累计折旧)
  253. const URL_POST_UPDATEDEPRECIATIONVALUE = `/asset/permanent/updateDepreciationValue`;
  254. //固定资产变更(残值率)
  255. const URL_POST_UPDATERESIDUALSRATE = `/asset/permanent/updateResidualsRate`;
  256. //出售固定资产
  257. const URL_GET_UPDATERSALE = `/asset/permanent/updateSale/`;
  258. //作废固定资产
  259. const URL_GET_UPDATESCRAP = `/asset/permanent/updateScrap/`;
  260. //查询支付管理列表
  261. const URL_GET_TRANSFERPAYLIST = `/yinnong/transfer/payList/`;
  262. //查询转账详情
  263. const URL_GET_TRANSFERINFO= `/yinnong/transfer/get/`;
  264. //查询转账列表
  265. const URL_GET_TRANSFERINFOS= `/yinnong/transferDetail/getDetails/`;
  266. //支付验证码
  267. const URL_GET_SENDMSG= `/yinnong/transfer/sendSms/`;
  268. //支付
  269. const URL_GET_PAY= `/yinnong/transfer/pay/`;
  270. //重大事项列表
  271. const URL_GET_MAJOREVENTLIST= `/yinnong/majorevent/list/`;
  272. //重大事项查询
  273. const URL_GET_MAJOREVENTGET= `/yinnong/majorevent/get/`;
  274. //重大事项新增
  275. const URL_POST_MAJOREVENTADD= `/yinnong/majorevent/add/`;
  276. //重大事项修改
  277. const URL_POST_MAJOREVENTUPDATE= `/yinnong/majorevent/edit/`;
  278. //重大事项删除
  279. const URL_GET_MAJOREVENTDELETE= `/yinnong/majorevent/remove/`;
  280. //重大事项提交
  281. const URL_GET_MAJOREVENTSUBMIT= `/yinnong/majorevent/customSubmit/`;
  282. //村级账户交易明细查询
  283. const URL_GET_SELECTRECORD= `/yinnong/transfer/addRecordAccount`;
  284. //村级账户回单查询
  285. const URL_GET_SELECTBANKRECEIPT= `/yinnong/receipt/bankReceipt`;
  286. //村级账户定期存款列表查询
  287. const URL_GET_QUERYFIXEDTIMEDEPOSIT= `/yinnong/transfer/queryFixedTimeDeposit`;
  288. //银行转账对账
  289. const URL_GET_GETRECONCILIATION= `/yinnong/recordDetail/getReconciliation`;
  290. //银行转账对账
  291. const URL_GET_GETRECONCILIATIONMOBILE= `/yinnong/recordDetail/getReconciliationMobile`;
  292. //人工确认
  293. const URL_GET_GETTRANSFEREDIT= `/yinnong/transferDetail/edit`;
  294. //票据结算
  295. const URL_GET_GETBILLLIST= `/bill/list/list`;
  296. //票本签收
  297. const URL_GET_GETBILLLISTGET= `/bill/list/get/`;
  298. //票本下发
  299. const URL_GET_GETBILLLISTEDIT= `/bill/storage/edit/`;
  300. //票本作废
  301. const URL_GET_GETBILLLISTCANCEL= `/bill/list/cancel/`;
  302. //下发单位查询
  303. const URL_GET_GETDEPTLIST= `/system/dept/list`;
  304. //票据使用列表
  305. const URL_GET_GETBILLLISTDETAIL= `/bill/detail/list`;
  306. //票据核销
  307. const URL_GET_GETDETAILOFF= `/bill/detail/off/`;
  308. //生成流水
  309. const URL_GET_GETFLOWADD= `/cashier/flow/add`;
  310. //票据作废
  311. const URL_GET_GETDETAILCANCEL= `/bill/detail/cancel/`;
  312. //票据遗失
  313. const URL_GET_GETDETAILLOSE= `/bill/detail/lose/`;
  314. //票据遗失
  315. const URL_GET_GETDETAILREMOVE= `/bill/detail/remove/`;
  316. //票据编号
  317. const URL_GET_GETLISTQUERY= `/bill/list/query`;
  318. //票据新增
  319. const URL_GET_GETBILLADD= `/bill/detail/add`;
  320. //票据修改
  321. const URL_GET_GETBILLEDIT= `/bill/detail/edit`;
  322. //交易明细列表
  323. const URL_GET_GETRECORDETAILLIST= `/yinnong/recordDetail/listMobile`;
  324. //交易明细详情
  325. const URL_GET_GETRECORDDETAIL= `/yinnong/recordDetail/get/`;
  326. //交易明细回单1
  327. const URL_GET_GETDIANZIHUIDAN1= `/yinnong/recordDetail/getDianzihuidan/`;
  328. //交易明细回单2
  329. const URL_GET_GETDIANZIHUIDAN2= `/yinnong/receipt/queryReceiptPhoto5/`;
  330. //交易明细回单3
  331. const URL_GET_GETDIANZIHUIDAN3= `/yinnong/receipt/queryReceiptPhoto/`;
  332. //代管账户列表查询
  333. const URL_GET_GETTACCOUNTLIST= `/yinnong/taccount/list`;
  334. //代管账户交易明细
  335. const URL_GET_GETTACCOUNTADDRECORD= `/yinnong/taccount/addRecordAccount`;
  336. //会计科目查询
  337. const URL_GET_GETACCOUNTCENTRAL= `/cashier/account/centralSubjects`;
  338. //中心账套查询
  339. const URL_GET_GETTACCOUNTCENTRAL= `/yinnong/taccount/centralBooks`;
  340. //账户修改
  341. const URL_GET_GETTACCOUNTEDIT= `/yinnong/taccount/edit`;
  342. //账户新增
  343. const URL_GET_GETTACCOUNTADD= `/yinnong/taccount/add`;
  344. //代管账户删除
  345. const URL_GET_GETTACCOUNTREMOVE= `/yinnong/taccount/remove/`;
  346. //财务公开-凭证查看
  347. const URL_GET_GETVOUCHERDETAIL= `/finance/voucher/detail`;
  348. //代管余额
  349. const URL_GET_GETTACCOUNTENQUIRY= `/yinnong/taccount/balanceEnquiry/`;
  350. //代管余额
  351. const URL_GET_GETTACCOUNTGET= `/yinnong/taccount/get/`;
  352. //代管余额
  353. const URL_GET_GETTACCOUNTGET1= `/cashier/account/list1`;
  354. //代管余额
  355. const URL_GET_GETSTATISTICS= `/yinnong/statistics/sumExpenditureStatistics`;
  356. //代管余额
  357. const URL_GET_GETSUMSTATISTICS= `/yinnong/statistics/sumAllExpenditureStatistics`;
  358. //代管余额
  359. const URL_GET_GETSUMGROUPTYPE= `/yinnong/statistics/sumGroupTypeExpenditureStatistics`;
  360. //账户余额
  361. const URL_GET_GETQMYE= `/cashier/flow/getQmye/`;
  362. //查询财务公开列表
  363. const URL_GET_GETOPENLIST = `/open/open/list`;
  364. //资源资产列表
  365. const URL_GET_GETRESOURCELIST = `/asset/resource/list`;
  366. //资源资产详情
  367. const URL_GET_GETRESOURCEGET = `/asset/resource/get/`;
  368. //资源资产修改
  369. const URL_GET_GETRESOURCEEDIT = `/asset/resource/edit`;
  370. //合同填报列表
  371. const URL_GET_GETFILLLIST = `/contraction/fill/list`;
  372. //合同填报新增
  373. const URL_GET_GETFILLADD = `/contraction/fill/add`;
  374. //合同填报删除
  375. const URL_GET_GETFILLREMOVE = `/contraction/fill/remove/`;
  376. //合同填报详情
  377. const URL_GET_GETFILLGET = `/contraction/fill/get/`;
  378. //合同填报修改
  379. const URL_GET_GETFILLEDIT = `/contraction/fill/edit`;
  380. //固定资产填报列表
  381. const URL_GET_GETPERMANENTFILLLIST = `/asset/permanentFill/list`;
  382. //固定资产填报新增
  383. const URL_GET_GETPERMANENTFILLADD = `/asset/permanentFill/add`;
  384. //固定资产填报查看
  385. const URL_GET_GETPERMANENTFILLGET = `/asset/permanentFill/get/`;
  386. //固定资产填报修改
  387. const URL_GET_GETPERMANENTFILLEDIT = `/asset/permanentFill/edit/`;
  388. //固定资产填报删除
  389. const URL_GET_GETPERMANENTFILLREMOVE = `/asset/permanentFill/remove/`;
  390. /****************接口地址end****************/
  391. export {
  392. URL_GET_DEPOSITDELETE,
  393. USER_LOGIN_PAGE_PATH,
  394. SUCCESS_CODE,
  395. INVALID_USER_TOKEN_CODE,
  396. MSG_FAIL_HTTP,
  397. MSG_ERROR_HTTP,
  398. MSG_FALSE_HTTP,
  399. MSG_NONE_HTTP,
  400. MSG_FALSE_TO,
  401. MSG_ERROR_TO,
  402. MSG_INVALID_USER_TOKEN,
  403. URL_GET_OPENID,
  404. URL_POST_DECRYPTEDWXDATA,
  405. URL_POST_USERBAND,
  406. URL_GET_GETINFO,
  407. URL_GET_TASKLIST,
  408. URL_GET_TASKDONELIST,
  409. URL_GET_TRANSFERLIST,
  410. URL_POST_UPDATEPWD,
  411. URL_POST_UPLOADFILE,
  412. URL_POST_USEREDIT,
  413. URL_GET_ACCOUNTLIST,
  414. URL_GET_APPROVALITEMSLIST,
  415. URL_GET_TREESELECTBYUSER,
  416. URL_GET_BOOKLISTBYDEPTID,
  417. URL_GET_CHANGEBOOK,
  418. URL_GET_CHANGEDEPT,
  419. URL_GET_GETDICTTYPE,
  420. URL_GET_GETPROJECTLIST,
  421. URL_GET_CONTRACTIONLIST,
  422. URL_GET_SELECTLIST,
  423. URL_GET_SELECTACCOUNTLIST,
  424. URL_GET_TEMPLATELIST,
  425. URL_GET_TEMPLATEDETAIL,
  426. URL_GET_TOWNINFOBYDEPTID,
  427. URL_GET_USERLIST,
  428. URL_POST_MOBILEADD,
  429. URL_GET_MOBILEREMOVE,
  430. URL_GET_APPROVALITEMSBYID,
  431. URL_POST_APPROVALITEMSEDIT,
  432. URL_POST_TEMPLATEEDIT,
  433. URL_POST_APPROVALITEMSSUBMIT,
  434. URL_GET_SYSCONFIG,
  435. URL_GET_MONEYORDERLIST,
  436. URL_GET_PAYEESELECTLIST,
  437. URL_GET_DEPOSITLIST,
  438. URL_GET_PAYEEADD,
  439. URL_GET_SAVE,
  440. URL_GET_UPLOAD,
  441. URL_GET_USERAPPRO,
  442. URL_GET_FINDLIST,
  443. URL_GET_APPROVALITEMS,
  444. URL_GET_REMOVEAPPROVAL,
  445. URL_GET_GETPROCESS,
  446. URL_GET_PROCESSCOMPLETE,
  447. URL_GET_TOREVIEWSUBMIT,
  448. URL_GET_REVIEWPROCESS,
  449. URL_GET_ADDPROJECTTO,
  450. URL_GET_GETPROJECTTO,
  451. URL_GET_GETRELATIONADD,
  452. URL_GET_GETSELECTINFOBYOUTID,
  453. URL_GET_GETBALANCEENQUIRY,
  454. URL_GET_GETSETDEFAULTVALUES,
  455. URL_GET_GETFILEREMOVE,
  456. URL_GET_GETTEMPLATEADD,
  457. URL_GET_GETTEMPLATELIST,
  458. URL_GET_GETTEMPLATEREMOVE,
  459. URL_GET_GETTEMPLATERESETDEFAULT,
  460. URL_GET_GETAPPROVALPROCESSADD,
  461. URL_GET_GETFLOWLIST,
  462. URL_GET_GETBOOKKEEP,
  463. URL_GET_GETAPPROVALBYID,
  464. URL_GET_GETMONEYORDERLIST,
  465. URL_GET_GETCASHSAVE,
  466. URL_GET_GETCASHDETAILADD,
  467. URL_GET_GETCASHLISTCASGBYID,
  468. URL_GET_GETCASHDETAILEDIT,
  469. URL_POST_GERFLOWADD,
  470. URL_GET_FLOWGET,
  471. URL_GET_INFOGET,
  472. URL_POST_GERFLOWEDIT,
  473. URL_GET_FLOWREMOVE,
  474. URL_GET_DEPOSITADD,
  475. URL_POST_CONTRACTADD,
  476. URL_GET_CONTRACTLIST,
  477. URL_GET_CONTRACTDETAIL,
  478. URL_POST_CONTRACTUPDATE,
  479. URL_GET_CONTRACTDELETE,
  480. URL_GET_ATTACHMENTLIST,
  481. URL_POST_MONEYORDERADD,
  482. URL_GET_PERMANENTLIST,
  483. URL_GET_PERMANENTDELETE,
  484. URL_GET_PERMANENTDETAIL,
  485. URL_POST_PERMANENTADD,
  486. URL_POST_PERMANENTUPDATE,
  487. URL_GET_FINANCIALLIST,
  488. URL_GET_SUBJECTLIST,
  489. URL_GET_MONEYORDERDELETE,
  490. URL_GET_PROJECTADD,
  491. URL_GET_PROJECTDELETE,
  492. URL_GET_PASSWORDEDIT,
  493. URL_GET_ASSETLIST,
  494. URL_GET_MONEYORDERDETAIL,
  495. URL_POST_MONEYORDERUPDATE,
  496. URL_GET_PROJECTGET,
  497. URL_POST_PROJECTUPDATE,
  498. URL_GET_DEPOSITDETAIL,
  499. URL_POST_DEPOSITUPDATE,
  500. URL_GET_ASSETADD,
  501. URL_GET_ASSETREMOVE,
  502. URL_GET_PAYEEEDIT,
  503. URL_GET_PAYEEGET,
  504. URL_GET_PAYEEREMOVE,
  505. URL_GET_UPLOADFILE,
  506. URL_GET_DOWNFILE,
  507. URL_GET_TERMINATEINFO,
  508. URL_GET_CANCELINFO,
  509. URL_GET_ASSETLISTALL,
  510. URL_GET_RESOURCELIST,
  511. URL_GET_PERMANENTLISTS,
  512. URL_POST_UPDATEQUANTITY,
  513. URL_POST_UPDATEORIGINALVALUE,
  514. URL_POST_UPDATEDEPRECIATIONMETHOD,
  515. URL_POST_UPDATEEXPECTEDYEARS,
  516. URL_POST_UPDATEDEPRECIATIONYEARS,
  517. URL_POST_UPDATEDEPRECIATIONVALUE,
  518. URL_POST_UPDATERESIDUALSRATE,
  519. URL_GET_UPDATERSALE,
  520. URL_GET_UPDATESCRAP,
  521. URL_GET_TRANSFERPAYLIST,
  522. URL_GET_TRANSFERINFO,
  523. URL_GET_TRANSFERINFOS,
  524. URL_GET_SENDMSG,
  525. URL_GET_PAY,
  526. URL_GET_MAJOREVENTLIST,
  527. URL_GET_MAJOREVENTGET,
  528. URL_POST_MAJOREVENTADD,
  529. URL_POST_MAJOREVENTUPDATE,
  530. URL_GET_MAJOREVENTDELETE,
  531. URL_GET_MAJOREVENTSUBMIT,
  532. URL_GET_SELECTRECORD,
  533. URL_GET_SELECTBANKRECEIPT,
  534. URL_GET_QUERYFIXEDTIMEDEPOSIT,
  535. URL_GET_GETRECONCILIATION,
  536. URL_GET_GETRECONCILIATIONMOBILE,
  537. URL_GET_GETTRANSFEREDIT,
  538. URL_GET_GETBILLLIST,
  539. URL_GET_GETBILLLISTGET,
  540. URL_GET_GETBILLLISTEDIT,
  541. URL_GET_GETBILLLISTCANCEL,
  542. URL_GET_GETDEPTLIST,
  543. URL_GET_GETBILLLISTDETAIL,
  544. URL_GET_GETDETAILOFF,
  545. URL_GET_GETFLOWADD,
  546. URL_GET_GETDETAILCANCEL,
  547. URL_GET_GETDETAILLOSE,
  548. URL_GET_GETDETAILREMOVE,
  549. URL_GET_GETLISTQUERY,
  550. URL_GET_GETBILLADD,
  551. URL_GET_GETBILLEDIT,
  552. URL_GET_GETRECORDETAILLIST,
  553. URL_GET_GETRECORDDETAIL,
  554. URL_GET_GETDIANZIHUIDAN1,
  555. URL_GET_GETDIANZIHUIDAN2,
  556. URL_GET_GETDIANZIHUIDAN3,
  557. URL_GET_GETTACCOUNTLIST,
  558. URL_GET_GETTACCOUNTADDRECORD,
  559. URL_GET_GETACCOUNTCENTRAL,
  560. URL_GET_GETTACCOUNTCENTRAL,
  561. URL_GET_GETTACCOUNTEDIT,
  562. URL_GET_GETTACCOUNTREMOVE,
  563. URL_GET_GETVOUCHERDETAIL,
  564. URL_GET_GETTACCOUNTENQUIRY,
  565. URL_GET_GETTACCOUNTGET,
  566. URL_GET_GETTACCOUNTGET1,
  567. URL_GET_GETSTATISTICS,
  568. URL_GET_GETSUMSTATISTICS,
  569. URL_GET_GETSUMGROUPTYPE,
  570. URL_GET_GETTACCOUNTADD,
  571. URL_GET_GETQMYE,
  572. URL_GET_GETOPENLIST,
  573. URL_GET_GETYRANSFERPROCESS,
  574. URL_GET_GETPROCESSHISTORY,
  575. URL_GET_GETRESOURCELIST,
  576. URL_GET_GETRESOURCEGET,
  577. URL_GET_GETRESOURCEEDIT,
  578. URL_GET_GETFILLLIST,
  579. URL_GET_GETFILLADD,
  580. URL_GET_GETFILLREMOVE,
  581. URL_GET_GETFILLGET,
  582. URL_GET_GETFILLEDIT,
  583. URL_GET_GETPERMANENTFILLLIST,
  584. URL_GET_GETPERMANENTFILLADD,
  585. URL_GET_GETPERMANENTFILLGET,
  586. URL_GET_GETPERMANENTFILLEDIT,
  587. URL_GET_GETPERMANENTFILLREMOVE
  588. }