提交 50a0f2e7 authored 作者: JarvanMo's avatar JarvanMo

use pod instead

上级 d761a782
......@@ -2,6 +2,6 @@
<Workspace
version = "1.0">
<FileRef
location = "group:Runner.xcodeproj">
location = "self:">
</FileRef>
</Workspace>
......@@ -96,16 +96,16 @@ class _SignAutoDeductPageState extends State<SignAutoDeductPage> {
void _signAutoDeduct() {
autoDeDuctWeChat(
appId: appId.text ?? "",
mchId: mchId.text ?? "",
planId: planId.text ?? "",
contractCode: contractCode.text ?? "",
appId: appId.text ,
mchId: mchId.text,
planId: planId.text ,
contractCode: contractCode.text,
requestSerial: requestSerial.text ?? "",
contractDisplayAccount: contractDisplayAccount.text ?? "",
notifyUrl: notifyUrl.text ?? "",
version: version.text ?? "",
sign: sign.text ?? "",
timestamp: timestamp.text ?? "",
contractDisplayAccount: contractDisplayAccount.text,
notifyUrl: notifyUrl.text,
version: version.text,
sign: sign.text,
timestamp: timestamp.text,
returnApp: '3');
}
}
......@@ -73,7 +73,7 @@ packages:
path: ".."
relative: true
source: path
version: "3.5.1"
version: "3.6.1+1"
matcher:
dependency: transitive
description:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论