AI-Funding / AI_Funding_BE

0 stars 1 forks source link

[추가] aiType 추가 #74

Closed kwYoohae closed 1 year ago

kwYoohae commented 2 years ago

Json 파일 (Response)

{
    "nickname": "해찬유",
    "accounts": [
        {
            "nickname": "첫번째",
            "balance": 16404000,
            "createAt": "2022-02-12T05:51:51.000",
            "todayIncome": 0.96,
            "todayProfit": 120000,
            "totalIncome": 64.03,
            "totalProfit": 6404000,
            "stocks": [
                {
                    "itemName": "할리스커피",
                    "price": 74600,
                    "profit": 143.79,
                    "percent_by_account": 46.59
                },
                {
                    "itemName": "스타벅스\n",
                    "price": 12000,
                    "profit": 14.28,
                    "percent_by_account": 37.47
                },
                {
                    "itemName": "투썸플레이스",
                    "price": 34000,
                    "profit": 13.33,
                    "percent_by_account": 15.92
                }
            ],
            "aiType": 0
        },
        {
            "nickname": "테스트",
            "balance": 12315000,
            "createAt": "2022-03-12T17:48:31.000",
            "todayIncome": 2.55,
            "todayProfit": 25000,
            "totalIncome": 23.15,
            "totalProfit": 2315000,
            "stocks": [
                {
                    "itemName": "빽다방",
                    "price": 23000,
                    "profit": 15.0,
                    "percent_by_account": 60.44
                },
                {
                    "itemName": "이디야커피",
                    "price": 43000,
                    "profit": 2.38,
                    "percent_by_account": 39.55
                }
            ],
            "aiType": 0
        }
    ]
}

Json (response)

{
    "customer_info_id" : "1", 
    "login_type" : "00"
}