nyj
2025-06-26 af81c705c5f4323a95db544b3e332e163587427e
Merge branch 'master' of ssh://115.28.86.8:29418/~admin/智能网联_25-0305_617_v1
3 文件已复制
1 文件已重命名
12个文件已添加
74 ■■■■■ 已修改文件
Client/于文龙/log/日志-于文龙-250625.doc 补丁 | 查看 | 原始文档 | blame | 历史
Client/寇百盛/log/日志_寇百盛_0625.doc 补丁 | 查看 | 原始文档 | blame | 历史
Client/师浩/log/日志_师浩_250626.doc 补丁 | 查看 | 原始文档 | blame | 历史
Client/王国壮/log/日志_王国壮_0625.doc 补丁 | 查看 | 原始文档 | blame | 历史
Client/陈豪/log/日志_陈豪_250625.doc 补丁 | 查看 | 原始文档 | blame | 历史
Server/common_type.h 72 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Server/徐逸凡/log/日志_徐逸凡_250625.doc 补丁 | 查看 | 原始文档 | blame | 历史
Server/林余杰/log/日志_林余杰_20250625.doc 补丁 | 查看 | 原始文档 | blame | 历史
Server/梁博/log/~$_梁博_0624.doc 补丁 | 查看 | 原始文档 | blame | 历史
Server/梁博/log/~WRL0005.tmp 补丁 | 查看 | 原始文档 | blame | 历史
Server/梁博/log/日志_梁博_0625.doc 补丁 | 查看 | 原始文档 | blame | 历史
Server/段延冲/log/日志_段延冲_0625.doc 补丁 | 查看 | 原始文档 | blame | 历史
Server/汪卫军/log/日志_汪卫军_0625.doc 补丁 | 查看 | 原始文档 | blame | 历史
Server/王鹏哲/log/日志_王鹏哲_20250625.doc 补丁 | 查看 | 原始文档 | blame | 历史
Server/胡重阳/log/数据模型预处理日志_胡重阳_20250625.doc 补丁 | 查看 | 原始文档 | blame | 历史
智能网联_25-0305_617_v1 @ 89d19a 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Client/于文龙/log/日志-于文龙-250625.doc
Binary files differ
Client/寇百盛/log/日志_寇百盛_0625.doc
Binary files differ
Client/师浩/log/日志_师浩_250626.doc
Binary files differ
Client/王国壮/log/日志_王国壮_0625.doc
copy from "Server/\346\242\201\345\215\232/log/~WRL1314.tmp" copy to "Client/\347\216\213\345\233\275\345\243\256/log/\346\227\245\345\277\227_\347\216\213\345\233\275\345\243\256_0625.doc" Binary files differ
Client/陈豪/log/日志_陈豪_250625.doc
Binary files differ
Server/common_type.h
New file
@@ -0,0 +1,72 @@
#ifndef TCPDATATYPE_H
#define TCPDATATYPE_H
/*        */
enum class ActionType
{
    HeartCheck = 100,
    Login = 110,
    Register = 120,
    Msg = 200,
    Download = 300
};
/* 慰 HTTP    应  */
enum class ResponseCode
{
    ResponseOK = 200,      //     晒
    BadRequest = 400,      //  突             螅      薹
    Unauthorized = 401,    //     要   没        证
    Forbidden = 403,       //              突  说    螅  蔷芫 执 写
    NotFound = 404,        //        薹  业        源
    MethodNotAllowed = 405 //  突        械姆       止
};
/*  息  */
struct Head
{
    ActionType type;
    int len;
    int version;
    Head(ActionType ptype, int plen, int pversion)
    {
        len = plen;
        type = ptype;
        version = pversion;
    }
};
struct HeartCheckReq //
{
    ActionType type;
    int len;
    HeartCheckReq()
    {
        type = ActionType::HeartCheck;
        len = sizeof(HeartCheckReq);
    }
};
struct HeartCheckRes //       应
{
    ActionType type;
    int len;
    HeartCheckRes()
    {
        type = ActionType::HeartCheck;
        len = sizeof(HeartCheckRes);
    }
};
struct RegisterRequest
{
    Head head;
    char name[64];
    char password[64];
    char email[32];
    char phone[32];
};
struct LoginRequest
{
    Head head;
    char name[64];
    char password[64];
};
#endif
Server/徐逸凡/log/日志_徐逸凡_250625.doc
Binary files differ
Server/林余杰/log/日志_林余杰_20250625.doc
Binary files differ
Server/梁博/log/~$_梁博_0624.doc
Binary files differ
Server/梁博/log/~WRL0005.tmp
copy from "Server/\346\242\201\345\215\232/log/~WRL1314.tmp" copy to "Server/\346\242\201\345\215\232/log/~WRL0005.tmp" Binary files differ
Server/梁博/log/日志_梁博_0625.doc
Binary files differ
Server/段延冲/log/日志_段延冲_0625.doc
Binary files differ
Server/汪卫军/log/日志_汪卫军_0625.doc
copy from "Server/\346\242\201\345\215\232/log/~WRL1314.tmp" copy to "Server/\346\261\252\345\215\253\345\206\233/log/\346\227\245\345\277\227_\346\261\252\345\215\253\345\206\233_0625.doc" Binary files differ
Server/王鹏哲/log/日志_王鹏哲_20250625.doc
Binary files differ
Server/胡重阳/log/数据模型预处理日志_胡重阳_20250625.doc
Binary files differ
智能网联_25-0305_617_v1
New file
@@ -1 +1 @@
Subproject commit 0000000000000000000000000000000000000000
Subproject commit 89d19ad386e768e8e54b6aa4b1d42f4617ceed03