Merge branch 'main' of gitea.bywaystudios.com:wuminzhe/docs

This commit is contained in:
zhengxianxin 2025-09-02 16:07:04 +08:00
commit 38e0ffef3b
4 changed files with 2 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@ -133,6 +133,7 @@ enum ORDER_TYPE {
Pet_type = 11; //
Preview_type = 12; //
Fixed_type = 13; //
Playroom_type = 14; // playroom订单
}
enum LOGIN_TYPE {

View File

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