11 lines
350 B
C
11 lines
350 B
C
//
|
|
// Created by HW on 2023/07/27.
|
|
//
|
|
|
|
#ifndef OFFICEASSISTANT_CONFIG_H
|
|
#define OFFICEASSISTANT_CONFIG_H
|
|
#define CONFIG_URL "http://softapi.1.y01.cn/addons/Kmdsoft/Index/config"
|
|
#define OP_URL "http://softapi.1.y01.cn/addons/Kmdsoft/Index/op"
|
|
#define DEVICE_URL "http://softapi.1.y01.cn/addons/Kmdsoft/Index/device"
|
|
#endif //OFFICEASSISTANT_CONFIG_H
|