|
@@ -1,6 +1,6 @@
|
|
|
import {requestInstance} from "@/service/index";
|
|
|
|
|
|
-export function selectInterfaceKoolkitMainPageList(RESOURCE_NAME,RESOURCE_TYPE,INTERFACE_STATE,pageSize,pageIndex,appkey){
|
|
|
+export function selectInterfaceKoolkitMainPageList(RESOURCE_NAME,RESOURCE_TYPE,INTERFACE_STATE,pageSize,pageIndex){
|
|
|
return requestInstance({
|
|
|
url:'/ptjkInterface/selectInterfaceKoolkitMainPageList',
|
|
|
data:{
|
|
@@ -9,32 +9,32 @@ export function selectInterfaceKoolkitMainPageList(RESOURCE_NAME,RESOURCE_TYPE,I
|
|
|
'INTERFACE_STATE':INTERFACE_STATE,
|
|
|
'pageSize':pageSize,
|
|
|
'pageIndex':pageIndex,
|
|
|
- "appkey":appkey
|
|
|
+ "appkey":localStorage.getItem("zhfx_userkeycode")
|
|
|
}
|
|
|
});
|
|
|
}
|
|
|
|
|
|
-export function selectInterfaceKoolkitMain(UUID,appkey){
|
|
|
+export function selectInterfaceKoolkitMain(UUID){
|
|
|
return requestInstance({
|
|
|
url:'/ptjkInterface/selectInterfaceKoolkitMain',
|
|
|
data:{
|
|
|
'UUID':UUID,
|
|
|
- "appkey":appkey
|
|
|
+ "appkey":localStorage.getItem("zhfx_userkeycode")
|
|
|
}
|
|
|
});
|
|
|
}
|
|
|
-export function selectInterfaceKoolkitParameter(UUID,appkey){
|
|
|
+export function selectInterfaceKoolkitParameter(UUID){
|
|
|
return requestInstance({
|
|
|
url:'/ptjkInterface/selectInterfaceKoolkitParameter',
|
|
|
data:{
|
|
|
'INTERFACE_UUID':UUID,
|
|
|
- "appkey":appkey
|
|
|
+ "appkey":localStorage.getItem("zhfx_userkeycode")
|
|
|
}
|
|
|
});
|
|
|
}
|
|
|
|
|
|
|
|
|
-export function addInterfaceKoolkitApply(INTERFACE_UUID,SHARED_FREQUENCY, SHARED_STARTTIME, SHARED_ENDTIME, USE_TERM, IP_ADDRESS, CONCURRENCY, DAY_LIMIT, APPLY_USER, APPLY_UNIT, APPLY_TIME, APPYL_REASON,appkey
|
|
|
+export function addInterfaceKoolkitApply(INTERFACE_UUID,SHARED_FREQUENCY, SHARED_STARTTIME, SHARED_ENDTIME, USE_TERM, IP_ADDRESS, CONCURRENCY, DAY_LIMIT, APPLY_USER, APPLY_UNIT, APPLY_TIME, APPYL_REASON
|
|
|
){
|
|
|
return requestInstance({
|
|
|
url:'/ptjkInterface/addInterfaceKoolkitApply',
|
|
@@ -51,12 +51,12 @@ export function addInterfaceKoolkitApply(INTERFACE_UUID,SHARED_FREQUENCY, SHARED
|
|
|
"APPLY_UNIT":APPLY_UNIT,
|
|
|
"APPLY_TIME":APPLY_TIME,
|
|
|
"APPYL_REASON":APPYL_REASON,
|
|
|
- "appkey":appkey
|
|
|
+ "appkey":localStorage.getItem("zhfx_userkeycode")
|
|
|
}
|
|
|
});
|
|
|
}
|
|
|
|
|
|
-export function selectInterfaceKoolkitApplyPageList(RESOURCE_NAME,RESOURCE_TYPE,APPLY_USER,pageSize,pageIndex,appkey){
|
|
|
+export function selectInterfaceKoolkitApplyPageList(RESOURCE_NAME,RESOURCE_TYPE,APPLY_USER,pageSize,pageIndex){
|
|
|
return requestInstance({
|
|
|
url:'/ptjkInterface/selectInterfaceKoolkitApplyPageList',
|
|
|
data:{
|
|
@@ -65,61 +65,61 @@ export function selectInterfaceKoolkitApplyPageList(RESOURCE_NAME,RESOURCE_TYPE,
|
|
|
'APPLY_USER':APPLY_USER,
|
|
|
'pageSize':pageSize,
|
|
|
'pageIndex':pageIndex,
|
|
|
- "appkey":appkey
|
|
|
+ "appkey":localStorage.getItem("zhfx_userkeycode")
|
|
|
}
|
|
|
});
|
|
|
}
|
|
|
|
|
|
|
|
|
-export function selectInterfaceKoolkitApplyByUuid(UUID,appkey){
|
|
|
+export function selectInterfaceKoolkitApplyByUuid(UUID){
|
|
|
return requestInstance({
|
|
|
url:'/ptjkInterface/selectInterfaceKoolkitApplyByUuid',
|
|
|
data:{
|
|
|
'UUID':UUID,
|
|
|
- "appkey":appkey
|
|
|
+ "appkey":localStorage.getItem("zhfx_userkeycode")
|
|
|
}
|
|
|
});
|
|
|
}
|
|
|
|
|
|
|
|
|
-export function selectInterfaceKoolkitWarrant(CID,APPLY_UUID,appkey){
|
|
|
+export function selectInterfaceKoolkitWarrant(CID,APPLY_UUID){
|
|
|
return requestInstance({
|
|
|
url:'/ptjkInterface/selectInterfaceKoolkitWarrant',
|
|
|
data:{
|
|
|
'CID':CID,
|
|
|
'APPLY_UUID':APPLY_UUID,
|
|
|
- "appkey":appkey
|
|
|
+ "appkey":localStorage.getItem("zhfx_userkeycode")
|
|
|
}
|
|
|
});
|
|
|
}
|
|
|
|
|
|
|
|
|
-export function selectDirectiorById(code,appkey){
|
|
|
+export function selectDirectiorById(code){
|
|
|
return requestInstance({
|
|
|
url:'/gxyw/selectDirectiorById',
|
|
|
data:{
|
|
|
'CODE':code,
|
|
|
- "appkey":appkey
|
|
|
+ "appkey":localStorage.getItem("zhfx_userkeycode")
|
|
|
}
|
|
|
});
|
|
|
}
|
|
|
|
|
|
-export function selectMetadataId(a_id,appkey){
|
|
|
+export function selectMetadataId(a_id){
|
|
|
return requestInstance({
|
|
|
url:'/gxyw/selectMetadataId',
|
|
|
data:{
|
|
|
'a_id':a_id,
|
|
|
- "appkey":appkey
|
|
|
+ "appkey":localStorage.getItem("zhfx_userkeycode")
|
|
|
}
|
|
|
});
|
|
|
}
|
|
|
|
|
|
-export function selectServiceDetail(a_code,appkey){
|
|
|
+export function selectServiceDetail(a_code){
|
|
|
return requestInstance({
|
|
|
url:'/gxyw/selectServiceDetail',
|
|
|
data:{
|
|
|
'a_code':a_code,
|
|
|
- "appkey":appkey
|
|
|
+ "appkey":localStorage.getItem("zhfx_userkeycode")
|
|
|
}
|
|
|
});
|
|
|
}
|