This commit is contained in:
dy 2023-12-23 11:49:30 +08:00
parent 8c3907c370
commit 6fd4f83882

View File

@ -15322,14 +15322,14 @@ export const serviceProto: ServiceProto<ServiceType> = {
"id": 38,
"type": {
"type": "Literal",
"literal": "payForDiamond"
"literal": "leichonglibao"
}
},
{
"id": 39,
"type": {
"type": "Literal",
"literal": "leichonglibao"
"literal": "payForDiamond"
}
}
]
@ -20265,7 +20265,21 @@ export const serviceProto: ServiceProto<ServiceType> = {
"id": 2,
"name": "t",
"type": {
"type": "Number"
"type": "Union",
"members": [
{
"id": 0,
"type": {
"type": "Number"
}
},
{
"id": 1,
"type": {
"type": "String"
}
}
]
}
},
{