提交 f19d5c62 authored 作者: JarvanMo's avatar JarvanMo

format code

上级 8ebf751f
...@@ -154,7 +154,6 @@ Future sendAuth({String openId, @required String scope, String state}) async { ...@@ -154,7 +154,6 @@ Future sendAuth({String openId, @required String scope, String state}) async {
"sendAuth", {"scope": scope, "state": state, "openId": openId}); "sendAuth", {"scope": scope, "state": state, "openId": openId});
} }
/// open mini-program /// open mini-program
/// see [WXMiniProgramType] /// see [WXMiniProgramType]
Future launchMiniProgram( Future launchMiniProgram(
...@@ -169,7 +168,6 @@ Future launchMiniProgram( ...@@ -169,7 +168,6 @@ Future launchMiniProgram(
}); });
} }
/// true if WeChat is installed,otherwise false. /// true if WeChat is installed,otherwise false.
/// However,the following key-value must be added into your info.plist since iOS 9: /// However,the following key-value must be added into your info.plist since iOS 9:
/// <key>LSApplicationQueriesSchemes</key> /// <key>LSApplicationQueriesSchemes</key>
...@@ -186,8 +184,6 @@ Future isWeChatInstalled() async { ...@@ -186,8 +184,6 @@ Future isWeChatInstalled() async {
return await _channel.invokeMethod("isWeChatInstalled"); return await _channel.invokeMethod("isWeChatInstalled");
} }
/// params are from server /// params are from server
Future pay( Future pay(
{@required String appId, {@required String appId,
...@@ -212,7 +208,6 @@ Future pay( ...@@ -212,7 +208,6 @@ Future pay(
}); });
} }
/// subscribe message /// subscribe message
Future subscribeMsg({ Future subscribeMsg({
@required String appId, @required String appId,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论