Ver código fonte

注释QueryModifyUserInfo

huangbin 4 anos atrás
pai
commit
adc7748900
1 arquivos alterados com 7 adições e 7 exclusões
  1. 7 7
      src/goServiceAPI/ermcp/customInfo/index.ts

+ 7 - 7
src/goServiceAPI/ermcp/customInfo/index.ts

@@ -1,6 +1,6 @@
 /** ================================= 客户资料 ================================**/
 
-import {BaseResponse, commonSearch_go, commonUpdate_go} from '@/goServiceAPI/index';
+import { commonSearch_go } from '@/goServiceAPI/index';
 import APP from '@/services';
 import * as type from './interface';
 import { QueryCustomInfoType } from './type';
@@ -26,9 +26,9 @@ export function QueryCustomInfo(queryType: QueryCustomInfoType): Promise<type.Qu
  * @param userInfoApply.
  * @constructor
  */
-export function QueryModifyUserInfo(userInfoApply: type.ModifyUserInfoApplyReq): Promise<BaseResponse> {
-    return commonUpdate_go('/Ermcp/ModifyUserInfoApply', { userInfoApply })
-        .catch(err => {
-            throw new Error(`新增客户申请: ${err.message}`);
-        })
-}
+// export function QueryModifyUserInfo(userInfoApply: type.ModifyUserInfoApplyReq): Promise<BaseResponse> {
+//     return commonUpdate_go('/Ermcp/ModifyUserInfoApply', { userInfoApply })
+//         .catch(err => {
+//             throw new Error(`新增客户申请: ${err.message}`);
+//         })
+// }