正在显示
1 个修改的文件
包含
4 行增加
和
1 行删除
@@ -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 { |
-
请 注册 或 登录 后发表评论