作者 唐旭辉

bug 修复

@@ -58,7 +58,10 @@ func (gateway MmmBusinessAdminServiceGateway) httpDo(reqURL string, mathod strin @@ -58,7 +58,10 @@ func (gateway MmmBusinessAdminServiceGateway) httpDo(reqURL string, mathod strin
58 } 58 }
59 59
60 func (gateway MmmBusinessAdminServiceGateway) GetUserAuth(userId int64) (*ResponseGetUserAuth, error) { 60 func (gateway MmmBusinessAdminServiceGateway) GetUserAuth(userId int64) (*ResponseGetUserAuth, error) {
61 - param := map[string]interface{}{} 61 + param := map[string]interface{}{
  62 + "userId": userId,
  63 + "platformId": 25,
  64 + }
62 url := gateway.baseURL + "/auth/get-user-auth" 65 url := gateway.baseURL + "/auth/get-user-auth"
63 byteData, err := gateway.httpDo(url, "POST", param) 66 byteData, err := gateway.httpDo(url, "POST", param)
64 if err != nil { 67 if err != nil {