Skip to content

Commit 9f49bc9

Browse files
committed
useragent遺漏修正
1 parent be29751 commit 9f49bc9

29 files changed

+72
-26
lines changed
0 Bytes
Binary file not shown.

.vs/payuni/v16/.suo

2.5 KB
Binary file not shown.

PayuniSDK/bin/Debug/payuniSDK.dll

512 Bytes
Binary file not shown.

PayuniSDK/bin/Debug/payuniSDK.pdb

0 Bytes
Binary file not shown.
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
355b267e70599b570db2fb106485d8380e9a6327
1+
d226e19e1da57b3b195496af6e26d20ba0ace43c

PayuniSDK/obj/Debug/payuniSDK.csproj.FileListAbsolute.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,14 @@ D:\payuni20240924\payuniSDK\obj\Debug\payuniSDK.csproj.CoreCompileInputs.cache
5353
D:\payuni20240924\payuniSDK\obj\Debug\payuniSDK.csproj.CopyComplete
5454
D:\payuni20240924\payuniSDK\obj\Debug\payuniSDK.dll
5555
D:\payuni20240924\payuniSDK\obj\Debug\payuniSDK.pdb
56+
D:\payuni20241204\payuniSDK\bin\Debug\payuniSDK.dll
57+
D:\payuni20241204\payuniSDK\bin\Debug\payuniSDK.pdb
58+
D:\payuni20241204\payuniSDK\bin\Debug\BouncyCastle.Crypto.dll
59+
D:\payuni20241204\payuniSDK\bin\Debug\Newtonsoft.Json.dll
60+
D:\payuni20241204\payuniSDK\bin\Debug\BouncyCastle.Crypto.xml
61+
D:\payuni20241204\payuniSDK\bin\Debug\Newtonsoft.Json.xml
62+
D:\payuni20241204\payuniSDK\obj\Debug\payuniSDK.csproj.AssemblyReference.cache
63+
D:\payuni20241204\payuniSDK\obj\Debug\payuniSDK.csproj.CoreCompileInputs.cache
64+
D:\payuni20241204\payuniSDK\obj\Debug\payuniSDK.csproj.CopyComplete
65+
D:\payuni20241204\payuniSDK\obj\Debug\payuniSDK.dll
66+
D:\payuni20241204\payuniSDK\obj\Debug\payuniSDK.pdb

PayuniSDK/obj/Debug/payuniSDK.dll

512 Bytes
Binary file not shown.

PayuniSDK/obj/Debug/payuniSDK.pdb

0 Bytes
Binary file not shown.

PayuniSDK/payuniAPI.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,8 @@ private string CurlApi()
296296
request.ContentType = "application/x-www-form-urlencoded";
297297
request.Timeout = 1000;
298298
request.ContentLength = postData.Length;
299+
request.UserAgent = "PRESCOSDKAPI";
300+
299301
// 寫入 Post Body Message 資料流
300302
using (Stream st = request.GetRequestStream())
301303
{

0 commit comments

Comments
 (0)