调整注释

master
xiaoyu 2020-12-04 09:09:53 +08:00
parent 7ccda74c43
commit 0e99f88dd6
1 changed files with 5 additions and 4 deletions

View File

@ -85,15 +85,16 @@ class Mop {
return ret; return ret;
} }
///
///
/// open the miniprogram [appId] from the mop server. /// open the miniprogram [appId] from the mop server.
/// ///
/// [appId] is required. /// [appId] is required.
/// [path] is miniprogram open path. example /pages/index/index /// [path] is miniprogram open path. example /pages/index/index
/// [query] is miniprogram query parameters. example key1=value1&key2=value2 /// [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<Map> openApplet( Future<Map> openApplet(
final String appId, { final String appId, {
final String path, final String path,