public abstract class ToutiaoAPI extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ToutiaoAPI.apps$game$template$send_body |
static class |
ToutiaoAPI.apps$game$template$send_response |
static class |
ToutiaoAPI.apps$jscode2session_response |
static class |
ToutiaoAPI.apps$qrcode_body |
static class |
ToutiaoAPI.apps$remove_user_storage_body |
static class |
ToutiaoAPI.apps$remove_user_storage_response |
static class |
ToutiaoAPI.apps$set_user_storage_body |
class |
ToutiaoAPI.apps$set_user_storage_response |
static class |
ToutiaoAPI.apps$subscribe_notification$developer$v1$notify_body |
static class |
ToutiaoAPI.apps$subscribe_notification$developer$v1$notify_response |
static class |
ToutiaoAPI.apps$token_response |
static class |
ToutiaoAPI.errCode |
| 构造器和说明 |
|---|
ToutiaoAPI() |
public abstract String crypto(String sig_method, String session_key, String data) throws Exception
Exceptionpublic abstract ToutiaoAPI.apps$token_response apps$token(String appid, String secret, String grant_type) throws ToutiaoAPI.errCode
public abstract ToutiaoAPI.apps$jscode2session_response apps$jscode2session(String appid, String secret, String code, String anonymous_code) throws ToutiaoAPI.errCode
public abstract ToutiaoAPI.apps$set_user_storage_response apps$set_user_storage(String access_token, String openid, String signature, String sig_method, ToutiaoAPI.apps$set_user_storage_body body) throws ToutiaoAPI.errCode
public abstract ToutiaoAPI.apps$remove_user_storage_response apps$remove_user_storage(String access_token, String openid, String signature, String sig_method, ToutiaoAPI.apps$remove_user_storage_body body) throws ToutiaoAPI.errCode
public abstract byte[] apps$qrcode(ToutiaoAPI.apps$qrcode_body body) throws ToutiaoAPI.errCode
public abstract ToutiaoAPI.apps$game$template$send_response apps$game$template$send(ToutiaoAPI.apps$game$template$send_body body) throws ToutiaoAPI.errCode
public abstract ToutiaoAPI.apps$subscribe_notification$developer$v1$notify_response apps$subscribe_notification$developer$v1$notify(ToutiaoAPI.apps$subscribe_notification$developer$v1$notify_body request) throws ToutiaoAPI.errCode
Copyright © 2020. All rights reserved.