Browse Source

回滚账户路径修改

hulh 8 years ago
parent
commit
495af80431
1 changed files with 9 additions and 0 deletions
  1. 9 0
      src/main/webapp/resources/js/common/query/bankInfo.js

+ 9 - 0
src/main/webapp/resources/js/common/query/bankInfo.js

@@ -6,6 +6,15 @@ define(['ngResource'], function(ngResource) {
 				method : 'GET',
 				params : {type : 'buyer'}
 			},
+			getBuyEnterpriseBank : {
+				url : 'trade/bankInfo/buy/enterprise',
+				method : 'GET',
+				isArray : true,
+				params : {
+					type : 'buyer',
+					status : 104
+				}
+			},
 			getSaleEeterpriseBank : {
 				url : 'trade/bankInfo/sale/enterprise',
 				method: 'GET',