interface JsApi
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.rxjava3.core.Single<JsTicketResponse> |
agentJsApiTicket(String agentConfig)
获取应用的jsapi_ticket
|
io.reactivex.rxjava3.core.Single<JsTicketResponse> |
corpJsApiTicket()
获取企业的jsapi_ticket
|
@GET(value="get_jsapi_ticket") io.reactivex.rxjava3.core.Single<JsTicketResponse> corpJsApiTicket()
@GET(value="ticket/get") io.reactivex.rxjava3.core.Single<JsTicketResponse> agentJsApiTicket(@Query(value="type") String agentConfig)
agentConfig - the agent configCopyright © 2023. All rights reserved.