Commit e04d91f8 authored by liuxinjun's avatar liuxinjun

修改分享注释

parent 4497c2bf
......@@ -868,7 +868,7 @@ var sdk = {
* @apiParam {callback} [fail] 失败回调
*
* @apiSuccessExample {json} 示例:
* sdk.onShareAppMessage({type: 0, query: "uid=520" });
* sdk.shareAppMessage({type: 1,query: "",success:xxx,fail:xxx });
*/
onShareAppMessage(obj){
var self = this;
......@@ -965,7 +965,7 @@ var sdk = {
* @apiParam {callback} [fail] 失败回调
*
* @apiSuccessExample {json} 示例:
* sdk.shareAppMessage({type: 1, query: "uid=520" });
* sdk.shareAppMessage({type: 1,query: "",success:xxx,fail:xxx });
*/
shareAppMessage(obj){
var self = this;
......
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