obtain user login device information

This commit is contained in:
landaiqing
2024-09-02 02:24:46 +08:00
parent 6e47e72514
commit a925bbc871
19 changed files with 327 additions and 46 deletions

View File

@@ -1,3 +1,7 @@
package user_api
import "sync"
type UserAPI struct{}
var mu sync.Mutex