去除unicloud空间绑定,修复已知错误
This commit is contained in:
@ -1,5 +1,14 @@
|
||||
/**
|
||||
* @Author: 嗨噜客(三亚)<fm453>
|
||||
* @Date: 2023-07-19 16:03:07
|
||||
* @FilePath: apis/ctms/index.js
|
||||
* @Description:
|
||||
* @Email: 393213759@qq.com
|
||||
* Copyright (c) 2025 by www.hiluker.cn, All Rights Reserved.
|
||||
*/
|
||||
import user from './user.js';
|
||||
import ads from './ads.js';
|
||||
import datas from './datas.js';
|
||||
import order from './order.js';
|
||||
import orderpre from './orderpre.js';
|
||||
import notice from './notice.js';
|
||||
@ -42,6 +51,7 @@ const cache = {
|
||||
const ctms = {
|
||||
user,
|
||||
ads,
|
||||
datas,
|
||||
order,
|
||||
orderpre,
|
||||
notice,
|
||||
|
Reference in New Issue
Block a user