Commit 01cf504c authored by liuxinjun's avatar liuxinjun

添加注释

parent 249dca19
...@@ -2232,6 +2232,11 @@ var sdk = { ...@@ -2232,6 +2232,11 @@ var sdk = {
* *
* @apiSuccessExample {json} 示例: * @apiSuccessExample {json} 示例:
* var d = sdk.getButtonConfig("hz2"); * var d = sdk.getButtonConfig("hz2");
* 特别说明:对于视频分享切换的解析返回的json为:
* {"type":"share","count":5,"left_count":3,"use_count":2,"next":"key_1"}
* 技术获取之后根据d.type判断类型然后做响应处理就可以了;
*
*
*/ */
getButtonConfig(buttonKey){ getButtonConfig(buttonKey){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment