Merge branch 'main' of gitea.bywaystudios.com:wuminzhe/docs
This commit is contained in:
commit
38e0ffef3b
Binary file not shown.
Binary file not shown.
@ -133,6 +133,7 @@ enum ORDER_TYPE {
|
||||
Pet_type = 11; // 宠物订单
|
||||
Preview_type = 12; // 预览订单
|
||||
Fixed_type = 13; // 修复订单
|
||||
Playroom_type = 14; // playroom订单
|
||||
}
|
||||
|
||||
enum LOGIN_TYPE {
|
||||
|
||||
@ -71,7 +71,7 @@
|
||||
"out_file": "StartOrder.json",
|
||||
"key": "Id",
|
||||
"sheet_name" :"StartOrder",
|
||||
"fields" :["Id", "merge_id_list", "appear", "reward","preview"]
|
||||
"fields" :["Id", "merge_id_list", "appear", "reward","preview", "type"]
|
||||
},
|
||||
{
|
||||
"in_file": "OrderData.xlsx",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user