卡组数据删减
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user