【實例簡介】
allinpay 支付的實例代碼,這只是部分,需要其它的請聯系我。 幫忙找
【實例截圖】
【核心代碼】
201708081652114811
└── unionorder_demo
├── java
│?? └── uniondemo
│?? ├── WebContent
│?? │?? ├── META-INF
│?? │?? │?? └── MANIFEST.MF
│?? │?? └── WEB-INF
│?? │?? ├── lib
│?? │?? │?? ├── commons-beanutils-1.8.3.jar
│?? │?? │?? ├── commons-collections-3.2.1.jar
│?? │?? │?? ├── commons-lang-2.6.jar
│?? │?? │?? ├── commons-logging-1.1.3.jar
│?? │?? │?? ├── ezmorph-1.0.6.jar
│?? │?? │?? └── json-lib-2.4-jdk15.jar
│?? │?? └── web.xml
│?? ├── build
│?? │?? └── classes
│?? │?? └── com
│?? │?? └── allinpay
│?? │?? └── syb
│?? │?? ├── lib
│?? │?? │?? ├── HttpConnectionUtil$1.class
│?? │?? │?? ├── HttpConnectionUtil.class
│?? │?? │?? ├── SSLUtil.class
│?? │?? │?? ├── SybConstants.class
│?? │?? │?? ├── SybPayService.class
│?? │?? │?? └── SybUtil.class
│?? │?? └── test
│?? │?? ├── ApiTestV2.class
│?? │?? └── NotifyServlet.class
│?? └── src
│?? └── com
│?? └── allinpay
│?? └── syb
│?? ├── lib
│?? │?? ├── HttpConnectionUtil.java
│?? │?? ├── SSLUtil.java
│?? │?? ├── SybConstants.java
│?? │?? ├── SybPayService.java
│?? │?? └── SybUtil.java
│?? └── test
│?? ├── ApiTestV2.java
│?? └── NotifyServlet.java
├── net
│?? └── uniondemo
│?? ├── uniondemo
│?? │?? ├── Notify.aspx
│?? │?? ├── Notify.aspx.cs
│?? │?? ├── Notify.aspx.designer.cs
│?? │?? ├── Properties
│?? │?? │?? └── AssemblyInfo.cs
│?? │?? ├── Test.aspx
│?? │?? ├── Test.aspx.cs
│?? │?? ├── Test.aspx.designer.cs
│?? │?? ├── Web.Debug.config
│?? │?? ├── Web.Release.config
│?? │?? ├── Web.config
│?? │?? ├── bin
│?? │?? │?? ├── Debug
│?? │?? │?? │?? └── Newtonsoft.Json.dll
│?? │?? │?? ├── Newtonsoft.Json.dll
│?? │?? │?? ├── uniondemo.dll
│?? │?? │?? ├── uniondemo.pdb
│?? │?? │?? ├── wxpaydemo.dll
│?? │?? │?? └── wxpaydemo.pdb
│?? │?? ├── com.allinpay.syb
│?? │?? │?? ├── AppConstants.cs
│?? │?? │?? ├── AppUtil.cs
│?? │?? │?? ├── HttpUtil.cs
│?? │?? │?? └── SybWxPayService.cs
│?? │?? ├── dll
│?? │?? │?? └── Newtonsoft.Json.dll
│?? │?? ├── obj
│?? │?? │?? └── Debug
│?? │?? │?? ├── DesignTimeResolveAssemblyReferencesInput.cache
│?? │?? │?? ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│?? │?? │?? ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│?? │?? │?? ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│?? │?? │?? ├── uniondemo.csproj.FileListAbsolute.txt
│?? │?? │?? ├── uniondemo.csprojResolveAssemblyReference.cache
│?? │?? │?? ├── uniondemo.dll
│?? │?? │?? ├── uniondemo.pdb
│?? │?? │?? ├── wxpaydemo.csproj.FileListAbsolute.txt
│?? │?? │?? ├── wxpaydemo.dll
│?? │?? │?? └── wxpaydemo.pdb
│?? │?? ├── uniondemo.csproj
│?? │?? └── uniondemo.csproj.user
│?? ├── uniondemo.sln
│?? └── uniondemo.v11.suo
└── php
├── AppConfig.php
├── AppUtil.php
├── notify.php
└── test.php
31 directories, 63 files