慢接口

This commit is contained in:
xiangheng
2024-11-07 14:26:04 +08:00
parent 4d75034c22
commit 962e93c73e
19 changed files with 1171 additions and 53 deletions

View File

@@ -59,8 +59,9 @@ class XLog {
// 设置用户id
public SetUid(uid?: Uid) {
if (uid) {
this.platform?.setCache("x_err_uid", uid);
this.Uid = uid;
this.platform?.setCache("x_err_uid", uid);
} else {
const u_id = this.platform?.getCache("x_err_uid");
if (u_id) {