正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
@@ -59,8 +59,8 @@ func (gateway MmmBusinessAdminServiceGateway) httpDo(reqURL string, mathod strin | @@ -59,8 +59,8 @@ func (gateway MmmBusinessAdminServiceGateway) httpDo(reqURL string, mathod strin | ||
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, | 62 | + "userId": fmt.Sprint(userId), |
63 | + "platformId": "25", //天联共创固定值:25 | ||
64 | } | 64 | } |
65 | url := gateway.baseURL + "/auth/get-user-auth" | 65 | url := gateway.baseURL + "/auth/get-user-auth" |
66 | byteData, err := gateway.httpDo(url, "POST", param) | 66 | byteData, err := gateway.httpDo(url, "POST", param) |
-
请 注册 或 登录 后发表评论