mirror of
https://github.com/yanlongqi/jhinno-openapi-java-sdk.git
synced 2026-03-22 06:15:10 +08:00
doc(会话): 添加启动会话接口的注释
This commit is contained in:
@@ -41,7 +41,7 @@ public class JHAppApiExecution extends JHApiExecution {
|
||||
* <p>
|
||||
* 开发阶段,主要有一下几种方式:
|
||||
* <ul>
|
||||
* <li>使用js的 `window.open({@link AppStartedInfo#getJhappUrl()})`</li>
|
||||
* <li>使用js的 `window.open("{@link AppStartedInfo#getJhappUrl()}")`</li>
|
||||
* <li>使用HTML的a标签的href</li>
|
||||
* <li>使用HTML的iframe标签的src</li>
|
||||
* </ul>
|
||||
@@ -76,6 +76,8 @@ public class JHAppApiExecution extends JHApiExecution {
|
||||
|
||||
/**
|
||||
* 使用默认参数启动应用
|
||||
* <p>
|
||||
* 该方法的使用说明说明详情见{@link JHAppApiExecution#desktopStart(String, String, AppStartRequest)}的注释
|
||||
*
|
||||
* @param username 用户名
|
||||
* @param appId 应用id
|
||||
|
||||
Reference in New Issue
Block a user