lsc 2 years ago
parent
commit
2b7c4ed54b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      js/Desktop/Onload.js

+ 1 - 1
js/Desktop/Onload.js

@@ -324,7 +324,7 @@ U.MD.D.getuser = function () {
                                     let _type = US.userInfo == 1 ? 2 : 1
                                     // US.Config.pbl
                                     // "http://localhost:7003/api/pbl/"
-                                    U.A.Request(US.Config.pbl + "updatePblMessage", [_user.userid, _name, _type, '45facc0a-1211-11ec-80ad-005056b86db5', '', '', "0"], function (res) {
+                                    U.A.Request(US.Config.pbl + "updatePblMessage", [_user.userid, _name, _type, '16d397f3-b192-11ed-9211-005056b86db5', '', '', "0"], function (res) {
                                         window.location.reload();
                                     }, [], { "type": "POST", "withCredentials": true });