Sfoglia il codice sorgente

commit 客户资料接口

xkwg 4 anni fa
parent
commit
dc1ac770d4
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      src/goServiceAPI/ermcp/customInfo/interface.ts

+ 2 - 1
src/goServiceAPI/ermcp/customInfo/interface.ts

@@ -30,7 +30,7 @@ export interface QueryCustomInfoType {
 }
 
 // 新增用户申请
-export interface AddUserInfoApplyReq {
+export interface AddUserInfoApplyReq{
     accountid	:number;//交易系统帐号Id (加密存储)
     areacode	:string;//机构代码
     areaid	:number;//机构Id
@@ -110,6 +110,7 @@ export interface AddUserInfoApplyReq {
 }
 
 
+
 // 修改客户申请
 export interface ModifyUserInfoApplyReq {
     accountid?: number;//交易系统帐号Id (加密存储)