This commit is contained in:
dy 2023-12-14 14:01:18 +08:00
parent 66918ab247
commit afb925bc40
2 changed files with 4 additions and 4 deletions

View File

@ -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;
} }
}; };

View File

@ -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"
} }
} }
} }