finish /user/status-config

This commit is contained in:
eson
2023-06-08 11:36:47 +08:00
parent a9e0f6b98e
commit 47e9201d78
4 changed files with 76 additions and 10 deletions

View File

@@ -14,7 +14,7 @@ import (
func UserStatusConfigHandler(svcCtx *svc.ServiceContext) http.HandlerFunc {
return func(w http.ResponseWriter, r *http.Request) {
var req types.RequestBasicInfoForm
var req types.Request
if err := httpx.Parse(r, &req); err != nil {
httpx.OkJsonCtx(r.Context(), w, &types.Response{
Code: 510,