_TheStrongestSnail/TheStrongestSnail/Assets/Scripts/onlyTest.cs
2024-11-27 19:08:46 +08:00

29 lines
1016 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class onlyTest : MonoBehaviour
{
getMallList21 getMallList = new getMallList21();
MallResponsePro response = new MallResponsePro();
productInfo22 productInfo22 = new productInfo22();
getProductResponse Response22 = new getProductResponse();
BuyProduct23 BuyProduct23 = new BuyProduct23();
BuyProductResponse buyProductResponse = new BuyProductResponse();
queryPlayerInfo queryPlayerInfo =new queryPlayerInfo();
async void Start()
{
Response22 =await productInfo22.productInfo(1);
//Debug.Log("============" + Response22.Data.DataList[1].ProductCover);
buyProductResponse = await BuyProduct23.BuyProduct(1,106,"541236987","阿良","地球","哥谭阿卡姆疯人院");
Debug.Log(buyProductResponse.data+"+++++++++++++++++++++++++++++++");
//queryPlayerInfo.QueryPlayerInfoPro();
}
// Update is called once per frame
void Update()
{
}
}