UI导入
This commit is contained in:
@@ -135,6 +135,7 @@ namespace TcgEngine.Client
|
||||
|
||||
string url = ApiClient.ServerURL + "/users/packs/open";
|
||||
string json = ApiTool.ToJson(req);
|
||||
Debug.Log($"[上传卡牌]:{json}");
|
||||
|
||||
WebResponse res = await ApiClient.Get().SendPostRequest(url, json);
|
||||
if (res.success)
|
||||
|
||||
Reference in New Issue
Block a user