test(wxapi): 适配新的模型测试

This commit is contained in:
Fu Diwei
2021-05-28 19:27:38 +08:00
parent dc78ea6577
commit 27cd4178e7
988 changed files with 11052 additions and 206 deletions

View File

@@ -0,0 +1,10 @@
{
"game_tick": 30,
"open_id_list": [ "OPENID" ],
"udp_reliability_strategy": 3,
"start_percent": 100,
"need_user_info": true,
"game_last_time": 1800,
"room_ext_info": "",
"need_game_seed": true
}

View File

@@ -0,0 +1,7 @@
{
"errcode": 0,
"errmsg": "ok",
"data": {
"access_info": "xxx"
}
}

View File

@@ -0,0 +1,19 @@
{
"errcode": 0,
"errmsg": "ok",
"data": {
"has_more": false,
"frame_list": [
{
"frame_id": 1,
"pkg_list": [
{
"open_id": "OPENID",
"action_list": [ "xxx", "xxx" ],
"b": false
}
]
}
]
}
}

View File

@@ -0,0 +1,12 @@
{
"errcode": 0,
"errmsg": "ok",
"data": {
"info_list": [
{
"client_id": 1,
"open_id": "OPENID"
}
]
}
}