fix a typo

This commit is contained in:
Junv
2016-05-30 17:16:32 +08:00
parent b4607b9afb
commit df4a87038a
+1 -1
View File
@@ -8,7 +8,7 @@ module Dingtalk
auth_corpid: corp_id,
permanent_code: permanent_code
}
http_post("get_auth_info?suite_access_token#{suite.suite_access_token}", params)
http_post("get_auth_info?suite_access_token=#{suite.suite_access_token}", params)
end
def suite