From 0e99f88dd6b289e7d4bd316f4dced6117a873cef Mon Sep 17 00:00:00 2001 From: xiaoyu Date: Fri, 4 Dec 2020 09:09:53 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/mop.dart | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/lib/mop.dart b/lib/mop.dart index 7ff0b3e..e34cbe8 100644 --- a/lib/mop.dart +++ b/lib/mop.dart @@ -85,15 +85,16 @@ class Mop { return ret; } - /// - /// /// open the miniprogram [appId] from the mop server. /// 打开小程序 /// [appId] is required. /// [path] is miniprogram open path. example /pages/index/index /// [query] is miniprogram query parameters. example key1=value1&key2=value2 - /// - /// + /// [sequence] is miniprogram sequence. example 0,1.2.3,4,5... + /// [apiServer] is optional. the mop server address. default is https://mp.finogeek.com + /// [apiPrefix] is optional. the mop server prefix. default is /api/v1/mop + /// [fingerprint] is optional. the mop sdk fingerprint. is nullable + /// [cryptType] is optional. cryptType, should be MD5/SM Future openApplet( final String appId, { final String path,