卡组数据删减

This commit is contained in:
YiHan0621
2025-09-29 17:34:44 +08:00
parent 50931eacd7
commit fcb9a32847
72 changed files with 461 additions and 373 deletions

View File

@@ -114,6 +114,7 @@ namespace TcgEngine.UI
string url = ApiClient.ServerURL + "/users/cards/buy/";
string jdata = ApiTool.ToJson(req);
Debug.Log(jdata);
trade_error.text = "";
WebResponse res = await ApiClient.Get().SendPostRequest(url, jdata);