hms-js-hbt
Contents
- HMS_API_REQUEST
-
接口uri
- hbt
-
hbt 对外 JS API
Typedefs
-
requestCallback :
function
-
接口的回调
HMS_API_REQUEST
接口uri
hbt
hbt 对外 JS API
Kind: global constant
hbt.agreeFollow(appId,pubId,pubName,successCallBack,failCallBack)
调用关注接口
hbt.checkFollowStatus(param, succCallback, failCallback)
检查关注状态接口
hbt.agreeFollow2(param, succCallback, failCallback)
执行关注操作接口
hbt.goPubPortal(param, succCallback, failCallback)
执行跳转服务号主页操作接口
Kind: static method of hbt
Param | Type | Description |
---|---|---|
callBack | requestCallback |
回调 |
function
requestCallback : 接口的回调
Kind: global typedef
Param | Type | Description |
---|---|---|
errCode | number |
错误码 |
errMsg | string |
结果 |