完成RequestBase构造函数个getConfig()函数

This commit is contained in:
Mike Solar
2023-07-28 07:32:36 +08:00
parent b262eca43c
commit 926ddcdc63
6 changed files with 1467 additions and 1 deletions

10
config.h Normal file
View File

@ -0,0 +1,10 @@
//
// Created by HW on 2023/07/27.
//
#ifndef OFFICEASSISTANT_CONFIG_H
#define OFFICEASSISTANT_CONFIG_H
#define VERSION "0.0.0";
#define RELEASE "release";
#define PARTNER_ID "partner"
#endif //OFFICEASSISTANT_CONFIG_H