Merge branch 'bugfix' into dev
This commit is contained in:
commit
5eee059c1e
@ -20265,7 +20265,21 @@ export const serviceProto: ServiceProto<ServiceType> = {
|
|||||||
"id": 2,
|
"id": 2,
|
||||||
"name": "t",
|
"name": "t",
|
||||||
"type": {
|
"type": {
|
||||||
"type": "Number"
|
"type": "Union",
|
||||||
|
"members": [
|
||||||
|
{
|
||||||
|
"id": 0,
|
||||||
|
"type": {
|
||||||
|
"type": "Number"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 1,
|
||||||
|
"type": {
|
||||||
|
"type": "String"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 商店open接口
|
* 商店open接口
|
||||||
*/
|
*/
|
||||||
@ -32,7 +30,7 @@ export type shopItem = {
|
|||||||
/** 掉落类型 */
|
/** 掉落类型 */
|
||||||
'a': string;
|
'a': string;
|
||||||
/** 掉落id */
|
/** 掉落id */
|
||||||
't': number;
|
't': number | string;
|
||||||
/** 掉落数量 */
|
/** 掉落数量 */
|
||||||
'n': number;
|
'n': number;
|
||||||
/** 权重 */
|
/** 权重 */
|
||||||
|
Loading…
Reference in New Issue
Block a user