├── .vs
└── Alipay
│ ├── DesignTimeBuild
│ ├── .dtbcache
│ └── .dtbcache.v2
│ └── v16
│ ├── .suo
│ └── Server
│ └── sqlite3
│ ├── db.lock
│ └── storage.ide
├── Alipay.sln
├── Alipay
├── Alipay.csproj
├── Alipay.csproj.user
├── App.xaml
├── App.xaml.cs
├── AssemblyInfo.cs
├── MainWindow.xaml
├── MainWindow.xaml.cs
├── alipay_logo.png
└── obj
│ ├── Alipay.csproj.nuget.cache
│ ├── Alipay.csproj.nuget.dgspec.json
│ ├── Alipay.csproj.nuget.g.props
│ ├── Alipay.csproj.nuget.g.targets
│ ├── Debug
│ └── netcoreapp3.1
│ │ ├── .NETCoreApp,Version=v3.1.AssemblyAttributes.cs
│ │ ├── Alipay.AssemblyInfo.cs
│ │ ├── Alipay.AssemblyInfoInputs.cache
│ │ ├── Alipay.assets.cache
│ │ ├── Alipay.csproj.CopyComplete
│ │ ├── Alipay.csproj.CoreCompileInputs.cache
│ │ ├── Alipay.csproj.FileListAbsolute.txt
│ │ ├── Alipay.csprojAssemblyReference.cache
│ │ ├── Alipay.designer.deps.json
│ │ ├── Alipay.designer.runtimeconfig.json
│ │ ├── Alipay.dll
│ │ ├── Alipay.exe
│ │ ├── Alipay.g.resources
│ │ ├── Alipay.genruntimeconfig.cache
│ │ ├── Alipay.pdb
│ │ ├── Alipay_MarkupCompile.cache
│ │ ├── Alipay_MarkupCompile.i.cache
│ │ ├── Alipay_MarkupCompile.lref
│ │ ├── App.baml
│ │ ├── App.g.cs
│ │ ├── App.g.i.cs
│ │ ├── MainWindow.baml
│ │ ├── MainWindow.g.cs
│ │ └── MainWindow.g.i.cs
│ ├── Release
│ └── netcoreapp3.1
│ │ ├── Alipay.AssemblyInfo.cs
│ │ ├── Alipay.AssemblyInfoInputs.cache
│ │ ├── Alipay.assets.cache
│ │ ├── Alipay.csproj.CopyComplete
│ │ ├── Alipay.csproj.FileListAbsolute.txt
│ │ ├── Alipay.designer.deps.json
│ │ ├── Alipay.designer.runtimeconfig.json
│ │ ├── Alipay.dll
│ │ ├── Alipay.exe
│ │ ├── Alipay.g.resources
│ │ ├── Alipay.pdb
│ │ ├── Alipay_MarkupCompile.cache
│ │ ├── Alipay_MarkupCompile.i.cache
│ │ ├── Alipay_MarkupCompile.i.lref
│ │ ├── Alipay_MarkupCompile.lref
│ │ ├── App.baml
│ │ ├── App.g.cs
│ │ ├── App.g.i.cs
│ │ ├── MainWindow.baml
│ │ ├── MainWindow.g.cs
│ │ └── MainWindow.g.i.cs
│ ├── project.assets.json
│ └── project.nuget.cache
└── README.md
/.vs/Alipay/DesignTimeBuild/.dtbcache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SmRiley/Alipay_ToFace/7a3bb2524546df8279429f722357e7c2e0a6b8bf/.vs/Alipay/DesignTimeBuild/.dtbcache
--------------------------------------------------------------------------------
/.vs/Alipay/DesignTimeBuild/.dtbcache.v2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SmRiley/Alipay_ToFace/7a3bb2524546df8279429f722357e7c2e0a6b8bf/.vs/Alipay/DesignTimeBuild/.dtbcache.v2
--------------------------------------------------------------------------------
/.vs/Alipay/v16/.suo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SmRiley/Alipay_ToFace/7a3bb2524546df8279429f722357e7c2e0a6b8bf/.vs/Alipay/v16/.suo
--------------------------------------------------------------------------------
/.vs/Alipay/v16/Server/sqlite3/db.lock:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SmRiley/Alipay_ToFace/7a3bb2524546df8279429f722357e7c2e0a6b8bf/.vs/Alipay/v16/Server/sqlite3/db.lock
--------------------------------------------------------------------------------
/.vs/Alipay/v16/Server/sqlite3/storage.ide:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SmRiley/Alipay_ToFace/7a3bb2524546df8279429f722357e7c2e0a6b8bf/.vs/Alipay/v16/Server/sqlite3/storage.ide
--------------------------------------------------------------------------------
/Alipay.sln:
--------------------------------------------------------------------------------
1 |
2 | Microsoft Visual Studio Solution File, Format Version 12.00
3 | # Visual Studio Version 16
4 | VisualStudioVersion = 16.0.29806.167
5 | MinimumVisualStudioVersion = 10.0.40219.1
6 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Alipay", "Alipay\Alipay.csproj", "{157515FF-7B61-446C-83BF-959E034CD53F}"
7 | EndProject
8 | Global
9 | GlobalSection(SolutionConfigurationPlatforms) = preSolution
10 | Debug|Any CPU = Debug|Any CPU
11 | Release|Any CPU = Release|Any CPU
12 | EndGlobalSection
13 | GlobalSection(ProjectConfigurationPlatforms) = postSolution
14 | {157515FF-7B61-446C-83BF-959E034CD53F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15 | {157515FF-7B61-446C-83BF-959E034CD53F}.Debug|Any CPU.Build.0 = Debug|Any CPU
16 | {157515FF-7B61-446C-83BF-959E034CD53F}.Release|Any CPU.ActiveCfg = Release|Any CPU
17 | {157515FF-7B61-446C-83BF-959E034CD53F}.Release|Any CPU.Build.0 = Release|Any CPU
18 | EndGlobalSection
19 | GlobalSection(SolutionProperties) = preSolution
20 | HideSolutionNode = FALSE
21 | EndGlobalSection
22 | GlobalSection(ExtensibilityGlobals) = postSolution
23 | SolutionGuid = {5DF3FE88-9877-4742-B17B-8F46D1849CD3}
24 | EndGlobalSection
25 | EndGlobal
26 |
--------------------------------------------------------------------------------
/Alipay/Alipay.csproj:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | WinExe
5 | netcoreapp3.1
6 | true
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
--------------------------------------------------------------------------------
/Alipay/Alipay.csproj.user:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | Designer
7 |
8 |
9 |
10 |
11 | Designer
12 |
13 |
14 |
--------------------------------------------------------------------------------
/Alipay/App.xaml:
--------------------------------------------------------------------------------
1 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
--------------------------------------------------------------------------------
/Alipay/App.xaml.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | using System.Collections.Generic;
3 | using System.Configuration;
4 | using System.Data;
5 | using System.Linq;
6 | using System.Threading.Tasks;
7 | using System.Windows;
8 |
9 | namespace Alipay
10 | {
11 | ///
12 | /// Interaction logic for App.xaml
13 | ///
14 | public partial class App : Application
15 | {
16 | }
17 | }
18 |
--------------------------------------------------------------------------------
/Alipay/AssemblyInfo.cs:
--------------------------------------------------------------------------------
1 | using System.Windows;
2 |
3 | [assembly: ThemeInfo(
4 | ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located
5 | //(used if a resource is not found in the page,
6 | // or application resource dictionaries)
7 | ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located
8 | //(used if a resource is not found in the page,
9 | // app, or any theme specific resource dictionaries)
10 | )]
11 |
--------------------------------------------------------------------------------
/Alipay/MainWindow.xaml:
--------------------------------------------------------------------------------
1 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
--------------------------------------------------------------------------------
/Alipay/MainWindow.xaml.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | using System.Collections.Generic;
3 | using System.Linq;
4 | using System.Text;
5 | using System.Threading.Tasks;
6 | using System.Windows;
7 | using System.Windows.Controls;
8 | using System.Windows.Data;
9 | using System.IO;
10 | using System.Drawing;
11 | using System.Drawing.Imaging;
12 | using System.Windows.Input;
13 | using ThoughtWorks.QRCode.Codec;
14 | using Newtonsoft.Json.Linq;
15 | using Newtonsoft.Json;
16 | using Aop.Api;
17 | using Aop.Api.Request;
18 | using System.Windows.Media.Imaging;
19 |
20 | namespace Alipay
21 | {
22 | ///
23 | /// Interaction logic for MainWindow.xaml
24 | ///
25 |
26 | public partial class MainWindow : System.Windows.Window
27 | {
28 | static string APPID, Public_Key, Private_Key;
29 | DefaultAopClient AliPayClient;
30 | public MainWindow()
31 | {
32 | InitializeComponent();
33 | }
34 |
35 | private void MsBoxShow(string Msg) {
36 | HandyControl.Controls.MessageBox.Show(Msg);
37 | }
38 | private void MsBoxShow(string Msg, string Title)
39 | {
40 | HandyControl.Controls.MessageBox.Show(Msg, Title);
41 | }
42 |
43 | private void Draw_Form(object sender, MouseEventArgs e)
44 | {
45 | if (e.LeftButton == MouseButtonState.Pressed) {
46 | DragMove();
47 | }
48 | }
49 |
50 |
51 |
52 | private void Minimize_Form(object sender, RoutedEventArgs e)
53 | {
54 | WindowState = WindowState.Minimized;
55 | }
56 |
57 | private void Close_Form(object sender, RoutedEventArgs e)
58 | {
59 | Close();
60 | }
61 |
62 | struct QueryContent
63 | {
64 | public QueryContent(string Out_Trade_no, string Trade_no) {
65 | out_trade_no = Out_Trade_no;
66 | trade_no = Trade_no;
67 | }
68 | public string out_trade_no;
69 | public string trade_no;
70 | }
71 |
72 |
73 | private void Query_Oder(object sender, RoutedEventArgs e)
74 | {
75 |
76 | if (AliPayClient != null)
77 | {
78 | if (Order_Num.Text != "")
79 | {
80 | var Query_Request = new AlipayTradeQueryRequest();
81 | var BizContent = new QueryContent(Order_Num.Text, "");
82 | Query_Request.BizContent = JsonConvert.SerializeObject(BizContent);
83 | var Query_Response = AliPayClient.Execute(Query_Request);
84 |
85 | if (Query_Response.Code == "10000")
86 | {
87 | //var JsonObj = JObject.Parse(Query_Response.Body);
88 | Pay_State.Content = $"已支付:{Query_Response.TotalAmount}元";
89 | }
90 | else {
91 | Pay_State.Content = "等待付款";
92 | }
93 | }
94 | else {
95 | MsBoxShow("订单号不能为空");
96 | }
97 | }
98 | else {
99 | MsBoxShow("请先填写相关API");
100 | }
101 | }
102 |
103 | private void Setting_Alipay(object sender, RoutedEventArgs e)
104 | {
105 | APPID = APPID_Text.Text;
106 | Public_Key = Public_Key_Text.Text;
107 | Private_Key = Private_Key_Text.Text;
108 | Expander_Setting.IsExpanded = false;
109 | AliPayClient = new DefaultAopClient("https://openapi.alipay.com/gateway.do", APPID, Private_Key, "json", "1.0", "RSA2", Public_Key, "utf-8");
110 | }
111 |
112 | struct PrecreatReContent{
113 | public string out_trade_no, total_amount, subject, timeout_express;
114 | public PrecreatReContent(int Trade_ID,string Total_amount,string Subject,string Timeout_express) {
115 | out_trade_no = Trade_ID.ToString();
116 | total_amount = Total_amount;
117 | subject = Subject;
118 | timeout_express = Timeout_express+"m";
119 | }
120 | }
121 |
122 | private void Start_Request(object sender, RoutedEventArgs e)
123 | {
124 | if (AliPayClient != null)
125 | {
126 | var request = new AlipayTradePrecreateRequest();
127 | var trade_ID = (int)(DateTime.UtcNow - new DateTime(1970, 1, 1, 0, 0, 0, 0)).TotalSeconds;
128 | if (Price.Text != "" && Operation.Text != "")
129 | {
130 | request.BizContent = JsonConvert.SerializeObject(new PrecreatReContent(trade_ID, Price.Text, Operation.Text, Convert.ToInt32(QrTime_Setting.Value).ToString()));
131 | }
132 | else {
133 | MsBoxShow("两项不能为空!");
134 | }
135 |
136 |
137 | var Alipay_Response = AliPayClient.Execute(request);
138 | var JsonObj = JObject.Parse(Alipay_Response.Body)["alipay_trade_precreate_response"];
139 | if (Alipay_Response.Code == "10000")
140 | {
141 | var QR_String = JsonObj["qr_code"].ToString();
142 | QRCodeEncoder qrCodeEncoder = new QRCodeEncoder();
143 | qrCodeEncoder.QRCodeVersion = 0;
144 | Bitmap img = qrCodeEncoder.Encode(QR_String, Encoding.UTF8);
145 | BitmapImage bitmapimg = new BitmapImage();
146 | using (var ms = new MemoryStream())
147 | {
148 | img.Save(ms, ImageFormat.Bmp);
149 | bitmapimg.BeginInit();
150 | bitmapimg.StreamSource = ms;
151 | bitmapimg.CacheOption = BitmapCacheOption.OnLoad;
152 | bitmapimg.EndInit();
153 | }
154 | Pay_State.Content = "已生成待支付";
155 | QRImg.Source = bitmapimg;
156 | Expander_Request.IsExpanded = false;
157 | Order_Num.Text = trade_ID.ToString();
158 | }
159 | else
160 | {
161 | MsBoxShow(Alipay_Response.Msg, $"错误代码:{Alipay_Response.Code}");
162 | }
163 | }
164 | else {
165 | MsBoxShow("请先填写相关API");
166 | }
167 | }
168 | }
169 | }
170 |
--------------------------------------------------------------------------------
/Alipay/alipay_logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SmRiley/Alipay_ToFace/7a3bb2524546df8279429f722357e7c2e0a6b8bf/Alipay/alipay_logo.png
--------------------------------------------------------------------------------
/Alipay/obj/Alipay.csproj.nuget.cache:
--------------------------------------------------------------------------------
1 | {
2 | "version": 1,
3 | "dgSpecHash": "+0wZpCb1PcTHYnqybcFNeltLCFpmTOXzQRacYGc6b3/iqLGNi4vtB2w4r5LRH61OdB48gcIQVCdhjM4LaVLwkg==",
4 | "success": true
5 | }
--------------------------------------------------------------------------------
/Alipay/obj/Alipay.csproj.nuget.dgspec.json:
--------------------------------------------------------------------------------
1 | {
2 | "format": 1,
3 | "restore": {
4 | "C:\\Users\\SmRiley\\OneDrive\\source\\repos\\Alipay\\Alipay\\Alipay.csproj": {}
5 | },
6 | "projects": {
7 | "C:\\Users\\SmRiley\\OneDrive\\source\\repos\\Alipay\\Alipay\\Alipay.csproj": {
8 | "version": "1.0.0",
9 | "restore": {
10 | "projectUniqueName": "C:\\Users\\SmRiley\\OneDrive\\source\\repos\\Alipay\\Alipay\\Alipay.csproj",
11 | "projectName": "Alipay",
12 | "projectPath": "C:\\Users\\SmRiley\\OneDrive\\source\\repos\\Alipay\\Alipay\\Alipay.csproj",
13 | "packagesPath": "C:\\Users\\SmRiley\\.nuget\\packages\\",
14 | "outputPath": "C:\\Users\\SmRiley\\OneDrive\\source\\repos\\Alipay\\Alipay\\obj\\",
15 | "projectStyle": "PackageReference",
16 | "configFilePaths": [
17 | "C:\\Users\\SmRiley\\AppData\\Roaming\\NuGet\\NuGet.Config",
18 | "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
19 | ],
20 | "originalTargetFrameworks": [
21 | "netcoreapp3.1"
22 | ],
23 | "sources": {
24 | "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
25 | "https://api.nuget.org/v3/index.json": {},
26 | "https://nuget.cdn.azure.cn/v3/index.json": {}
27 | },
28 | "frameworks": {
29 | "netcoreapp3.1": {
30 | "projectReferences": {}
31 | }
32 | },
33 | "warningProperties": {
34 | "warnAsError": [
35 | "NU1605"
36 | ]
37 | }
38 | },
39 | "frameworks": {
40 | "netcoreapp3.1": {
41 | "dependencies": {
42 | "AlipaySDKNet": {
43 | "target": "Package",
44 | "version": "[4.2.30, )"
45 | },
46 | "HandyControl": {
47 | "target": "Package",
48 | "version": "[2.3.0, )"
49 | },
50 | "Newtonsoft.Json": {
51 | "target": "Package",
52 | "version": "[12.0.3, )"
53 | },
54 | "System.Drawing.Common": {
55 | "target": "Package",
56 | "version": "[4.7.0, )"
57 | },
58 | "ThoughtWorks.QRCode": {
59 | "target": "Package",
60 | "version": "[1.1.0, )"
61 | }
62 | },
63 | "imports": [
64 | "net461",
65 | "net462",
66 | "net47",
67 | "net471",
68 | "net472",
69 | "net48"
70 | ],
71 | "assetTargetFallback": true,
72 | "warn": true,
73 | "frameworkReferences": {
74 | "Microsoft.NETCore.App": {
75 | "privateAssets": "all"
76 | },
77 | "Microsoft.WindowsDesktop.App.WPF": {
78 | "privateAssets": "none"
79 | }
80 | },
81 | "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.402\\RuntimeIdentifierGraph.json"
82 | }
83 | }
84 | }
85 | }
86 | }
--------------------------------------------------------------------------------
/Alipay/obj/Alipay.csproj.nuget.g.props:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | True
5 | NuGet
6 | $(MSBuildThisFileDirectory)project.assets.json
7 | $(UserProfile)\.nuget\packages\
8 | C:\Users\SmRiley\.nuget\packages\
9 | PackageReference
10 | 5.7.0
11 |
12 |
13 |
14 |
15 |
16 | $(MSBuildAllProjects);$(MSBuildThisFileFullPath)
17 |
18 |
--------------------------------------------------------------------------------
/Alipay/obj/Alipay.csproj.nuget.g.targets:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | $(MSBuildAllProjects);$(MSBuildThisFileFullPath)
5 |
6 |
--------------------------------------------------------------------------------
/Alipay/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs:
--------------------------------------------------------------------------------
1 | //
2 | using System;
3 | using System.Reflection;
4 | [assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v3.1", FrameworkDisplayName = "")]
5 |
--------------------------------------------------------------------------------
/Alipay/obj/Debug/netcoreapp3.1/Alipay.AssemblyInfo.cs:
--------------------------------------------------------------------------------
1 | //------------------------------------------------------------------------------
2 | //
3 | // 此代码由工具生成。
4 | // 运行时版本:4.0.30319.42000
5 | //
6 | // 对此文件的更改可能会导致不正确的行为,并且如果
7 | // 重新生成代码,这些更改将会丢失。
8 | //
9 | //------------------------------------------------------------------------------
10 |
11 | using System;
12 | using System.Reflection;
13 |
14 | [assembly: System.Reflection.AssemblyCompanyAttribute("Alipay")]
15 | [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
16 | [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
17 | [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
18 | [assembly: System.Reflection.AssemblyProductAttribute("Alipay")]
19 | [assembly: System.Reflection.AssemblyTitleAttribute("Alipay")]
20 | [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
21 |
22 | // 由 MSBuild WriteCodeFragment 类生成。
23 |
24 |
--------------------------------------------------------------------------------
/Alipay/obj/Debug/netcoreapp3.1/Alipay.AssemblyInfoInputs.cache:
--------------------------------------------------------------------------------
1 | 63de180b253d3940953e8c1cc2b0ce48aaa05f77
2 |
--------------------------------------------------------------------------------
/Alipay/obj/Debug/netcoreapp3.1/Alipay.assets.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SmRiley/Alipay_ToFace/7a3bb2524546df8279429f722357e7c2e0a6b8bf/Alipay/obj/Debug/netcoreapp3.1/Alipay.assets.cache
--------------------------------------------------------------------------------
/Alipay/obj/Debug/netcoreapp3.1/Alipay.csproj.CopyComplete:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SmRiley/Alipay_ToFace/7a3bb2524546df8279429f722357e7c2e0a6b8bf/Alipay/obj/Debug/netcoreapp3.1/Alipay.csproj.CopyComplete
--------------------------------------------------------------------------------
/Alipay/obj/Debug/netcoreapp3.1/Alipay.csproj.CoreCompileInputs.cache:
--------------------------------------------------------------------------------
1 | 3100f8b2d4de9eece565efbd24675990f865e48c
2 |
--------------------------------------------------------------------------------
/Alipay/obj/Debug/netcoreapp3.1/Alipay.csproj.FileListAbsolute.txt:
--------------------------------------------------------------------------------
1 | C:\Users\SmRiley\source\repos\Alipay\Alipay\obj\Debug\netcoreapp3.1\Alipay.csprojAssemblyReference.cache
2 | C:\Users\SmRiley\source\repos\Alipay\Alipay\obj\Debug\netcoreapp3.1\MainWindow.g.cs
3 | C:\Users\SmRiley\source\repos\Alipay\Alipay\obj\Debug\netcoreapp3.1\App.g.cs
4 | C:\Users\SmRiley\source\repos\Alipay\Alipay\obj\Debug\netcoreapp3.1\Alipay_MarkupCompile.cache
5 | C:\Users\SmRiley\source\repos\Alipay\Alipay\obj\Debug\netcoreapp3.1\Alipay_MarkupCompile.lref
6 | C:\Users\SmRiley\source\repos\Alipay\Alipay\bin\Debug\netcoreapp3.1\Alipay.exe
7 | C:\Users\SmRiley\source\repos\Alipay\Alipay\bin\Debug\netcoreapp3.1\Alipay.deps.json
8 | C:\Users\SmRiley\source\repos\Alipay\Alipay\bin\Debug\netcoreapp3.1\Alipay.runtimeconfig.json
9 | C:\Users\SmRiley\source\repos\Alipay\Alipay\bin\Debug\netcoreapp3.1\Alipay.runtimeconfig.dev.json
10 | C:\Users\SmRiley\source\repos\Alipay\Alipay\bin\Debug\netcoreapp3.1\Alipay.dll
11 | C:\Users\SmRiley\source\repos\Alipay\Alipay\bin\Debug\netcoreapp3.1\Alipay.pdb
12 | C:\Users\SmRiley\source\repos\Alipay\Alipay\bin\Debug\netcoreapp3.1\HandyControl.dll
13 | C:\Users\SmRiley\source\repos\Alipay\Alipay\bin\Debug\netcoreapp3.1\en\HandyControl.resources.dll
14 | C:\Users\SmRiley\source\repos\Alipay\Alipay\bin\Debug\netcoreapp3.1\fa\HandyControl.resources.dll
15 | C:\Users\SmRiley\source\repos\Alipay\Alipay\bin\Debug\netcoreapp3.1\fr\HandyControl.resources.dll
16 | C:\Users\SmRiley\source\repos\Alipay\Alipay\obj\Debug\netcoreapp3.1\MainWindow.baml
17 | C:\Users\SmRiley\source\repos\Alipay\Alipay\obj\Debug\netcoreapp3.1\Alipay.g.resources
18 | C:\Users\SmRiley\source\repos\Alipay\Alipay\obj\Debug\netcoreapp3.1\Alipay.AssemblyInfoInputs.cache
19 | C:\Users\SmRiley\source\repos\Alipay\Alipay\obj\Debug\netcoreapp3.1\Alipay.AssemblyInfo.cs
20 | C:\Users\SmRiley\source\repos\Alipay\Alipay\obj\Debug\netcoreapp3.1\Alipay.csproj.CopyComplete
21 | C:\Users\SmRiley\source\repos\Alipay\Alipay\obj\Debug\netcoreapp3.1\Alipay.dll
22 | C:\Users\SmRiley\source\repos\Alipay\Alipay\obj\Debug\netcoreapp3.1\Alipay.pdb
23 | C:\Users\SmRiley\source\repos\Alipay\Alipay\obj\Debug\netcoreapp3.1\App.baml
24 | C:\Users\SmRiley\source\repos\Alipay\Alipay\bin\Debug\netcoreapp3.1\AlipaySDKNet.dll
25 | C:\Users\SmRiley\source\repos\Alipay\Alipay\bin\Debug\netcoreapp3.1\Newtonsoft.Json.dll
26 | C:\Users\SmRiley\source\repos\Alipay\Alipay\bin\Debug\netcoreapp3.1\ThoughtWorks.QRCode.dll
27 | C:\Users\SmRiley\OneDrive\source\repos\Alipay\Alipay\bin\Debug\netcoreapp3.1\Alipay.exe
28 | C:\Users\SmRiley\OneDrive\source\repos\Alipay\Alipay\bin\Debug\netcoreapp3.1\Alipay.deps.json
29 | C:\Users\SmRiley\OneDrive\source\repos\Alipay\Alipay\bin\Debug\netcoreapp3.1\Alipay.runtimeconfig.json
30 | C:\Users\SmRiley\OneDrive\source\repos\Alipay\Alipay\bin\Debug\netcoreapp3.1\Alipay.runtimeconfig.dev.json
31 | C:\Users\SmRiley\OneDrive\source\repos\Alipay\Alipay\bin\Debug\netcoreapp3.1\Alipay.dll
32 | C:\Users\SmRiley\OneDrive\source\repos\Alipay\Alipay\bin\Debug\netcoreapp3.1\Alipay.pdb
33 | C:\Users\SmRiley\OneDrive\source\repos\Alipay\Alipay\bin\Debug\netcoreapp3.1\AlipaySDKNet.dll
34 | C:\Users\SmRiley\OneDrive\source\repos\Alipay\Alipay\bin\Debug\netcoreapp3.1\HandyControl.dll
35 | C:\Users\SmRiley\OneDrive\source\repos\Alipay\Alipay\bin\Debug\netcoreapp3.1\Newtonsoft.Json.dll
36 | C:\Users\SmRiley\OneDrive\source\repos\Alipay\Alipay\bin\Debug\netcoreapp3.1\ThoughtWorks.QRCode.dll
37 | C:\Users\SmRiley\OneDrive\source\repos\Alipay\Alipay\bin\Debug\netcoreapp3.1\en\HandyControl.resources.dll
38 | C:\Users\SmRiley\OneDrive\source\repos\Alipay\Alipay\bin\Debug\netcoreapp3.1\fa\HandyControl.resources.dll
39 | C:\Users\SmRiley\OneDrive\source\repos\Alipay\Alipay\bin\Debug\netcoreapp3.1\fr\HandyControl.resources.dll
40 | C:\Users\SmRiley\OneDrive\source\repos\Alipay\Alipay\obj\Debug\netcoreapp3.1\Alipay.csprojAssemblyReference.cache
41 | C:\Users\SmRiley\OneDrive\source\repos\Alipay\Alipay\obj\Debug\netcoreapp3.1\MainWindow.g.cs
42 | C:\Users\SmRiley\OneDrive\source\repos\Alipay\Alipay\obj\Debug\netcoreapp3.1\App.g.cs
43 | C:\Users\SmRiley\OneDrive\source\repos\Alipay\Alipay\obj\Debug\netcoreapp3.1\Alipay_MarkupCompile.cache
44 | C:\Users\SmRiley\OneDrive\source\repos\Alipay\Alipay\obj\Debug\netcoreapp3.1\Alipay_MarkupCompile.lref
45 | C:\Users\SmRiley\OneDrive\source\repos\Alipay\Alipay\obj\Debug\netcoreapp3.1\App.baml
46 | C:\Users\SmRiley\OneDrive\source\repos\Alipay\Alipay\obj\Debug\netcoreapp3.1\MainWindow.baml
47 | C:\Users\SmRiley\OneDrive\source\repos\Alipay\Alipay\obj\Debug\netcoreapp3.1\Alipay.g.resources
48 | C:\Users\SmRiley\OneDrive\source\repos\Alipay\Alipay\obj\Debug\netcoreapp3.1\Alipay.AssemblyInfoInputs.cache
49 | C:\Users\SmRiley\OneDrive\source\repos\Alipay\Alipay\obj\Debug\netcoreapp3.1\Alipay.AssemblyInfo.cs
50 | C:\Users\SmRiley\OneDrive\source\repos\Alipay\Alipay\obj\Debug\netcoreapp3.1\Alipay.csproj.CopyComplete
51 | C:\Users\SmRiley\OneDrive\source\repos\Alipay\Alipay\obj\Debug\netcoreapp3.1\Alipay.dll
52 | C:\Users\SmRiley\OneDrive\source\repos\Alipay\Alipay\obj\Debug\netcoreapp3.1\Alipay.pdb
53 | C:\Users\SmRiley\OneDrive\source\repos\Alipay\Alipay\obj\Debug\netcoreapp3.1\Alipay.csproj.CoreCompileInputs.cache
54 | C:\Users\SmRiley\OneDrive\source\repos\Alipay\Alipay\obj\Debug\netcoreapp3.1\Alipay.genruntimeconfig.cache
55 |
--------------------------------------------------------------------------------
/Alipay/obj/Debug/netcoreapp3.1/Alipay.csprojAssemblyReference.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SmRiley/Alipay_ToFace/7a3bb2524546df8279429f722357e7c2e0a6b8bf/Alipay/obj/Debug/netcoreapp3.1/Alipay.csprojAssemblyReference.cache
--------------------------------------------------------------------------------
/Alipay/obj/Debug/netcoreapp3.1/Alipay.designer.deps.json:
--------------------------------------------------------------------------------
1 | {
2 | "runtimeTarget": {
3 | "name": ".NETCoreApp,Version=v3.1",
4 | "signature": ""
5 | },
6 | "compilationOptions": {},
7 | "targets": {
8 | ".NETCoreApp,Version=v3.1": {
9 | "AlipaySDKNet/4.2.30": {
10 | "runtime": {
11 | "lib/net35/AlipaySDKNet.dll": {
12 | "assemblyVersion": "1.0.7351.36902",
13 | "fileVersion": "1.0.7351.36902"
14 | }
15 | }
16 | },
17 | "HandyControl/2.3.0": {
18 | "runtime": {
19 | "lib/netcoreapp3.0/HandyControl.dll": {
20 | "assemblyVersion": "2.3.0.0",
21 | "fileVersion": "2.3.0.0"
22 | }
23 | },
24 | "resources": {
25 | "lib/netcoreapp3.0/en/HandyControl.resources.dll": {
26 | "locale": "en"
27 | },
28 | "lib/netcoreapp3.0/fa/HandyControl.resources.dll": {
29 | "locale": "fa"
30 | },
31 | "lib/netcoreapp3.0/fr/HandyControl.resources.dll": {
32 | "locale": "fr"
33 | }
34 | }
35 | },
36 | "Microsoft.NETCore.Platforms/3.1.0": {},
37 | "Microsoft.Win32.SystemEvents/4.7.0": {
38 | "dependencies": {
39 | "Microsoft.NETCore.Platforms": "3.1.0"
40 | },
41 | "runtime": {
42 | "lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll": {
43 | "assemblyVersion": "4.0.2.0",
44 | "fileVersion": "4.700.19.56404"
45 | }
46 | },
47 | "runtimeTargets": {
48 | "runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll": {
49 | "rid": "win",
50 | "assetType": "runtime",
51 | "assemblyVersion": "4.0.2.0",
52 | "fileVersion": "4.700.19.56404"
53 | }
54 | }
55 | },
56 | "Newtonsoft.Json/12.0.3": {
57 | "runtime": {
58 | "lib/netstandard2.0/Newtonsoft.Json.dll": {
59 | "assemblyVersion": "12.0.0.0",
60 | "fileVersion": "12.0.3.23909"
61 | }
62 | }
63 | },
64 | "System.Drawing.Common/4.7.0": {
65 | "dependencies": {
66 | "Microsoft.NETCore.Platforms": "3.1.0",
67 | "Microsoft.Win32.SystemEvents": "4.7.0"
68 | },
69 | "runtime": {
70 | "lib/netstandard2.0/System.Drawing.Common.dll": {
71 | "assemblyVersion": "4.0.0.1",
72 | "fileVersion": "4.6.26919.2"
73 | }
74 | },
75 | "runtimeTargets": {
76 | "runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.dll": {
77 | "rid": "unix",
78 | "assetType": "runtime",
79 | "assemblyVersion": "4.0.2.0",
80 | "fileVersion": "4.700.19.56404"
81 | },
82 | "runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll": {
83 | "rid": "win",
84 | "assetType": "runtime",
85 | "assemblyVersion": "4.0.2.0",
86 | "fileVersion": "4.700.19.56404"
87 | }
88 | }
89 | },
90 | "ThoughtWorks.QRCode/1.1.0": {
91 | "runtime": {
92 | "lib/ThoughtWorks.QRCode.dll": {
93 | "assemblyVersion": "1.0.4778.30637",
94 | "fileVersion": "1.0.4778.30637"
95 | }
96 | }
97 | }
98 | }
99 | },
100 | "libraries": {
101 | "AlipaySDKNet/4.2.30": {
102 | "type": "package",
103 | "serviceable": true,
104 | "sha512": "sha512-vznCGzwHcx2LLxdhhwLdu1qEOCyl4DmE0lRzmVOAlpBk/Dx8oZhyerBbNyIcK1OYX2RxmzvOvgTt3fOMtmq/fQ==",
105 | "path": "alipaysdknet/4.2.30",
106 | "hashPath": "alipaysdknet.4.2.30.nupkg.sha512"
107 | },
108 | "HandyControl/2.3.0": {
109 | "type": "package",
110 | "serviceable": true,
111 | "sha512": "sha512-vX52nnBQwU/aV2YwJDR6TJYbTnH9cNe3RxO6rR1Y0/QFpHXjtcHpRvGFjGAb/xWR7UF1fDS2QHTBZlQMbazJeA==",
112 | "path": "handycontrol/2.3.0",
113 | "hashPath": "handycontrol.2.3.0.nupkg.sha512"
114 | },
115 | "Microsoft.NETCore.Platforms/3.1.0": {
116 | "type": "package",
117 | "serviceable": true,
118 | "sha512": "sha512-z7aeg8oHln2CuNulfhiLYxCVMPEwBl3rzicjvIX+4sUuCwvXw5oXQEtbiU2c0z4qYL5L3Kmx0mMA/+t/SbY67w==",
119 | "path": "microsoft.netcore.platforms/3.1.0",
120 | "hashPath": "microsoft.netcore.platforms.3.1.0.nupkg.sha512"
121 | },
122 | "Microsoft.Win32.SystemEvents/4.7.0": {
123 | "type": "package",
124 | "serviceable": true,
125 | "sha512": "sha512-mtVirZr++rq+XCDITMUdnETD59XoeMxSpLRIII7JRI6Yj0LEDiO1pPn0ktlnIj12Ix8bfvQqQDMMIF9wC98oCA==",
126 | "path": "microsoft.win32.systemevents/4.7.0",
127 | "hashPath": "microsoft.win32.systemevents.4.7.0.nupkg.sha512"
128 | },
129 | "Newtonsoft.Json/12.0.3": {
130 | "type": "package",
131 | "serviceable": true,
132 | "sha512": "sha512-6mgjfnRB4jKMlzHSl+VD+oUc1IebOZabkbyWj2RiTgWwYPPuaK1H97G1sHqGwPlS5npiF5Q0OrxN1wni2n5QWg==",
133 | "path": "newtonsoft.json/12.0.3",
134 | "hashPath": "newtonsoft.json.12.0.3.nupkg.sha512"
135 | },
136 | "System.Drawing.Common/4.7.0": {
137 | "type": "package",
138 | "serviceable": true,
139 | "sha512": "sha512-v+XbyYHaZjDfn0ENmJEV1VYLgGgCTx1gnfOBcppowbpOAriglYgGCvFCPr2EEZyBvXlpxbEsTwkOlInl107ahA==",
140 | "path": "system.drawing.common/4.7.0",
141 | "hashPath": "system.drawing.common.4.7.0.nupkg.sha512"
142 | },
143 | "ThoughtWorks.QRCode/1.1.0": {
144 | "type": "package",
145 | "serviceable": true,
146 | "sha512": "sha512-IbnrVmKfDp/EWFWfT54b4SMwhgzC2IJLy2p9XgPzzzPB1cUwq7bpkeCbI1SQX4YsHleTWRhwYw/UEmiFczd96Q==",
147 | "path": "thoughtworks.qrcode/1.1.0",
148 | "hashPath": "thoughtworks.qrcode.1.1.0.nupkg.sha512"
149 | }
150 | }
151 | }
--------------------------------------------------------------------------------
/Alipay/obj/Debug/netcoreapp3.1/Alipay.designer.runtimeconfig.json:
--------------------------------------------------------------------------------
1 | {
2 | "runtimeOptions": {
3 | "tfm": "netcoreapp3.1",
4 | "framework": {
5 | "name": "Microsoft.WindowsDesktop.App",
6 | "version": "3.1.0"
7 | },
8 | "additionalProbingPaths": [
9 | "C:\\Users\\SmRiley\\.dotnet\\store\\|arch|\\|tfm|",
10 | "C:\\Users\\SmRiley\\.nuget\\packages",
11 | "C:\\Microsoft\\Xamarin\\NuGet",
12 | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder"
13 | ],
14 | "configProperties": {
15 | "Microsoft.NETCore.DotNetHostPolicy.SetAppPaths": true
16 | }
17 | }
18 | }
--------------------------------------------------------------------------------
/Alipay/obj/Debug/netcoreapp3.1/Alipay.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SmRiley/Alipay_ToFace/7a3bb2524546df8279429f722357e7c2e0a6b8bf/Alipay/obj/Debug/netcoreapp3.1/Alipay.dll
--------------------------------------------------------------------------------
/Alipay/obj/Debug/netcoreapp3.1/Alipay.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SmRiley/Alipay_ToFace/7a3bb2524546df8279429f722357e7c2e0a6b8bf/Alipay/obj/Debug/netcoreapp3.1/Alipay.exe
--------------------------------------------------------------------------------
/Alipay/obj/Debug/netcoreapp3.1/Alipay.g.resources:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SmRiley/Alipay_ToFace/7a3bb2524546df8279429f722357e7c2e0a6b8bf/Alipay/obj/Debug/netcoreapp3.1/Alipay.g.resources
--------------------------------------------------------------------------------
/Alipay/obj/Debug/netcoreapp3.1/Alipay.genruntimeconfig.cache:
--------------------------------------------------------------------------------
1 | 86c8e15dd33445635927cfaf398408205fd11473
2 |
--------------------------------------------------------------------------------
/Alipay/obj/Debug/netcoreapp3.1/Alipay.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SmRiley/Alipay_ToFace/7a3bb2524546df8279429f722357e7c2e0a6b8bf/Alipay/obj/Debug/netcoreapp3.1/Alipay.pdb
--------------------------------------------------------------------------------
/Alipay/obj/Debug/netcoreapp3.1/Alipay_MarkupCompile.cache:
--------------------------------------------------------------------------------
1 | Alipay
2 |
3 |
4 | winexe
5 | C#
6 | .cs
7 | C:\Users\SmRiley\OneDrive\source\repos\Alipay\Alipay\obj\Debug\netcoreapp3.1\
8 | Alipay
9 | none
10 | false
11 | TRACE;DEBUG;NETCOREAPP;NETCOREAPP3_1
12 | C:\Users\SmRiley\OneDrive\source\repos\Alipay\Alipay\App.xaml
13 | 11151548125
14 |
15 | 3-917710711
16 | 197-566073711
17 | MainWindow.xaml;
18 |
19 | False
20 |
21 |
--------------------------------------------------------------------------------
/Alipay/obj/Debug/netcoreapp3.1/Alipay_MarkupCompile.i.cache:
--------------------------------------------------------------------------------
1 | Alipay
2 | 1.0.0.0
3 |
4 | winexe
5 | C#
6 | .cs
7 | C:\Users\SmRiley\OneDrive\source\repos\Alipay\Alipay\obj\Debug\netcoreapp3.1\
8 | Alipay
9 | none
10 | false
11 | TRACE;DEBUG;NETCOREAPP;NETCOREAPP3_1
12 | C:\Users\SmRiley\OneDrive\source\repos\Alipay\Alipay\App.xaml
13 | 11151548125
14 |
15 | 51318803854
16 | 197-566073711
17 | MainWindow.xaml;
18 |
19 | False
20 |
21 |
--------------------------------------------------------------------------------
/Alipay/obj/Debug/netcoreapp3.1/Alipay_MarkupCompile.lref:
--------------------------------------------------------------------------------
1 |
2 | FC:\Users\SmRiley\OneDrive\source\repos\Alipay\Alipay\App.xaml;;
3 | FC:\Users\SmRiley\OneDrive\source\repos\Alipay\Alipay\MainWindow.xaml;;
4 |
5 |
--------------------------------------------------------------------------------
/Alipay/obj/Debug/netcoreapp3.1/App.baml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SmRiley/Alipay_ToFace/7a3bb2524546df8279429f722357e7c2e0a6b8bf/Alipay/obj/Debug/netcoreapp3.1/App.baml
--------------------------------------------------------------------------------
/Alipay/obj/Debug/netcoreapp3.1/App.g.cs:
--------------------------------------------------------------------------------
1 | #pragma checksum "..\..\..\App.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "20FA5AC2444195C3CA00F6A7A363F2CFC4EC9709"
2 | //------------------------------------------------------------------------------
3 | //
4 | // 此代码由工具生成。
5 | // 运行时版本:4.0.30319.42000
6 | //
7 | // 对此文件的更改可能会导致不正确的行为,并且如果
8 | // 重新生成代码,这些更改将会丢失。
9 | //
10 | //------------------------------------------------------------------------------
11 |
12 | using Alipay;
13 | using System;
14 | using System.Diagnostics;
15 | using System.Windows;
16 | using System.Windows.Automation;
17 | using System.Windows.Controls;
18 | using System.Windows.Controls.Primitives;
19 | using System.Windows.Controls.Ribbon;
20 | using System.Windows.Data;
21 | using System.Windows.Documents;
22 | using System.Windows.Ink;
23 | using System.Windows.Input;
24 | using System.Windows.Markup;
25 | using System.Windows.Media;
26 | using System.Windows.Media.Animation;
27 | using System.Windows.Media.Effects;
28 | using System.Windows.Media.Imaging;
29 | using System.Windows.Media.Media3D;
30 | using System.Windows.Media.TextFormatting;
31 | using System.Windows.Navigation;
32 | using System.Windows.Shapes;
33 | using System.Windows.Shell;
34 |
35 |
36 | namespace Alipay {
37 |
38 |
39 | ///
40 | /// App
41 | ///
42 | public partial class App : System.Windows.Application {
43 |
44 | private bool _contentLoaded;
45 |
46 | ///
47 | /// InitializeComponent
48 | ///
49 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
50 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.8.1.0")]
51 | public void InitializeComponent() {
52 | if (_contentLoaded) {
53 | return;
54 | }
55 | _contentLoaded = true;
56 |
57 | #line 5 "..\..\..\App.xaml"
58 | this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative);
59 |
60 | #line default
61 | #line hidden
62 | System.Uri resourceLocater = new System.Uri("/Alipay;component/app.xaml", System.UriKind.Relative);
63 |
64 | #line 1 "..\..\..\App.xaml"
65 | System.Windows.Application.LoadComponent(this, resourceLocater);
66 |
67 | #line default
68 | #line hidden
69 | }
70 |
71 | ///
72 | /// Application Entry Point.
73 | ///
74 | [System.STAThreadAttribute()]
75 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
76 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.8.1.0")]
77 | public static void Main() {
78 | Alipay.App app = new Alipay.App();
79 | app.InitializeComponent();
80 | app.Run();
81 | }
82 | }
83 | }
84 |
85 |
--------------------------------------------------------------------------------
/Alipay/obj/Debug/netcoreapp3.1/App.g.i.cs:
--------------------------------------------------------------------------------
1 | #pragma checksum "..\..\..\App.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "20FA5AC2444195C3CA00F6A7A363F2CFC4EC9709"
2 | //------------------------------------------------------------------------------
3 | //
4 | // 此代码由工具生成。
5 | // 运行时版本:4.0.30319.42000
6 | //
7 | // 对此文件的更改可能会导致不正确的行为,并且如果
8 | // 重新生成代码,这些更改将会丢失。
9 | //
10 | //------------------------------------------------------------------------------
11 |
12 | using Alipay;
13 | using System;
14 | using System.Diagnostics;
15 | using System.Windows;
16 | using System.Windows.Automation;
17 | using System.Windows.Controls;
18 | using System.Windows.Controls.Primitives;
19 | using System.Windows.Controls.Ribbon;
20 | using System.Windows.Data;
21 | using System.Windows.Documents;
22 | using System.Windows.Ink;
23 | using System.Windows.Input;
24 | using System.Windows.Markup;
25 | using System.Windows.Media;
26 | using System.Windows.Media.Animation;
27 | using System.Windows.Media.Effects;
28 | using System.Windows.Media.Imaging;
29 | using System.Windows.Media.Media3D;
30 | using System.Windows.Media.TextFormatting;
31 | using System.Windows.Navigation;
32 | using System.Windows.Shapes;
33 | using System.Windows.Shell;
34 |
35 |
36 | namespace Alipay {
37 |
38 |
39 | ///
40 | /// App
41 | ///
42 | public partial class App : System.Windows.Application {
43 |
44 | private bool _contentLoaded;
45 |
46 | ///
47 | /// InitializeComponent
48 | ///
49 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
50 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.8.1.0")]
51 | public void InitializeComponent() {
52 | if (_contentLoaded) {
53 | return;
54 | }
55 | _contentLoaded = true;
56 |
57 | #line 5 "..\..\..\App.xaml"
58 | this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative);
59 |
60 | #line default
61 | #line hidden
62 | System.Uri resourceLocater = new System.Uri("/Alipay;component/app.xaml", System.UriKind.Relative);
63 |
64 | #line 1 "..\..\..\App.xaml"
65 | System.Windows.Application.LoadComponent(this, resourceLocater);
66 |
67 | #line default
68 | #line hidden
69 | }
70 |
71 | ///
72 | /// Application Entry Point.
73 | ///
74 | [System.STAThreadAttribute()]
75 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
76 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.8.1.0")]
77 | public static void Main() {
78 | Alipay.App app = new Alipay.App();
79 | app.InitializeComponent();
80 | app.Run();
81 | }
82 | }
83 | }
84 |
85 |
--------------------------------------------------------------------------------
/Alipay/obj/Debug/netcoreapp3.1/MainWindow.baml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SmRiley/Alipay_ToFace/7a3bb2524546df8279429f722357e7c2e0a6b8bf/Alipay/obj/Debug/netcoreapp3.1/MainWindow.baml
--------------------------------------------------------------------------------
/Alipay/obj/Debug/netcoreapp3.1/MainWindow.g.cs:
--------------------------------------------------------------------------------
1 | #pragma checksum "..\..\..\MainWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "EACD9885AF34419802FDBE6722C8C27CEBAA6B73"
2 | //------------------------------------------------------------------------------
3 | //
4 | // 此代码由工具生成。
5 | // 运行时版本:4.0.30319.42000
6 | //
7 | // 对此文件的更改可能会导致不正确的行为,并且如果
8 | // 重新生成代码,这些更改将会丢失。
9 | //
10 | //------------------------------------------------------------------------------
11 |
12 | using Alipay;
13 | using HandyControl.Controls;
14 | using HandyControl.Data;
15 | using HandyControl.Expression.Media;
16 | using HandyControl.Expression.Shapes;
17 | using HandyControl.Interactivity;
18 | using HandyControl.Media.Animation;
19 | using HandyControl.Properties.Langs;
20 | using HandyControl.Tools;
21 | using HandyControl.Tools.Converter;
22 | using System;
23 | using System.Diagnostics;
24 | using System.Windows;
25 | using System.Windows.Automation;
26 | using System.Windows.Controls;
27 | using System.Windows.Controls.Primitives;
28 | using System.Windows.Controls.Ribbon;
29 | using System.Windows.Data;
30 | using System.Windows.Documents;
31 | using System.Windows.Ink;
32 | using System.Windows.Input;
33 | using System.Windows.Markup;
34 | using System.Windows.Media;
35 | using System.Windows.Media.Animation;
36 | using System.Windows.Media.Effects;
37 | using System.Windows.Media.Imaging;
38 | using System.Windows.Media.Media3D;
39 | using System.Windows.Media.TextFormatting;
40 | using System.Windows.Navigation;
41 | using System.Windows.Shapes;
42 | using System.Windows.Shell;
43 |
44 |
45 | namespace Alipay {
46 |
47 |
48 | ///
49 | /// MainWindow
50 | ///
51 | public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
52 |
53 |
54 | #line 18 "..\..\..\MainWindow.xaml"
55 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
56 | internal System.Windows.Controls.Expander Expander_Setting;
57 |
58 | #line default
59 | #line hidden
60 |
61 |
62 | #line 20 "..\..\..\MainWindow.xaml"
63 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
64 | internal System.Windows.Controls.TextBox APPID_Text;
65 |
66 | #line default
67 | #line hidden
68 |
69 |
70 | #line 21 "..\..\..\MainWindow.xaml"
71 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
72 | internal System.Windows.Controls.TextBox Public_Key_Text;
73 |
74 | #line default
75 | #line hidden
76 |
77 |
78 | #line 22 "..\..\..\MainWindow.xaml"
79 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
80 | internal System.Windows.Controls.TextBox Private_Key_Text;
81 |
82 | #line default
83 | #line hidden
84 |
85 |
86 | #line 26 "..\..\..\MainWindow.xaml"
87 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
88 | internal System.Windows.Controls.Expander Expander_Request;
89 |
90 | #line default
91 | #line hidden
92 |
93 |
94 | #line 28 "..\..\..\MainWindow.xaml"
95 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
96 | internal System.Windows.Controls.TextBox Price;
97 |
98 | #line default
99 | #line hidden
100 |
101 |
102 | #line 29 "..\..\..\MainWindow.xaml"
103 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
104 | internal System.Windows.Controls.TextBox Operation;
105 |
106 | #line default
107 | #line hidden
108 |
109 |
110 | #line 32 "..\..\..\MainWindow.xaml"
111 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
112 | internal HandyControl.Controls.PreviewSlider QrTime_Setting;
113 |
114 | #line default
115 | #line hidden
116 |
117 |
118 | #line 41 "..\..\..\MainWindow.xaml"
119 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
120 | internal System.Windows.Controls.Label Pay_State;
121 |
122 | #line default
123 | #line hidden
124 |
125 |
126 | #line 43 "..\..\..\MainWindow.xaml"
127 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
128 | internal System.Windows.Controls.Image QRImg;
129 |
130 | #line default
131 | #line hidden
132 |
133 |
134 | #line 53 "..\..\..\MainWindow.xaml"
135 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
136 | internal System.Windows.Controls.TextBox Order_Num;
137 |
138 | #line default
139 | #line hidden
140 |
141 | private bool _contentLoaded;
142 |
143 | ///
144 | /// InitializeComponent
145 | ///
146 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
147 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.8.1.0")]
148 | public void InitializeComponent() {
149 | if (_contentLoaded) {
150 | return;
151 | }
152 | _contentLoaded = true;
153 | System.Uri resourceLocater = new System.Uri("/Alipay;component/mainwindow.xaml", System.UriKind.Relative);
154 |
155 | #line 1 "..\..\..\MainWindow.xaml"
156 | System.Windows.Application.LoadComponent(this, resourceLocater);
157 |
158 | #line default
159 | #line hidden
160 | }
161 |
162 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
163 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.8.1.0")]
164 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
165 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
166 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
167 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
168 | void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
169 | switch (connectionId)
170 | {
171 | case 1:
172 |
173 | #line 12 "..\..\..\MainWindow.xaml"
174 | ((System.Windows.Controls.StackPanel)(target)).MouseMove += new System.Windows.Input.MouseEventHandler(this.Draw_Form);
175 |
176 | #line default
177 | #line hidden
178 | return;
179 | case 2:
180 |
181 | #line 14 "..\..\..\MainWindow.xaml"
182 | ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Minimize_Form);
183 |
184 | #line default
185 | #line hidden
186 | return;
187 | case 3:
188 |
189 | #line 15 "..\..\..\MainWindow.xaml"
190 | ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Close_Form);
191 |
192 | #line default
193 | #line hidden
194 | return;
195 | case 4:
196 | this.Expander_Setting = ((System.Windows.Controls.Expander)(target));
197 | return;
198 | case 5:
199 | this.APPID_Text = ((System.Windows.Controls.TextBox)(target));
200 | return;
201 | case 6:
202 | this.Public_Key_Text = ((System.Windows.Controls.TextBox)(target));
203 | return;
204 | case 7:
205 | this.Private_Key_Text = ((System.Windows.Controls.TextBox)(target));
206 | return;
207 | case 8:
208 |
209 | #line 23 "..\..\..\MainWindow.xaml"
210 | ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Setting_Alipay);
211 |
212 | #line default
213 | #line hidden
214 | return;
215 | case 9:
216 | this.Expander_Request = ((System.Windows.Controls.Expander)(target));
217 | return;
218 | case 10:
219 | this.Price = ((System.Windows.Controls.TextBox)(target));
220 | return;
221 | case 11:
222 | this.Operation = ((System.Windows.Controls.TextBox)(target));
223 | return;
224 | case 12:
225 | this.QrTime_Setting = ((HandyControl.Controls.PreviewSlider)(target));
226 | return;
227 | case 13:
228 |
229 | #line 38 "..\..\..\MainWindow.xaml"
230 | ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Start_Request);
231 |
232 | #line default
233 | #line hidden
234 | return;
235 | case 14:
236 | this.Pay_State = ((System.Windows.Controls.Label)(target));
237 | return;
238 | case 15:
239 | this.QRImg = ((System.Windows.Controls.Image)(target));
240 | return;
241 | case 16:
242 | this.Order_Num = ((System.Windows.Controls.TextBox)(target));
243 | return;
244 | case 17:
245 |
246 | #line 54 "..\..\..\MainWindow.xaml"
247 | ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Query_Oder);
248 |
249 | #line default
250 | #line hidden
251 | return;
252 | }
253 | this._contentLoaded = true;
254 | }
255 | }
256 | }
257 |
258 |
--------------------------------------------------------------------------------
/Alipay/obj/Debug/netcoreapp3.1/MainWindow.g.i.cs:
--------------------------------------------------------------------------------
1 | #pragma checksum "..\..\..\MainWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "EACD9885AF34419802FDBE6722C8C27CEBAA6B73"
2 | //------------------------------------------------------------------------------
3 | //
4 | // 此代码由工具生成。
5 | // 运行时版本:4.0.30319.42000
6 | //
7 | // 对此文件的更改可能会导致不正确的行为,并且如果
8 | // 重新生成代码,这些更改将会丢失。
9 | //
10 | //------------------------------------------------------------------------------
11 |
12 | using Alipay;
13 | using HandyControl.Controls;
14 | using HandyControl.Data;
15 | using HandyControl.Expression.Media;
16 | using HandyControl.Expression.Shapes;
17 | using HandyControl.Interactivity;
18 | using HandyControl.Media.Animation;
19 | using HandyControl.Properties.Langs;
20 | using HandyControl.Tools;
21 | using HandyControl.Tools.Converter;
22 | using System;
23 | using System.Diagnostics;
24 | using System.Windows;
25 | using System.Windows.Automation;
26 | using System.Windows.Controls;
27 | using System.Windows.Controls.Primitives;
28 | using System.Windows.Controls.Ribbon;
29 | using System.Windows.Data;
30 | using System.Windows.Documents;
31 | using System.Windows.Ink;
32 | using System.Windows.Input;
33 | using System.Windows.Markup;
34 | using System.Windows.Media;
35 | using System.Windows.Media.Animation;
36 | using System.Windows.Media.Effects;
37 | using System.Windows.Media.Imaging;
38 | using System.Windows.Media.Media3D;
39 | using System.Windows.Media.TextFormatting;
40 | using System.Windows.Navigation;
41 | using System.Windows.Shapes;
42 | using System.Windows.Shell;
43 |
44 |
45 | namespace Alipay {
46 |
47 |
48 | ///
49 | /// MainWindow
50 | ///
51 | public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
52 |
53 |
54 | #line 18 "..\..\..\MainWindow.xaml"
55 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
56 | internal System.Windows.Controls.Expander Expander_Setting;
57 |
58 | #line default
59 | #line hidden
60 |
61 |
62 | #line 20 "..\..\..\MainWindow.xaml"
63 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
64 | internal System.Windows.Controls.TextBox APPID_Text;
65 |
66 | #line default
67 | #line hidden
68 |
69 |
70 | #line 21 "..\..\..\MainWindow.xaml"
71 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
72 | internal System.Windows.Controls.TextBox Public_Key_Text;
73 |
74 | #line default
75 | #line hidden
76 |
77 |
78 | #line 22 "..\..\..\MainWindow.xaml"
79 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
80 | internal System.Windows.Controls.TextBox Private_Key_Text;
81 |
82 | #line default
83 | #line hidden
84 |
85 |
86 | #line 26 "..\..\..\MainWindow.xaml"
87 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
88 | internal System.Windows.Controls.Expander Expander_Request;
89 |
90 | #line default
91 | #line hidden
92 |
93 |
94 | #line 28 "..\..\..\MainWindow.xaml"
95 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
96 | internal System.Windows.Controls.TextBox Price;
97 |
98 | #line default
99 | #line hidden
100 |
101 |
102 | #line 29 "..\..\..\MainWindow.xaml"
103 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
104 | internal System.Windows.Controls.TextBox Operation;
105 |
106 | #line default
107 | #line hidden
108 |
109 |
110 | #line 32 "..\..\..\MainWindow.xaml"
111 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
112 | internal HandyControl.Controls.PreviewSlider QrTime_Setting;
113 |
114 | #line default
115 | #line hidden
116 |
117 |
118 | #line 41 "..\..\..\MainWindow.xaml"
119 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
120 | internal System.Windows.Controls.Label Pay_State;
121 |
122 | #line default
123 | #line hidden
124 |
125 |
126 | #line 43 "..\..\..\MainWindow.xaml"
127 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
128 | internal System.Windows.Controls.Image QRImg;
129 |
130 | #line default
131 | #line hidden
132 |
133 |
134 | #line 53 "..\..\..\MainWindow.xaml"
135 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
136 | internal System.Windows.Controls.TextBox Order_Num;
137 |
138 | #line default
139 | #line hidden
140 |
141 | private bool _contentLoaded;
142 |
143 | ///
144 | /// InitializeComponent
145 | ///
146 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
147 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.8.1.0")]
148 | public void InitializeComponent() {
149 | if (_contentLoaded) {
150 | return;
151 | }
152 | _contentLoaded = true;
153 | System.Uri resourceLocater = new System.Uri("/Alipay;component/mainwindow.xaml", System.UriKind.Relative);
154 |
155 | #line 1 "..\..\..\MainWindow.xaml"
156 | System.Windows.Application.LoadComponent(this, resourceLocater);
157 |
158 | #line default
159 | #line hidden
160 | }
161 |
162 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
163 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.8.1.0")]
164 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
165 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
166 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
167 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
168 | void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
169 | switch (connectionId)
170 | {
171 | case 1:
172 |
173 | #line 12 "..\..\..\MainWindow.xaml"
174 | ((System.Windows.Controls.StackPanel)(target)).MouseMove += new System.Windows.Input.MouseEventHandler(this.Draw_Form);
175 |
176 | #line default
177 | #line hidden
178 | return;
179 | case 2:
180 |
181 | #line 14 "..\..\..\MainWindow.xaml"
182 | ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Minimize_Form);
183 |
184 | #line default
185 | #line hidden
186 | return;
187 | case 3:
188 |
189 | #line 15 "..\..\..\MainWindow.xaml"
190 | ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Close_Form);
191 |
192 | #line default
193 | #line hidden
194 | return;
195 | case 4:
196 | this.Expander_Setting = ((System.Windows.Controls.Expander)(target));
197 | return;
198 | case 5:
199 | this.APPID_Text = ((System.Windows.Controls.TextBox)(target));
200 | return;
201 | case 6:
202 | this.Public_Key_Text = ((System.Windows.Controls.TextBox)(target));
203 | return;
204 | case 7:
205 | this.Private_Key_Text = ((System.Windows.Controls.TextBox)(target));
206 | return;
207 | case 8:
208 |
209 | #line 23 "..\..\..\MainWindow.xaml"
210 | ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Setting_Alipay);
211 |
212 | #line default
213 | #line hidden
214 | return;
215 | case 9:
216 | this.Expander_Request = ((System.Windows.Controls.Expander)(target));
217 | return;
218 | case 10:
219 | this.Price = ((System.Windows.Controls.TextBox)(target));
220 | return;
221 | case 11:
222 | this.Operation = ((System.Windows.Controls.TextBox)(target));
223 | return;
224 | case 12:
225 | this.QrTime_Setting = ((HandyControl.Controls.PreviewSlider)(target));
226 | return;
227 | case 13:
228 |
229 | #line 38 "..\..\..\MainWindow.xaml"
230 | ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Start_Request);
231 |
232 | #line default
233 | #line hidden
234 | return;
235 | case 14:
236 | this.Pay_State = ((System.Windows.Controls.Label)(target));
237 | return;
238 | case 15:
239 | this.QRImg = ((System.Windows.Controls.Image)(target));
240 | return;
241 | case 16:
242 | this.Order_Num = ((System.Windows.Controls.TextBox)(target));
243 | return;
244 | case 17:
245 |
246 | #line 54 "..\..\..\MainWindow.xaml"
247 | ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Query_Oder);
248 |
249 | #line default
250 | #line hidden
251 | return;
252 | }
253 | this._contentLoaded = true;
254 | }
255 | }
256 | }
257 |
258 |
--------------------------------------------------------------------------------
/Alipay/obj/Release/netcoreapp3.1/Alipay.AssemblyInfo.cs:
--------------------------------------------------------------------------------
1 | //------------------------------------------------------------------------------
2 | //
3 | // 此代码由工具生成。
4 | // 运行时版本:4.0.30319.42000
5 | //
6 | // 对此文件的更改可能会导致不正确的行为,并且如果
7 | // 重新生成代码,这些更改将会丢失。
8 | //
9 | //------------------------------------------------------------------------------
10 |
11 | using System;
12 | using System.Reflection;
13 |
14 | [assembly: System.Reflection.AssemblyCompanyAttribute("Alipay")]
15 | [assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
16 | [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
17 | [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
18 | [assembly: System.Reflection.AssemblyProductAttribute("Alipay")]
19 | [assembly: System.Reflection.AssemblyTitleAttribute("Alipay")]
20 | [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
21 |
22 | // 由 MSBuild WriteCodeFragment 类生成。
23 |
24 |
--------------------------------------------------------------------------------
/Alipay/obj/Release/netcoreapp3.1/Alipay.AssemblyInfoInputs.cache:
--------------------------------------------------------------------------------
1 | a24b5a549eac3de6ea6398b294a86a325cf8e170
2 |
--------------------------------------------------------------------------------
/Alipay/obj/Release/netcoreapp3.1/Alipay.assets.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SmRiley/Alipay_ToFace/7a3bb2524546df8279429f722357e7c2e0a6b8bf/Alipay/obj/Release/netcoreapp3.1/Alipay.assets.cache
--------------------------------------------------------------------------------
/Alipay/obj/Release/netcoreapp3.1/Alipay.csproj.CopyComplete:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SmRiley/Alipay_ToFace/7a3bb2524546df8279429f722357e7c2e0a6b8bf/Alipay/obj/Release/netcoreapp3.1/Alipay.csproj.CopyComplete
--------------------------------------------------------------------------------
/Alipay/obj/Release/netcoreapp3.1/Alipay.csproj.FileListAbsolute.txt:
--------------------------------------------------------------------------------
1 | C:\Users\SmRiley\source\repos\Alipay\Alipay\obj\Release\netcoreapp3.1\App.g.cs
2 | C:\Users\SmRiley\source\repos\Alipay\Alipay\obj\Release\netcoreapp3.1\Alipay_MarkupCompile.cache
3 | C:\Users\SmRiley\source\repos\Alipay\Alipay\obj\Release\netcoreapp3.1\Alipay_MarkupCompile.lref
4 | C:\Users\SmRiley\source\repos\Alipay\Alipay\bin\Release\netcoreapp3.1\Alipay.exe
5 | C:\Users\SmRiley\source\repos\Alipay\Alipay\bin\Release\netcoreapp3.1\Alipay.deps.json
6 | C:\Users\SmRiley\source\repos\Alipay\Alipay\bin\Release\netcoreapp3.1\Alipay.runtimeconfig.json
7 | C:\Users\SmRiley\source\repos\Alipay\Alipay\bin\Release\netcoreapp3.1\Alipay.runtimeconfig.dev.json
8 | C:\Users\SmRiley\source\repos\Alipay\Alipay\bin\Release\netcoreapp3.1\Alipay.dll
9 | C:\Users\SmRiley\source\repos\Alipay\Alipay\bin\Release\netcoreapp3.1\Alipay.pdb
10 | C:\Users\SmRiley\source\repos\Alipay\Alipay\bin\Release\netcoreapp3.1\HandyControl.dll
11 | C:\Users\SmRiley\source\repos\Alipay\Alipay\bin\Release\netcoreapp3.1\en\HandyControl.resources.dll
12 | C:\Users\SmRiley\source\repos\Alipay\Alipay\bin\Release\netcoreapp3.1\fa\HandyControl.resources.dll
13 | C:\Users\SmRiley\source\repos\Alipay\Alipay\bin\Release\netcoreapp3.1\fr\HandyControl.resources.dll
14 | C:\Users\SmRiley\source\repos\Alipay\Alipay\obj\Release\netcoreapp3.1\MainWindow.g.cs
15 | C:\Users\SmRiley\source\repos\Alipay\Alipay\obj\Release\netcoreapp3.1\App.baml
16 | C:\Users\SmRiley\source\repos\Alipay\Alipay\obj\Release\netcoreapp3.1\MainWindow.baml
17 | C:\Users\SmRiley\source\repos\Alipay\Alipay\obj\Release\netcoreapp3.1\Alipay.g.resources
18 | C:\Users\SmRiley\source\repos\Alipay\Alipay\obj\Release\netcoreapp3.1\Alipay.AssemblyInfoInputs.cache
19 | C:\Users\SmRiley\source\repos\Alipay\Alipay\obj\Release\netcoreapp3.1\Alipay.AssemblyInfo.cs
20 | C:\Users\SmRiley\source\repos\Alipay\Alipay\obj\Release\netcoreapp3.1\Alipay.csproj.CopyComplete
21 | C:\Users\SmRiley\source\repos\Alipay\Alipay\obj\Release\netcoreapp3.1\Alipay.dll
22 | C:\Users\SmRiley\source\repos\Alipay\Alipay\obj\Release\netcoreapp3.1\Alipay.pdb
23 |
--------------------------------------------------------------------------------
/Alipay/obj/Release/netcoreapp3.1/Alipay.designer.deps.json:
--------------------------------------------------------------------------------
1 | {
2 | "runtimeTarget": {
3 | "name": ".NETCoreApp,Version=v3.1",
4 | "signature": ""
5 | },
6 | "compilationOptions": {},
7 | "targets": {
8 | ".NETCoreApp,Version=v3.1": {
9 | "HandyControl/2.3.0": {
10 | "runtime": {
11 | "lib/netcoreapp3.0/HandyControl.dll": {
12 | "assemblyVersion": "2.3.0.0",
13 | "fileVersion": "2.3.0.0"
14 | }
15 | },
16 | "resources": {
17 | "lib/netcoreapp3.0/en/HandyControl.resources.dll": {
18 | "locale": "en"
19 | },
20 | "lib/netcoreapp3.0/fa/HandyControl.resources.dll": {
21 | "locale": "fa"
22 | },
23 | "lib/netcoreapp3.0/fr/HandyControl.resources.dll": {
24 | "locale": "fr"
25 | }
26 | }
27 | }
28 | }
29 | },
30 | "libraries": {
31 | "HandyControl/2.3.0": {
32 | "type": "package",
33 | "serviceable": true,
34 | "sha512": "sha512-vX52nnBQwU/aV2YwJDR6TJYbTnH9cNe3RxO6rR1Y0/QFpHXjtcHpRvGFjGAb/xWR7UF1fDS2QHTBZlQMbazJeA==",
35 | "path": "handycontrol/2.3.0",
36 | "hashPath": "handycontrol.2.3.0.nupkg.sha512"
37 | }
38 | }
39 | }
--------------------------------------------------------------------------------
/Alipay/obj/Release/netcoreapp3.1/Alipay.designer.runtimeconfig.json:
--------------------------------------------------------------------------------
1 | {
2 | "runtimeOptions": {
3 | "tfm": "netcoreapp3.1",
4 | "framework": {
5 | "name": "Microsoft.WindowsDesktop.App",
6 | "version": "3.1.0"
7 | },
8 | "additionalProbingPaths": [
9 | "C:\\Users\\SmRiley\\.dotnet\\store\\|arch|\\|tfm|",
10 | "C:\\Users\\SmRiley\\.nuget\\packages",
11 | "C:\\Microsoft\\Xamarin\\NuGet",
12 | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder"
13 | ],
14 | "configProperties": {
15 | "Microsoft.NETCore.DotNetHostPolicy.SetAppPaths": true
16 | }
17 | }
18 | }
--------------------------------------------------------------------------------
/Alipay/obj/Release/netcoreapp3.1/Alipay.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SmRiley/Alipay_ToFace/7a3bb2524546df8279429f722357e7c2e0a6b8bf/Alipay/obj/Release/netcoreapp3.1/Alipay.dll
--------------------------------------------------------------------------------
/Alipay/obj/Release/netcoreapp3.1/Alipay.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SmRiley/Alipay_ToFace/7a3bb2524546df8279429f722357e7c2e0a6b8bf/Alipay/obj/Release/netcoreapp3.1/Alipay.exe
--------------------------------------------------------------------------------
/Alipay/obj/Release/netcoreapp3.1/Alipay.g.resources:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SmRiley/Alipay_ToFace/7a3bb2524546df8279429f722357e7c2e0a6b8bf/Alipay/obj/Release/netcoreapp3.1/Alipay.g.resources
--------------------------------------------------------------------------------
/Alipay/obj/Release/netcoreapp3.1/Alipay.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SmRiley/Alipay_ToFace/7a3bb2524546df8279429f722357e7c2e0a6b8bf/Alipay/obj/Release/netcoreapp3.1/Alipay.pdb
--------------------------------------------------------------------------------
/Alipay/obj/Release/netcoreapp3.1/Alipay_MarkupCompile.cache:
--------------------------------------------------------------------------------
1 | Alipay
2 |
3 |
4 | winexe
5 | C#
6 | .cs
7 | C:\Users\SmRiley\source\repos\Alipay\Alipay\obj\Release\netcoreapp3.1\
8 | Alipay
9 | none
10 | false
11 | TRACE;RELEASE;NETCOREAPP;NETCOREAPP3_1
12 | C:\Users\SmRiley\source\repos\Alipay\Alipay\App.xaml
13 | 11151548125
14 |
15 | 3-917710711
16 | 193-997042402
17 | MainWindow.xaml;
18 |
19 | False
20 |
21 |
--------------------------------------------------------------------------------
/Alipay/obj/Release/netcoreapp3.1/Alipay_MarkupCompile.i.cache:
--------------------------------------------------------------------------------
1 | Alipay
2 |
3 |
4 | winexe
5 | C#
6 | .cs
7 | C:\Users\SmRiley\source\repos\Alipay\Alipay\obj\Release\netcoreapp3.1\
8 | Alipay
9 | none
10 | false
11 | TRACE;RELEASE;NETCOREAPP;NETCOREAPP3_1
12 | C:\Users\SmRiley\source\repos\Alipay\Alipay\App.xaml
13 | 11151548125
14 |
15 | 4-2117616277
16 | 193-997042402
17 | MainWindow.xaml;
18 |
19 | True
20 |
21 |
--------------------------------------------------------------------------------
/Alipay/obj/Release/netcoreapp3.1/Alipay_MarkupCompile.i.lref:
--------------------------------------------------------------------------------
1 |
2 | FC:\Users\SmRiley\source\repos\Alipay\Alipay\App.xaml;;
3 | FC:\Users\SmRiley\source\repos\Alipay\Alipay\MainWindow.xaml;;
4 |
5 |
--------------------------------------------------------------------------------
/Alipay/obj/Release/netcoreapp3.1/Alipay_MarkupCompile.lref:
--------------------------------------------------------------------------------
1 |
2 | FC:\Users\SmRiley\source\repos\Alipay\Alipay\App.xaml;;
3 | FC:\Users\SmRiley\source\repos\Alipay\Alipay\MainWindow.xaml;;
4 |
5 |
--------------------------------------------------------------------------------
/Alipay/obj/Release/netcoreapp3.1/App.baml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SmRiley/Alipay_ToFace/7a3bb2524546df8279429f722357e7c2e0a6b8bf/Alipay/obj/Release/netcoreapp3.1/App.baml
--------------------------------------------------------------------------------
/Alipay/obj/Release/netcoreapp3.1/App.g.cs:
--------------------------------------------------------------------------------
1 | #pragma checksum "..\..\..\App.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "20FA5AC2444195C3CA00F6A7A363F2CFC4EC9709"
2 | //------------------------------------------------------------------------------
3 | //
4 | // 此代码由工具生成。
5 | // 运行时版本:4.0.30319.42000
6 | //
7 | // 对此文件的更改可能会导致不正确的行为,并且如果
8 | // 重新生成代码,这些更改将会丢失。
9 | //
10 | //------------------------------------------------------------------------------
11 |
12 | using Alipay;
13 | using System;
14 | using System.Diagnostics;
15 | using System.Windows;
16 | using System.Windows.Automation;
17 | using System.Windows.Controls;
18 | using System.Windows.Controls.Primitives;
19 | using System.Windows.Controls.Ribbon;
20 | using System.Windows.Data;
21 | using System.Windows.Documents;
22 | using System.Windows.Ink;
23 | using System.Windows.Input;
24 | using System.Windows.Markup;
25 | using System.Windows.Media;
26 | using System.Windows.Media.Animation;
27 | using System.Windows.Media.Effects;
28 | using System.Windows.Media.Imaging;
29 | using System.Windows.Media.Media3D;
30 | using System.Windows.Media.TextFormatting;
31 | using System.Windows.Navigation;
32 | using System.Windows.Shapes;
33 | using System.Windows.Shell;
34 |
35 |
36 | namespace Alipay {
37 |
38 |
39 | ///
40 | /// App
41 | ///
42 | public partial class App : System.Windows.Application {
43 |
44 | private bool _contentLoaded;
45 |
46 | ///
47 | /// InitializeComponent
48 | ///
49 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
50 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.8.1.0")]
51 | public void InitializeComponent() {
52 | if (_contentLoaded) {
53 | return;
54 | }
55 | _contentLoaded = true;
56 |
57 | #line 5 "..\..\..\App.xaml"
58 | this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative);
59 |
60 | #line default
61 | #line hidden
62 | System.Uri resourceLocater = new System.Uri("/Alipay;component/app.xaml", System.UriKind.Relative);
63 |
64 | #line 1 "..\..\..\App.xaml"
65 | System.Windows.Application.LoadComponent(this, resourceLocater);
66 |
67 | #line default
68 | #line hidden
69 | }
70 |
71 | ///
72 | /// Application Entry Point.
73 | ///
74 | [System.STAThreadAttribute()]
75 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
76 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.8.1.0")]
77 | public static void Main() {
78 | Alipay.App app = new Alipay.App();
79 | app.InitializeComponent();
80 | app.Run();
81 | }
82 | }
83 | }
84 |
85 |
--------------------------------------------------------------------------------
/Alipay/obj/Release/netcoreapp3.1/App.g.i.cs:
--------------------------------------------------------------------------------
1 | #pragma checksum "..\..\..\App.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "20FA5AC2444195C3CA00F6A7A363F2CFC4EC9709"
2 | //------------------------------------------------------------------------------
3 | //
4 | // 此代码由工具生成。
5 | // 运行时版本:4.0.30319.42000
6 | //
7 | // 对此文件的更改可能会导致不正确的行为,并且如果
8 | // 重新生成代码,这些更改将会丢失。
9 | //
10 | //------------------------------------------------------------------------------
11 |
12 | using Alipay;
13 | using System;
14 | using System.Diagnostics;
15 | using System.Windows;
16 | using System.Windows.Automation;
17 | using System.Windows.Controls;
18 | using System.Windows.Controls.Primitives;
19 | using System.Windows.Controls.Ribbon;
20 | using System.Windows.Data;
21 | using System.Windows.Documents;
22 | using System.Windows.Ink;
23 | using System.Windows.Input;
24 | using System.Windows.Markup;
25 | using System.Windows.Media;
26 | using System.Windows.Media.Animation;
27 | using System.Windows.Media.Effects;
28 | using System.Windows.Media.Imaging;
29 | using System.Windows.Media.Media3D;
30 | using System.Windows.Media.TextFormatting;
31 | using System.Windows.Navigation;
32 | using System.Windows.Shapes;
33 | using System.Windows.Shell;
34 |
35 |
36 | namespace Alipay {
37 |
38 |
39 | ///
40 | /// App
41 | ///
42 | public partial class App : System.Windows.Application {
43 |
44 | private bool _contentLoaded;
45 |
46 | ///
47 | /// InitializeComponent
48 | ///
49 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
50 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.8.1.0")]
51 | public void InitializeComponent() {
52 | if (_contentLoaded) {
53 | return;
54 | }
55 | _contentLoaded = true;
56 |
57 | #line 5 "..\..\..\App.xaml"
58 | this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative);
59 |
60 | #line default
61 | #line hidden
62 | System.Uri resourceLocater = new System.Uri("/Alipay;component/app.xaml", System.UriKind.Relative);
63 |
64 | #line 1 "..\..\..\App.xaml"
65 | System.Windows.Application.LoadComponent(this, resourceLocater);
66 |
67 | #line default
68 | #line hidden
69 | }
70 |
71 | ///
72 | /// Application Entry Point.
73 | ///
74 | [System.STAThreadAttribute()]
75 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
76 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.8.1.0")]
77 | public static void Main() {
78 | Alipay.App app = new Alipay.App();
79 | app.InitializeComponent();
80 | app.Run();
81 | }
82 | }
83 | }
84 |
85 |
--------------------------------------------------------------------------------
/Alipay/obj/Release/netcoreapp3.1/MainWindow.baml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/SmRiley/Alipay_ToFace/7a3bb2524546df8279429f722357e7c2e0a6b8bf/Alipay/obj/Release/netcoreapp3.1/MainWindow.baml
--------------------------------------------------------------------------------
/Alipay/obj/Release/netcoreapp3.1/MainWindow.g.cs:
--------------------------------------------------------------------------------
1 | #pragma checksum "..\..\..\MainWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "AA0108A05FB652EC1603E73B77EBCAA950AF5D2F"
2 | //------------------------------------------------------------------------------
3 | //
4 | // 此代码由工具生成。
5 | // 运行时版本:4.0.30319.42000
6 | //
7 | // 对此文件的更改可能会导致不正确的行为,并且如果
8 | // 重新生成代码,这些更改将会丢失。
9 | //
10 | //------------------------------------------------------------------------------
11 |
12 | using Alipay;
13 | using HandyControl.Controls;
14 | using HandyControl.Data;
15 | using HandyControl.Expression.Media;
16 | using HandyControl.Expression.Shapes;
17 | using HandyControl.Interactivity;
18 | using HandyControl.Media.Animation;
19 | using HandyControl.Properties.Langs;
20 | using HandyControl.Tools;
21 | using HandyControl.Tools.Converter;
22 | using System;
23 | using System.Diagnostics;
24 | using System.Windows;
25 | using System.Windows.Automation;
26 | using System.Windows.Controls;
27 | using System.Windows.Controls.Primitives;
28 | using System.Windows.Controls.Ribbon;
29 | using System.Windows.Data;
30 | using System.Windows.Documents;
31 | using System.Windows.Ink;
32 | using System.Windows.Input;
33 | using System.Windows.Markup;
34 | using System.Windows.Media;
35 | using System.Windows.Media.Animation;
36 | using System.Windows.Media.Effects;
37 | using System.Windows.Media.Imaging;
38 | using System.Windows.Media.Media3D;
39 | using System.Windows.Media.TextFormatting;
40 | using System.Windows.Navigation;
41 | using System.Windows.Shapes;
42 | using System.Windows.Shell;
43 |
44 |
45 | namespace Alipay {
46 |
47 |
48 | ///
49 | /// MainWindow
50 | ///
51 | public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
52 |
53 | private bool _contentLoaded;
54 |
55 | ///
56 | /// InitializeComponent
57 | ///
58 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
59 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.8.1.0")]
60 | public void InitializeComponent() {
61 | if (_contentLoaded) {
62 | return;
63 | }
64 | _contentLoaded = true;
65 | System.Uri resourceLocater = new System.Uri("/Alipay;component/mainwindow.xaml", System.UriKind.Relative);
66 |
67 | #line 1 "..\..\..\MainWindow.xaml"
68 | System.Windows.Application.LoadComponent(this, resourceLocater);
69 |
70 | #line default
71 | #line hidden
72 | }
73 |
74 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
75 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.8.1.0")]
76 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
77 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
78 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
79 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
80 | void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
81 | this._contentLoaded = true;
82 | }
83 | }
84 | }
85 |
86 |
--------------------------------------------------------------------------------
/Alipay/obj/Release/netcoreapp3.1/MainWindow.g.i.cs:
--------------------------------------------------------------------------------
1 | #pragma checksum "..\..\..\MainWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "AA0108A05FB652EC1603E73B77EBCAA950AF5D2F"
2 | //------------------------------------------------------------------------------
3 | //
4 | // 此代码由工具生成。
5 | // 运行时版本:4.0.30319.42000
6 | //
7 | // 对此文件的更改可能会导致不正确的行为,并且如果
8 | // 重新生成代码,这些更改将会丢失。
9 | //
10 | //------------------------------------------------------------------------------
11 |
12 | using Alipay;
13 | using HandyControl.Controls;
14 | using HandyControl.Data;
15 | using HandyControl.Expression.Media;
16 | using HandyControl.Expression.Shapes;
17 | using HandyControl.Interactivity;
18 | using HandyControl.Media.Animation;
19 | using HandyControl.Properties.Langs;
20 | using HandyControl.Tools;
21 | using HandyControl.Tools.Converter;
22 | using System;
23 | using System.Diagnostics;
24 | using System.Windows;
25 | using System.Windows.Automation;
26 | using System.Windows.Controls;
27 | using System.Windows.Controls.Primitives;
28 | using System.Windows.Controls.Ribbon;
29 | using System.Windows.Data;
30 | using System.Windows.Documents;
31 | using System.Windows.Ink;
32 | using System.Windows.Input;
33 | using System.Windows.Markup;
34 | using System.Windows.Media;
35 | using System.Windows.Media.Animation;
36 | using System.Windows.Media.Effects;
37 | using System.Windows.Media.Imaging;
38 | using System.Windows.Media.Media3D;
39 | using System.Windows.Media.TextFormatting;
40 | using System.Windows.Navigation;
41 | using System.Windows.Shapes;
42 | using System.Windows.Shell;
43 |
44 |
45 | namespace Alipay {
46 |
47 |
48 | ///
49 | /// MainWindow
50 | ///
51 | public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
52 |
53 | private bool _contentLoaded;
54 |
55 | ///
56 | /// InitializeComponent
57 | ///
58 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
59 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.8.1.0")]
60 | public void InitializeComponent() {
61 | if (_contentLoaded) {
62 | return;
63 | }
64 | _contentLoaded = true;
65 | System.Uri resourceLocater = new System.Uri("/Alipay;component/mainwindow.xaml", System.UriKind.Relative);
66 |
67 | #line 1 "..\..\..\MainWindow.xaml"
68 | System.Windows.Application.LoadComponent(this, resourceLocater);
69 |
70 | #line default
71 | #line hidden
72 | }
73 |
74 | [System.Diagnostics.DebuggerNonUserCodeAttribute()]
75 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.8.1.0")]
76 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
77 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
78 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
79 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
80 | void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
81 | this._contentLoaded = true;
82 | }
83 | }
84 | }
85 |
86 |
--------------------------------------------------------------------------------
/Alipay/obj/project.assets.json:
--------------------------------------------------------------------------------
1 | {
2 | "version": 3,
3 | "targets": {
4 | ".NETCoreApp,Version=v3.1": {
5 | "AlipaySDKNet/4.2.30": {
6 | "type": "package",
7 | "compile": {
8 | "lib/net35/AlipaySDKNet.dll": {}
9 | },
10 | "runtime": {
11 | "lib/net35/AlipaySDKNet.dll": {}
12 | }
13 | },
14 | "HandyControl/2.3.0": {
15 | "type": "package",
16 | "compile": {
17 | "lib/netcoreapp3.0/HandyControl.dll": {}
18 | },
19 | "runtime": {
20 | "lib/netcoreapp3.0/HandyControl.dll": {}
21 | },
22 | "resource": {
23 | "lib/netcoreapp3.0/en/HandyControl.resources.dll": {
24 | "locale": "en"
25 | },
26 | "lib/netcoreapp3.0/fa/HandyControl.resources.dll": {
27 | "locale": "fa"
28 | },
29 | "lib/netcoreapp3.0/fr/HandyControl.resources.dll": {
30 | "locale": "fr"
31 | }
32 | }
33 | },
34 | "Microsoft.NETCore.Platforms/3.1.0": {
35 | "type": "package",
36 | "compile": {
37 | "lib/netstandard1.0/_._": {}
38 | },
39 | "runtime": {
40 | "lib/netstandard1.0/_._": {}
41 | }
42 | },
43 | "Microsoft.Win32.SystemEvents/4.7.0": {
44 | "type": "package",
45 | "dependencies": {
46 | "Microsoft.NETCore.Platforms": "3.1.0"
47 | },
48 | "compile": {
49 | "ref/netstandard2.0/_._": {}
50 | },
51 | "runtime": {
52 | "lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll": {}
53 | },
54 | "runtimeTargets": {
55 | "runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll": {
56 | "assetType": "runtime",
57 | "rid": "win"
58 | }
59 | }
60 | },
61 | "Newtonsoft.Json/12.0.3": {
62 | "type": "package",
63 | "compile": {
64 | "lib/netstandard2.0/Newtonsoft.Json.dll": {}
65 | },
66 | "runtime": {
67 | "lib/netstandard2.0/Newtonsoft.Json.dll": {}
68 | }
69 | },
70 | "System.Drawing.Common/4.7.0": {
71 | "type": "package",
72 | "dependencies": {
73 | "Microsoft.NETCore.Platforms": "3.1.0",
74 | "Microsoft.Win32.SystemEvents": "4.7.0"
75 | },
76 | "compile": {
77 | "ref/netcoreapp3.0/System.Drawing.Common.dll": {}
78 | },
79 | "runtime": {
80 | "lib/netstandard2.0/System.Drawing.Common.dll": {}
81 | },
82 | "runtimeTargets": {
83 | "runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.dll": {
84 | "assetType": "runtime",
85 | "rid": "unix"
86 | },
87 | "runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll": {
88 | "assetType": "runtime",
89 | "rid": "win"
90 | }
91 | }
92 | },
93 | "ThoughtWorks.QRCode/1.1.0": {
94 | "type": "package",
95 | "compile": {
96 | "lib/ThoughtWorks.QRCode.dll": {}
97 | },
98 | "runtime": {
99 | "lib/ThoughtWorks.QRCode.dll": {}
100 | }
101 | }
102 | }
103 | },
104 | "libraries": {
105 | "AlipaySDKNet/4.2.30": {
106 | "sha512": "vznCGzwHcx2LLxdhhwLdu1qEOCyl4DmE0lRzmVOAlpBk/Dx8oZhyerBbNyIcK1OYX2RxmzvOvgTt3fOMtmq/fQ==",
107 | "type": "package",
108 | "path": "alipaysdknet/4.2.30",
109 | "files": [
110 | ".nupkg.metadata",
111 | ".signature.p7s",
112 | "alipaysdknet.4.2.30.nupkg.sha512",
113 | "alipaysdknet.nuspec",
114 | "lib/net35/AlipaySDKNet.dll"
115 | ]
116 | },
117 | "HandyControl/2.3.0": {
118 | "sha512": "vX52nnBQwU/aV2YwJDR6TJYbTnH9cNe3RxO6rR1Y0/QFpHXjtcHpRvGFjGAb/xWR7UF1fDS2QHTBZlQMbazJeA==",
119 | "type": "package",
120 | "path": "handycontrol/2.3.0",
121 | "files": [
122 | ".nupkg.metadata",
123 | ".signature.p7s",
124 | "handycontrol.2.3.0.nupkg.sha512",
125 | "handycontrol.nuspec",
126 | "lib/net40/HandyControl.dll",
127 | "lib/net40/HandyControl.pdb",
128 | "lib/net40/HandyControl.xml",
129 | "lib/net40/Microsoft.Windows.Shell.dll",
130 | "lib/net40/Microsoft.Windows.Shell.pdb",
131 | "lib/net40/en/HandyControl.resources.dll",
132 | "lib/net40/fa/HandyControl.resources.dll",
133 | "lib/net40/fr/HandyControl.resources.dll",
134 | "lib/net45/HandyControl.dll",
135 | "lib/net45/HandyControl.pdb",
136 | "lib/net45/HandyControl.xml",
137 | "lib/net45/en/HandyControl.resources.dll",
138 | "lib/net45/fa/HandyControl.resources.dll",
139 | "lib/net45/fr/HandyControl.resources.dll",
140 | "lib/net462/HandyControl.dll",
141 | "lib/net462/HandyControl.pdb",
142 | "lib/net462/HandyControl.xml",
143 | "lib/net462/en/HandyControl.resources.dll",
144 | "lib/net462/fa/HandyControl.resources.dll",
145 | "lib/net462/fr/HandyControl.resources.dll",
146 | "lib/net47/HandyControl.dll",
147 | "lib/net47/HandyControl.pdb",
148 | "lib/net47/HandyControl.xml",
149 | "lib/net47/en/HandyControl.resources.dll",
150 | "lib/net47/fa/HandyControl.resources.dll",
151 | "lib/net47/fr/HandyControl.resources.dll",
152 | "lib/net48/HandyControl.dll",
153 | "lib/net48/HandyControl.pdb",
154 | "lib/net48/HandyControl.xml",
155 | "lib/net48/en/HandyControl.resources.dll",
156 | "lib/net48/fa/HandyControl.resources.dll",
157 | "lib/net48/fr/HandyControl.resources.dll",
158 | "lib/netcoreapp3.0/HandyControl.deps.json",
159 | "lib/netcoreapp3.0/HandyControl.dll",
160 | "lib/netcoreapp3.0/HandyControl.pdb",
161 | "lib/netcoreapp3.0/HandyControl.xml",
162 | "lib/netcoreapp3.0/en/HandyControl.resources.dll",
163 | "lib/netcoreapp3.0/fa/HandyControl.resources.dll",
164 | "lib/netcoreapp3.0/fr/HandyControl.resources.dll"
165 | ]
166 | },
167 | "Microsoft.NETCore.Platforms/3.1.0": {
168 | "sha512": "z7aeg8oHln2CuNulfhiLYxCVMPEwBl3rzicjvIX+4sUuCwvXw5oXQEtbiU2c0z4qYL5L3Kmx0mMA/+t/SbY67w==",
169 | "type": "package",
170 | "path": "microsoft.netcore.platforms/3.1.0",
171 | "files": [
172 | ".nupkg.metadata",
173 | ".signature.p7s",
174 | "LICENSE.TXT",
175 | "THIRD-PARTY-NOTICES.TXT",
176 | "lib/netstandard1.0/_._",
177 | "microsoft.netcore.platforms.3.1.0.nupkg.sha512",
178 | "microsoft.netcore.platforms.nuspec",
179 | "runtime.json",
180 | "useSharedDesignerContext.txt",
181 | "version.txt"
182 | ]
183 | },
184 | "Microsoft.Win32.SystemEvents/4.7.0": {
185 | "sha512": "mtVirZr++rq+XCDITMUdnETD59XoeMxSpLRIII7JRI6Yj0LEDiO1pPn0ktlnIj12Ix8bfvQqQDMMIF9wC98oCA==",
186 | "type": "package",
187 | "path": "microsoft.win32.systemevents/4.7.0",
188 | "files": [
189 | ".nupkg.metadata",
190 | ".signature.p7s",
191 | "LICENSE.TXT",
192 | "THIRD-PARTY-NOTICES.TXT",
193 | "lib/net461/Microsoft.Win32.SystemEvents.dll",
194 | "lib/net461/Microsoft.Win32.SystemEvents.xml",
195 | "lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll",
196 | "lib/netstandard2.0/Microsoft.Win32.SystemEvents.xml",
197 | "microsoft.win32.systemevents.4.7.0.nupkg.sha512",
198 | "microsoft.win32.systemevents.nuspec",
199 | "ref/net461/Microsoft.Win32.SystemEvents.dll",
200 | "ref/net461/Microsoft.Win32.SystemEvents.xml",
201 | "ref/net472/Microsoft.Win32.SystemEvents.dll",
202 | "ref/net472/Microsoft.Win32.SystemEvents.xml",
203 | "ref/netstandard2.0/Microsoft.Win32.SystemEvents.dll",
204 | "ref/netstandard2.0/Microsoft.Win32.SystemEvents.xml",
205 | "runtimes/win/lib/netcoreapp2.0/Microsoft.Win32.SystemEvents.dll",
206 | "runtimes/win/lib/netcoreapp2.0/Microsoft.Win32.SystemEvents.xml",
207 | "runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll",
208 | "runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.xml",
209 | "useSharedDesignerContext.txt",
210 | "version.txt"
211 | ]
212 | },
213 | "Newtonsoft.Json/12.0.3": {
214 | "sha512": "6mgjfnRB4jKMlzHSl+VD+oUc1IebOZabkbyWj2RiTgWwYPPuaK1H97G1sHqGwPlS5npiF5Q0OrxN1wni2n5QWg==",
215 | "type": "package",
216 | "path": "newtonsoft.json/12.0.3",
217 | "files": [
218 | ".nupkg.metadata",
219 | ".signature.p7s",
220 | "LICENSE.md",
221 | "lib/net20/Newtonsoft.Json.dll",
222 | "lib/net20/Newtonsoft.Json.xml",
223 | "lib/net35/Newtonsoft.Json.dll",
224 | "lib/net35/Newtonsoft.Json.xml",
225 | "lib/net40/Newtonsoft.Json.dll",
226 | "lib/net40/Newtonsoft.Json.xml",
227 | "lib/net45/Newtonsoft.Json.dll",
228 | "lib/net45/Newtonsoft.Json.xml",
229 | "lib/netstandard1.0/Newtonsoft.Json.dll",
230 | "lib/netstandard1.0/Newtonsoft.Json.xml",
231 | "lib/netstandard1.3/Newtonsoft.Json.dll",
232 | "lib/netstandard1.3/Newtonsoft.Json.xml",
233 | "lib/netstandard2.0/Newtonsoft.Json.dll",
234 | "lib/netstandard2.0/Newtonsoft.Json.xml",
235 | "lib/portable-net40+sl5+win8+wp8+wpa81/Newtonsoft.Json.dll",
236 | "lib/portable-net40+sl5+win8+wp8+wpa81/Newtonsoft.Json.xml",
237 | "lib/portable-net45+win8+wp8+wpa81/Newtonsoft.Json.dll",
238 | "lib/portable-net45+win8+wp8+wpa81/Newtonsoft.Json.xml",
239 | "newtonsoft.json.12.0.3.nupkg.sha512",
240 | "newtonsoft.json.nuspec",
241 | "packageIcon.png"
242 | ]
243 | },
244 | "System.Drawing.Common/4.7.0": {
245 | "sha512": "v+XbyYHaZjDfn0ENmJEV1VYLgGgCTx1gnfOBcppowbpOAriglYgGCvFCPr2EEZyBvXlpxbEsTwkOlInl107ahA==",
246 | "type": "package",
247 | "path": "system.drawing.common/4.7.0",
248 | "files": [
249 | ".nupkg.metadata",
250 | ".signature.p7s",
251 | "LICENSE.TXT",
252 | "THIRD-PARTY-NOTICES.TXT",
253 | "lib/MonoAndroid10/_._",
254 | "lib/MonoTouch10/_._",
255 | "lib/net461/System.Drawing.Common.dll",
256 | "lib/netstandard2.0/System.Drawing.Common.dll",
257 | "lib/xamarinios10/_._",
258 | "lib/xamarinmac20/_._",
259 | "lib/xamarintvos10/_._",
260 | "lib/xamarinwatchos10/_._",
261 | "ref/MonoAndroid10/_._",
262 | "ref/MonoTouch10/_._",
263 | "ref/net461/System.Drawing.Common.dll",
264 | "ref/netcoreapp3.0/System.Drawing.Common.dll",
265 | "ref/netcoreapp3.0/System.Drawing.Common.xml",
266 | "ref/netstandard2.0/System.Drawing.Common.dll",
267 | "ref/xamarinios10/_._",
268 | "ref/xamarinmac20/_._",
269 | "ref/xamarintvos10/_._",
270 | "ref/xamarinwatchos10/_._",
271 | "runtimes/unix/lib/netcoreapp2.0/System.Drawing.Common.dll",
272 | "runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.dll",
273 | "runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.xml",
274 | "runtimes/win/lib/netcoreapp2.0/System.Drawing.Common.dll",
275 | "runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll",
276 | "runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.xml",
277 | "system.drawing.common.4.7.0.nupkg.sha512",
278 | "system.drawing.common.nuspec",
279 | "useSharedDesignerContext.txt",
280 | "version.txt"
281 | ]
282 | },
283 | "ThoughtWorks.QRCode/1.1.0": {
284 | "sha512": "IbnrVmKfDp/EWFWfT54b4SMwhgzC2IJLy2p9XgPzzzPB1cUwq7bpkeCbI1SQX4YsHleTWRhwYw/UEmiFczd96Q==",
285 | "type": "package",
286 | "path": "thoughtworks.qrcode/1.1.0",
287 | "files": [
288 | ".nupkg.metadata",
289 | ".signature.p7s",
290 | "lib/ThoughtWorks.QRCode.dll",
291 | "thoughtworks.qrcode.1.1.0.nupkg.sha512",
292 | "thoughtworks.qrcode.nuspec"
293 | ]
294 | }
295 | },
296 | "projectFileDependencyGroups": {
297 | ".NETCoreApp,Version=v3.1": [
298 | "AlipaySDKNet >= 4.2.30",
299 | "HandyControl >= 2.3.0",
300 | "Newtonsoft.Json >= 12.0.3",
301 | "System.Drawing.Common >= 4.7.0",
302 | "ThoughtWorks.QRCode >= 1.1.0"
303 | ]
304 | },
305 | "packageFolders": {
306 | "C:\\Users\\SmRiley\\.nuget\\packages\\": {}
307 | },
308 | "project": {
309 | "version": "1.0.0",
310 | "restore": {
311 | "projectUniqueName": "C:\\Users\\SmRiley\\OneDrive\\source\\repos\\Alipay\\Alipay\\Alipay.csproj",
312 | "projectName": "Alipay",
313 | "projectPath": "C:\\Users\\SmRiley\\OneDrive\\source\\repos\\Alipay\\Alipay\\Alipay.csproj",
314 | "packagesPath": "C:\\Users\\SmRiley\\.nuget\\packages\\",
315 | "outputPath": "C:\\Users\\SmRiley\\OneDrive\\source\\repos\\Alipay\\Alipay\\obj\\",
316 | "projectStyle": "PackageReference",
317 | "configFilePaths": [
318 | "C:\\Users\\SmRiley\\AppData\\Roaming\\NuGet\\NuGet.Config",
319 | "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
320 | ],
321 | "originalTargetFrameworks": [
322 | "netcoreapp3.1"
323 | ],
324 | "sources": {
325 | "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
326 | "https://api.nuget.org/v3/index.json": {},
327 | "https://nuget.cdn.azure.cn/v3/index.json": {}
328 | },
329 | "frameworks": {
330 | "netcoreapp3.1": {
331 | "projectReferences": {}
332 | }
333 | },
334 | "warningProperties": {
335 | "warnAsError": [
336 | "NU1605"
337 | ]
338 | }
339 | },
340 | "frameworks": {
341 | "netcoreapp3.1": {
342 | "dependencies": {
343 | "AlipaySDKNet": {
344 | "target": "Package",
345 | "version": "[4.2.30, )"
346 | },
347 | "HandyControl": {
348 | "target": "Package",
349 | "version": "[2.3.0, )"
350 | },
351 | "Newtonsoft.Json": {
352 | "target": "Package",
353 | "version": "[12.0.3, )"
354 | },
355 | "System.Drawing.Common": {
356 | "target": "Package",
357 | "version": "[4.7.0, )"
358 | },
359 | "ThoughtWorks.QRCode": {
360 | "target": "Package",
361 | "version": "[1.1.0, )"
362 | }
363 | },
364 | "imports": [
365 | "net461",
366 | "net462",
367 | "net47",
368 | "net471",
369 | "net472",
370 | "net48"
371 | ],
372 | "assetTargetFallback": true,
373 | "warn": true,
374 | "frameworkReferences": {
375 | "Microsoft.NETCore.App": {
376 | "privateAssets": "all"
377 | },
378 | "Microsoft.WindowsDesktop.App.WPF": {
379 | "privateAssets": "none"
380 | }
381 | },
382 | "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.402\\RuntimeIdentifierGraph.json"
383 | }
384 | }
385 | },
386 | "logs": [
387 | {
388 | "code": "NU1701",
389 | "level": "Warning",
390 | "warningLevel": 1,
391 | "message": "已使用“.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8”而不是项目目标框架“.NETCoreApp,Version=v3.1”还原包“AlipaySDKNet 4.2.30”。此包可能与项目不完全兼容。",
392 | "libraryId": "AlipaySDKNet",
393 | "targetGraphs": [
394 | ".NETCoreApp,Version=v3.1"
395 | ]
396 | },
397 | {
398 | "code": "NU1701",
399 | "level": "Warning",
400 | "warningLevel": 1,
401 | "message": "已使用“.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8”而不是项目目标框架“.NETCoreApp,Version=v3.1”还原包“ThoughtWorks.QRCode 1.1.0”。此包可能与项目不完全兼容。",
402 | "libraryId": "ThoughtWorks.QRCode",
403 | "targetGraphs": [
404 | ".NETCoreApp,Version=v3.1"
405 | ]
406 | }
407 | ]
408 | }
--------------------------------------------------------------------------------
/Alipay/obj/project.nuget.cache:
--------------------------------------------------------------------------------
1 | {
2 | "version": 2,
3 | "dgSpecHash": "DBhegi+7ERTl1jg5BYRJi7ZXtNxJBM3R1LLvDgpdZZN6d75FV77vZ0g7MENcTcpIdlkyJzpD0nHXyyURVUPUeg==",
4 | "success": true,
5 | "projectFilePath": "C:\\Users\\SmRiley\\OneDrive\\source\\repos\\Alipay\\Alipay\\Alipay.csproj",
6 | "expectedPackageFiles": [
7 | "C:\\Users\\SmRiley\\.nuget\\packages\\alipaysdknet\\4.2.30\\alipaysdknet.4.2.30.nupkg.sha512",
8 | "C:\\Users\\SmRiley\\.nuget\\packages\\handycontrol\\2.3.0\\handycontrol.2.3.0.nupkg.sha512",
9 | "C:\\Users\\SmRiley\\.nuget\\packages\\microsoft.netcore.platforms\\3.1.0\\microsoft.netcore.platforms.3.1.0.nupkg.sha512",
10 | "C:\\Users\\SmRiley\\.nuget\\packages\\microsoft.win32.systemevents\\4.7.0\\microsoft.win32.systemevents.4.7.0.nupkg.sha512",
11 | "C:\\Users\\SmRiley\\.nuget\\packages\\newtonsoft.json\\12.0.3\\newtonsoft.json.12.0.3.nupkg.sha512",
12 | "C:\\Users\\SmRiley\\.nuget\\packages\\system.drawing.common\\4.7.0\\system.drawing.common.4.7.0.nupkg.sha512",
13 | "C:\\Users\\SmRiley\\.nuget\\packages\\thoughtworks.qrcode\\1.1.0\\thoughtworks.qrcode.1.1.0.nupkg.sha512"
14 | ],
15 | "logs": [
16 | {
17 | "code": "NU1701",
18 | "level": "Warning",
19 | "warningLevel": 1,
20 | "message": "已使用“.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8”而不是项目目标框架“.NETCoreApp,Version=v3.1”还原包“AlipaySDKNet 4.2.30”。此包可能与项目不完全兼容。",
21 | "libraryId": "AlipaySDKNet",
22 | "targetGraphs": [
23 | ".NETCoreApp,Version=v3.1"
24 | ]
25 | },
26 | {
27 | "code": "NU1701",
28 | "level": "Warning",
29 | "warningLevel": 1,
30 | "message": "已使用“.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8”而不是项目目标框架“.NETCoreApp,Version=v3.1”还原包“ThoughtWorks.QRCode 1.1.0”。此包可能与项目不完全兼容。",
31 | "libraryId": "ThoughtWorks.QRCode",
32 | "targetGraphs": [
33 | ".NETCoreApp,Version=v3.1"
34 | ]
35 | }
36 | ]
37 | }
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # 支付宝当面付
2 | ## 当面付扫码支付demo
3 | ### 使用流程
4 | 1. 于[支付宝开放平台](https://open.alipay.com/ "支付宝开放平台")中申请当面付功能,并设置相关参数
5 | 2. 于软件中填写相关参数(APPID、支付宝私匙、商户私匙)
6 |
7 | 
8 |
9 | 3. 填写金额与详情,即可生成二维码.
10 |
11 | 
12 |
13 | 4. 付款后订单号会填入Order框中,可用于主动查询付款结果.
14 |
15 | 
16 |
17 | ### 总流程
18 |
19 | 
20 |
21 | ### 实现
22 |
23 | [支付宝API调用实例——当面付Demo](https://www.seeull.com/archives/113.html "https://www.seeull.com/archives/113.html")
24 |
25 |
26 | ### 依赖:
27 | 1. [HandyControl](https://github.com/HandyOrg/HandyControl "HandyControl")
28 | 2. [Alipay SDK for .NET](https://github.com/alipay/alipay-sdk-net-all "Alipay SDK for .NET")
--------------------------------------------------------------------------------