proto
This commit is contained in:
parent
66918ab247
commit
afb925bc40
@ -8,9 +8,9 @@ export type ReqOpen = {
|
|||||||
|
|
||||||
export type ResOpen = {
|
export type ResOpen = {
|
||||||
record:{
|
record:{
|
||||||
[k: string]: number;
|
[k: string]: any;
|
||||||
}
|
}
|
||||||
buyLog:{
|
buyLog:{
|
||||||
[k: string]: number;
|
[k: string]: any;
|
||||||
}
|
}
|
||||||
};
|
};
|
@ -11225,7 +11225,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
|
|||||||
"indexSignature": {
|
"indexSignature": {
|
||||||
"keyType": "String",
|
"keyType": "String",
|
||||||
"type": {
|
"type": {
|
||||||
"type": "Number"
|
"type": "Any"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -11238,7 +11238,7 @@ export const serviceProto: ServiceProto<ServiceType> = {
|
|||||||
"indexSignature": {
|
"indexSignature": {
|
||||||
"keyType": "String",
|
"keyType": "String",
|
||||||
"type": {
|
"type": {
|
||||||
"type": "Number"
|
"type": "Any"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user