magpie 0.8.8 → 0.8.8.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,88 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
+ <head>
5
+ <meta name="Content-Type" content="text/html; charset=utf-8" />
6
+ <title>Top Level Namespace</title>
7
+ <link rel="stylesheet" href="css/style.css" type="text/css" media="screen" charset="utf-8" />
8
+ <link rel="stylesheet" href="css/common.css" type="text/css" media="screen" charset="utf-8" />
9
+
10
+ <script type="text/javascript" charset="utf-8">
11
+ relpath = '';
12
+ if (relpath != '') relpath += '/';
13
+ </script>
14
+ <script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
15
+ <script type="text/javascript" charset="utf-8" src="js/app.js"></script>
16
+
17
+ </head>
18
+ <body>
19
+ <script type="text/javascript" charset="utf-8">
20
+ if (window.top.frames.main) document.body.className = 'frames';
21
+ </script>
22
+
23
+ <div id="header">
24
+ <div id="menu">
25
+
26
+ <a href="_index.html">Index</a> &raquo;
27
+
28
+
29
+ <span class="title">Top Level Namespace</span>
30
+
31
+
32
+ <div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
33
+ </div>
34
+
35
+ <div id="search">
36
+ <a id="class_list_link" href="#">Class List</a>
37
+ <a id="method_list_link" href="#">Method List</a>
38
+ <a id ="file_list_link" href="#">File List</a>
39
+ </div>
40
+
41
+ <div class="clear"></div>
42
+ </div>
43
+
44
+ <iframe id="search_frame"></iframe>
45
+
46
+ <div id="content"><h1>Top Level Namespace
47
+
48
+
49
+
50
+ </h1>
51
+
52
+ <dl class="box">
53
+
54
+
55
+
56
+
57
+
58
+
59
+
60
+
61
+ </dl>
62
+ <div class="clear"></div>
63
+
64
+ <h2>Defined Under Namespace</h2>
65
+ <p class="children">
66
+
67
+
68
+ <strong class="modules">Modules:</strong> <span class='object_link'><a href="Magpie.html" title="Magpie (module)">Magpie</a></span>
69
+
70
+
71
+
72
+
73
+ </p>
74
+
75
+
76
+
77
+
78
+
79
+ </div>
80
+
81
+ <div id="footer">
82
+ Generated on Mon Nov 8 16:21:45 2010 by
83
+ <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
84
+ 0.6.1 (ruby-1.8.7).
85
+ </div>
86
+
87
+ </body>
88
+ </html>
@@ -28,7 +28,7 @@ module Magpie
28
28
 
29
29
  use Rack::ContentType, "text/html"
30
30
  use Rack::ContentLength
31
- use Rack::Static, :urls => ["/images"], :root => File.join(Dir.pwd, "..", "static")
31
+ use Rack::Static, :urls => ["/images"], :root => File.join(File.dirname(__FILE__), "..", "static")
32
32
 
33
33
  use Snake do |snake|
34
34
  snake.tongue :alipay, :states => :index
@@ -6,7 +6,7 @@ Object.class_eval{def blank?; self.to_s.gsub(/\s/, '').length == 0; end;}
6
6
 
7
7
  module Magpie
8
8
 
9
- VERSION = [0, 8, 8]
9
+ VERSION = [0, 8, 8, 1]
10
10
  FORMAT_ERRORS = %{%s : "%s" \n}
11
11
  FORMAT_NOTIFY = %{Notify to [%s] %s at[%s]\n Parameters:%s\n\nBusiness result:%s\n\n}
12
12
 
@@ -1,5 +1,7 @@
1
1
  # -*- coding: utf-8 -*-
2
2
 
3
+ require 'yaml'
4
+
3
5
  module Magpie
4
6
  class Server < Rack::Server
5
7
  class Options
@@ -1,7 +1,7 @@
1
1
  # -*- coding: utf-8 -*-
2
2
  Gem::Specification.new do |s|
3
3
  s.name = "magpie"
4
- s.version = "0.8.8"
4
+ s.version = "0.8.8.1"
5
5
  s.platform = Gem::Platform::RUBY
6
6
  s.summary = "用ruby语言编写的支付平台测试沙盒"
7
7
 
@@ -14,6 +14,48 @@ EOF
14
14
  %w(COPYING magpie.gemspec README.md Rakefile )
15
15
  s.files =%w(
16
16
  bin/mag
17
+ static/images
18
+ static/images/error.gif
19
+ static/images/q2.gif
20
+ doc/css
21
+ doc/css/full_list.css
22
+ doc/css/style.css
23
+ doc/css/common.css
24
+ doc/index.html
25
+ doc/js
26
+ doc/js/app.js
27
+ doc/js/jquery.js
28
+ doc/js/full_list.js
29
+ doc/frames.html
30
+ doc/file_list.html
31
+ doc/_index.html
32
+ doc/method_list.html
33
+ doc/file.README.html
34
+ doc/top-level-namespace.html
35
+ doc/class_list.html
36
+ doc/Magpie
37
+ doc/Magpie/Goose.html
38
+ doc/Magpie/Server
39
+ doc/Magpie/Server/Options.html
40
+ doc/Magpie/Utils.html
41
+ doc/Magpie/Tenpay.html
42
+ doc/Magpie/Goose
43
+ doc/Magpie/Goose/ClassMethods.html
44
+ doc/Magpie/Alipay.html
45
+ doc/Magpie/Chinabank.html
46
+ doc/Magpie/Dung.html
47
+ doc/Magpie/ChinabankModel.html
48
+ doc/Magpie/Snake.html
49
+ doc/Magpie/Server.html
50
+ doc/Magpie/AlipayModel.html
51
+ doc/Magpie/Mouse
52
+ doc/Magpie/Mouse/MouseError.html
53
+ doc/Magpie/Mouse/ClassMethods.html
54
+ doc/Magpie/TenpayModel.html
55
+ doc/Magpie/Mothlog.html
56
+ doc/Magpie/Rubber.html
57
+ doc/Magpie/Mouse.html
58
+ doc/Magpie.html
17
59
  lib/magpie/mouse.rb
18
60
  lib/magpie/server.rb
19
61
  lib/magpie/utils.rb
Binary file
Binary file
@@ -3150,3 +3150,2185 @@ I, [2010-11-03T16:54:07.015428 #5800] INFO -- : final: [21620002]您的请求
3150
3150
  desc: can't be blank
3151
3151
  transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
3152
3152
  bank_type: can't be blank
3153
+ I, [2010-11-08T16:16:15.828572 #4932] INFO -- : return_url: can't be blank
3154
+ final: 错误代码 ILLEGAL_SERVICE
3155
+ service: can't be blank
3156
+ sign_type: can't be blank
3157
+ subject: can't be blank
3158
+ seller: seller_email and seller_id can not both be blank
3159
+ sign: can't be blankinvalid sign
3160
+ out_trade_no: can't be blank
3161
+ partner: can't be blank
3162
+ money: price and total_fee can not both be blank
3163
+ payment_type: can't be blank
3164
+ notify_url: can't be blank
3165
+ I, [2010-11-08T16:16:16.229240 #4932] INFO -- : return_url: can't be blank
3166
+ final: 错误代码 ILLEGAL_PARTNER
3167
+ sign_type: can't be blank
3168
+ subject: can't be blank
3169
+ seller: seller_email and seller_id can not both be blank
3170
+ sign: can't be blankinvalid sign
3171
+ out_trade_no: can't be blank
3172
+ partner: can't be blank
3173
+ money: price and total_fee can not both be blank
3174
+ payment_type: can't be blank
3175
+ notify_url: can't be blank
3176
+ I, [2010-11-08T16:16:16.598311 #4932] INFO -- : return_url: can't be blank
3177
+ final: 错误代码 ILLEGAL_PARTNER
3178
+ sign_type: can't be blank
3179
+ _input_charset: should be utf-8 or gb2312
3180
+ subject: can't be blank
3181
+ seller: seller_email and seller_id can not both be blank
3182
+ sign: can't be blankinvalid sign
3183
+ out_trade_no: can't be blank
3184
+ partner: can't be blank
3185
+ money: price and total_fee can not both be blank
3186
+ payment_type: can't be blank
3187
+ notify_url: can't be blank
3188
+ I, [2010-11-08T16:16:16.997970 #4932] INFO -- : return_url: can't be blank
3189
+ final: 错误代码 ILLEGAL_PARTNER
3190
+ sign_type: can't be blank
3191
+ subject: can't be blank
3192
+ seller: seller_email and seller_id can not both be blank
3193
+ sign: can't be blankinvalid sign
3194
+ out_trade_no: can't be blank
3195
+ partner: can't be blank
3196
+ money: price and total_fee can not both be blank
3197
+ payment_type: can't be blank
3198
+ notify_url: can't be blank
3199
+ I, [2010-11-08T16:16:17.366212 #4932] INFO -- : return_url: can't be blank
3200
+ final: 错误代码 ILLEGAL_PARTNER
3201
+ sign_type: can't be blank
3202
+ subject: can't be blank
3203
+ seller: seller_email and seller_id can not both be blank
3204
+ sign: can't be blankinvalid sign
3205
+ out_trade_no: can't be blank
3206
+ partner: can't be blank
3207
+ money: price and total_fee can not both be blank
3208
+ payment_type: can't be blank
3209
+ notify_url: can't be blank
3210
+ I, [2010-11-08T16:16:17.735278 #4932] INFO -- : total_fee: format should be Number(13, 2)
3211
+ return_url: can't be blank
3212
+ final: 错误代码 ILLEGAL_PARTNER
3213
+ sign_type: can't be blank
3214
+ subject: can't be blank
3215
+ seller: seller_email and seller_id can not both be blank
3216
+ sign: can't be blankinvalid sign
3217
+ quantity: if price is not blank, must input quantity
3218
+ out_trade_no: can't be blank
3219
+ price: format should be Number(13, 2)
3220
+ partner: can't be blank
3221
+ money: price和total_fee不能同时出现
3222
+ payment_type: can't be blank
3223
+ notify_url: can't be blank
3224
+ I, [2010-11-08T16:16:18.105388 #4932] INFO -- : return_url: can't be blank
3225
+ final: 错误代码 ILLEGAL_PARTNER
3226
+ sign_type: can't be blank
3227
+ subject: can't be blank
3228
+ seller: seller_email and seller_id can not both be blank
3229
+ sign: can't be blankinvalid sign
3230
+ quantity: if price is not blank, must input quantity
3231
+ out_trade_no: can't be blank
3232
+ partner: can't be blank
3233
+ payment_type: can't be blank
3234
+ notify_url: can't be blank
3235
+ I, [2010-11-08T16:16:18.695142 #4932] INFO -- : return_url: can't be blank
3236
+ final: 错误代码 ILLEGAL_PARTNER
3237
+ sign_type: can't be blank
3238
+ subject: can't be blank
3239
+ seller: seller_email and seller_id can not both be blank
3240
+ sign: can't be blankinvalid sign
3241
+ out_trade_no: can't be blank
3242
+ partner: can't be blank
3243
+ money: price and total_fee can not both be blank
3244
+ payment_type: can't be blank
3245
+ notify_url: can't be blank
3246
+ I, [2010-11-08T16:16:19.058297 #4932] INFO -- : return_url: can't be blank
3247
+ final: 错误代码 ILLEGAL_PARTNER
3248
+ sign_type: can't be blank
3249
+ subject: can't be blank
3250
+ seller: seller_email and seller_id can not both be blank
3251
+ sign: can't be blankinvalid sign
3252
+ out_trade_no: can't be blank
3253
+ partner: is too long (maximum is 16 characters)not exist
3254
+ money: price and total_fee can not both be blank
3255
+ payment_type: is too long (maximum is 4 characters)
3256
+ notify_url: can't be blank
3257
+ I, [2010-11-08T16:16:19.460217 #4932] INFO -- : return_url: can't be blank
3258
+ final: 错误代码 ILLEGAL_PARTNER
3259
+ sign_type: can't be blank
3260
+ subject: can't be blank
3261
+ seller: seller_email and seller_id can not both be blank
3262
+ sign: can't be blankinvalid sign
3263
+ quantity: should be integer and between 1~999999
3264
+ out_trade_no: can't be blank
3265
+ partner: can't be blank
3266
+ money: price and total_fee can not both be blank
3267
+ payment_type: can't be blank
3268
+ notify_url: can't be blank
3269
+ I, [2010-11-08T16:16:24.841863 #4932] INFO -- : return_url: can't be blank
3270
+ final: 错误代码 ILLEGAL_PARTNER
3271
+ sign_type: can't be blank
3272
+ subject: can't be blank
3273
+ seller: seller_email and seller_id can not both be blank
3274
+ sign: can't be blankinvalid sign
3275
+ quantity: should be integer and between 1~999999
3276
+ out_trade_no: can't be blank
3277
+ partner: can't be blank
3278
+ money: price and total_fee can not both be blank
3279
+ payment_type: can't be blank
3280
+ notify_url: can't be blank
3281
+ I, [2010-11-08T16:16:28.239711 #4932] INFO -- : return_url: can't be blank
3282
+ final: 错误代码 ILLEGAL_PARTNER
3283
+ sign_type: can't be blank
3284
+ subject: can't be blank
3285
+ seller: seller_email and seller_id can not both be blank
3286
+ sign: can't be blankinvalid sign
3287
+ quantity: should be integer and between 1~999999
3288
+ out_trade_no: can't be blank
3289
+ partner: can't be blank
3290
+ money: price and total_fee can not both be blank
3291
+ payment_type: can't be blank
3292
+ notify_url: can't be blank
3293
+ I, [2010-11-08T16:16:28.605461 #4932] INFO -- : return_url: can't be blank
3294
+ final: 错误代码 ILLEGAL_PARTNER
3295
+ sign_type: can't be blank
3296
+ subject: can't be blank
3297
+ seller: seller_email and seller_id can not both be blank
3298
+ sign: can't be blankinvalid sign
3299
+ out_trade_no: can't be blank
3300
+ money: price and total_fee can not both be blank
3301
+ partner: not exist
3302
+ payment_type: can't be blank
3303
+ notify_url: can't be blank
3304
+ I, [2010-11-08T16:16:28.997054 #4932] INFO -- : return_url: can't be blank
3305
+ final: 错误代码 ILLEGAL_PARTNER
3306
+ sign_type: can't be blank
3307
+ subject: can't be blank
3308
+ seller: seller_email and seller_id can not both be blank
3309
+ sign: can't be blankinvalid sign
3310
+ out_trade_no: can't be blank
3311
+ money: price and total_fee can not both be blank
3312
+ payment_type: can't be blank
3313
+ notify_url: can't be blank
3314
+ I, [2010-11-08T16:16:29.371269 #4932] INFO -- : return_url: can't be blank
3315
+ final: 错误代码 ILLEGAL_SERVICE
3316
+ service: can't be blank
3317
+ sign_type: can't be blank
3318
+ subject: can't be blank
3319
+ seller: seller_email and seller_id can not both be blank
3320
+ sign: can't be blankinvalid sign
3321
+ out_trade_no: can't be blank
3322
+ partner: can't be blank
3323
+ money: price and total_fee can not both be blank
3324
+ payment_type: can't be blank
3325
+ notify_url: can't be blank
3326
+ I, [2010-11-08T16:16:29.741629 #4932] INFO -- : return_url: can't be blank
3327
+ final: 错误代码 ILLEGAL_PARTNER
3328
+ sign_type: can't be blank
3329
+ subject: can't be blank
3330
+ seller: seller_email and seller_id can not both be blank
3331
+ sign: can't be blankinvalid sign
3332
+ quantity: if price is not blank, must input quantity
3333
+ out_trade_no: can't be blank
3334
+ partner: can't be blank
3335
+ money: price和total_fee不能同时出现
3336
+ payment_type: can't be blank
3337
+ notify_url: can't be blank
3338
+ I, [2010-11-08T16:16:30.110765 #4932] INFO -- : return_url: can't be blank
3339
+ final: 错误代码 ILLEGAL_PARTNER
3340
+ sign_type: can't be blank
3341
+ subject: can't be blank
3342
+ seller: seller_email and seller_id can not both be blank
3343
+ sign: can't be blankinvalid sign
3344
+ out_trade_no: can't be blank
3345
+ partner: can't be blank
3346
+ money: price and total_fee can not both be blank
3347
+ payment_type: can't be blank
3348
+ notify_url: can't be blank
3349
+ I, [2010-11-08T16:16:30.475677 #4932] INFO -- : return_url: can't be blank
3350
+ final: 错误代码 ILLEGAL_PARTNER
3351
+ sign_type: can't be blank
3352
+ subject: can't be blank
3353
+ seller: seller_email and seller_id can not both be blank
3354
+ sign: invalid sign
3355
+ out_trade_no: can't be blank
3356
+ money: price and total_fee can not both be blank
3357
+ payment_type: can't be blank
3358
+ notify_url: can't be blank
3359
+ I, [2010-11-08T16:16:30.881732 #4932] INFO -- : return_url: can't be blank
3360
+ final: 错误代码 ILLEGAL_PARTNER
3361
+ sign_type: can't be blank
3362
+ subject: can't be blank
3363
+ seller: seller_email and seller_id can not both be blank
3364
+ out_trade_no: can't be blank
3365
+ money: price and total_fee can not both be blank
3366
+ payment_type: can't be blank
3367
+ notify_url: can't be blank
3368
+ I, [2010-11-08T16:16:34.319736 #4932] INFO -- : final: 出错了!200903数据签名验证未通过
3369
+ sign: invalid v_md5info
3370
+ v_md5info: can't be blank
3371
+ I, [2010-11-08T16:16:34.645572 #4932] INFO -- : v_oid: is too long (maximum is 64 characters)
3372
+ final: 出错了!500903参数错误,订单号过长
3373
+ sign: invalid v_md5info
3374
+ v_url: is too long (maximum is 200 characters)
3375
+ v_md5info: can't be blank
3376
+ I, [2010-11-08T16:16:34.977406 #4932] INFO -- : final: 出错了!501112参数错误,非法金额参数
3377
+ v_amount: format should be Number(6, 2)
3378
+ sign: invalid v_md5info
3379
+ v_md5info: can't be blank
3380
+ I, [2010-11-08T16:16:35.304020 #4932] INFO -- : final: 出错了!500708参数错误,该商户ID不存在
3381
+ sign: invalid v_md5info
3382
+ v_md5info: can't be blank
3383
+ v_mid: 商户编号不存在
3384
+ I, [2010-11-08T16:16:35.620603 #4932] INFO -- : final: 出错了!200903数据签名验证未通过
3385
+ sign: invalid v_md5info
3386
+ v_md5info: can't be blank
3387
+ I, [2010-11-08T16:16:35.897183 #4932] INFO -- : v_oid: can't be blank
3388
+ final: 出错了!500800错误的数据格式,不能解析
3389
+ v_amount: can't be blank
3390
+ v_moneytype: can't be blank
3391
+ v_url: can't be blank
3392
+ sign: invalid v_md5info
3393
+ v_md5info: can't be blank
3394
+ v_mid: can't be blank
3395
+ I, [2010-11-08T16:16:36.442359 #4932] INFO -- : final: 出错了!200903数据签名验证未通过
3396
+ sign: invalid v_md5info
3397
+ I, [2010-11-08T16:16:36.752351 #4932] INFO -- : final: 出错了!200903数据签名验证未通过
3398
+ I, [2010-11-08T16:16:37.158700 #4932] INFO -- : Mon Nov 08 16:16:37 +0800 2010:./test/../lib/magpie/rubber.rb:7}:./test/../lib/magpie/utils.rb:120:in `send_notify'
3399
+ /usr/local/lib/ruby/1.8/timeout.rb:62:in `timeout'
3400
+ /usr/local/lib/ruby/1.8/timeout.rb:93:in `timeout'
3401
+ ./test/../lib/magpie/utils.rb:112:in `send_notify'
3402
+ ./test/../lib/magpie/rubber.rb:5:in `try'
3403
+ ./test/../lib/magpie/utils.rb:111:in `send_notify'
3404
+ ./test/test_utils.rb:23:in `test_send_notify_code'
3405
+ /usr/local/lib/ruby/1.8/test/unit/testcase.rb:78:in `__send__'
3406
+ /usr/local/lib/ruby/1.8/test/unit/testcase.rb:78:in `run'
3407
+ I, [2010-11-08T16:16:37.342593 #4932] INFO -- : Mon Nov 08 16:16:37 +0800 2010:./test/../lib/magpie/rubber.rb:7}:./test/../lib/magpie/utils.rb:120:in `send_notify'
3408
+ /usr/local/lib/ruby/1.8/timeout.rb:62:in `timeout'
3409
+ /usr/local/lib/ruby/1.8/timeout.rb:93:in `timeout'
3410
+ ./test/../lib/magpie/utils.rb:112:in `send_notify'
3411
+ ./test/../lib/magpie/rubber.rb:5:in `try'
3412
+ ./test/../lib/magpie/utils.rb:111:in `send_notify'
3413
+ ./test/test_utils.rb:23:in `test_send_notify_code'
3414
+ /usr/local/lib/ruby/1.8/test/unit/testcase.rb:78:in `__send__'
3415
+ /usr/local/lib/ruby/1.8/test/unit/testcase.rb:78:in `run'
3416
+ I, [2010-11-08T16:16:37.534984 #4932] INFO -- : Mon Nov 08 16:16:37 +0800 2010:./test/../lib/magpie/rubber.rb:7}:./test/../lib/magpie/utils.rb:120:in `send_notify'
3417
+ /usr/local/lib/ruby/1.8/timeout.rb:62:in `timeout'
3418
+ /usr/local/lib/ruby/1.8/timeout.rb:93:in `timeout'
3419
+ ./test/../lib/magpie/utils.rb:112:in `send_notify'
3420
+ ./test/../lib/magpie/rubber.rb:5:in `try'
3421
+ ./test/../lib/magpie/utils.rb:111:in `send_notify'
3422
+ ./test/test_utils.rb:23:in `test_send_notify_code'
3423
+ /usr/local/lib/ruby/1.8/test/unit/testcase.rb:78:in `__send__'
3424
+ /usr/local/lib/ruby/1.8/test/unit/testcase.rb:78:in `run'
3425
+ I, [2010-11-08T16:16:42.703340 #4932] INFO -- : Mon Nov 08 16:16:42 +0800 2010:./test/../lib/magpie/rubber.rb:7}:/usr/local/lib/ruby/1.8/timeout.rb:60:in `open'
3426
+ /usr/local/lib/ruby/1.8/net/http.rb:560:in `connect'
3427
+ /usr/local/lib/ruby/1.8/timeout.rb:53:in `timeout'
3428
+ /usr/local/lib/ruby/1.8/timeout.rb:93:in `timeout'
3429
+ /usr/local/lib/ruby/1.8/net/http.rb:560:in `connect'
3430
+ /usr/local/lib/ruby/1.8/net/http.rb:553:in `do_start'
3431
+ /usr/local/lib/ruby/1.8/net/http.rb:542:in `start'
3432
+ ./test/../lib/magpie/utils.rb:90:in `start_http'
3433
+ ./test/../lib/magpie/utils.rb:103:in `post_query'
3434
+ I, [2010-11-08T16:16:43.073792 #4932] INFO -- : Mon Nov 08 16:16:43 +0800 2010:./test/../lib/magpie/rubber.rb:7}:./test/../lib/magpie/utils.rb:120:in `send_notify'
3435
+ /usr/local/lib/ruby/1.8/timeout.rb:62:in `timeout'
3436
+ /usr/local/lib/ruby/1.8/timeout.rb:93:in `timeout'
3437
+ ./test/../lib/magpie/utils.rb:112:in `send_notify'
3438
+ ./test/../lib/magpie/rubber.rb:5:in `try'
3439
+ ./test/../lib/magpie/utils.rb:111:in `send_notify'
3440
+ ./test/test_utils.rb:29:in `test_send_notify_code'
3441
+ /usr/local/lib/ruby/1.8/test/unit/testcase.rb:78:in `__send__'
3442
+ /usr/local/lib/ruby/1.8/test/unit/testcase.rb:78:in `run'
3443
+ I, [2010-11-08T16:16:43.257005 #4932] INFO -- : Mon Nov 08 16:16:43 +0800 2010:./test/../lib/magpie/rubber.rb:7}:./test/../lib/magpie/utils.rb:120:in `send_notify'
3444
+ /usr/local/lib/ruby/1.8/timeout.rb:62:in `timeout'
3445
+ /usr/local/lib/ruby/1.8/timeout.rb:93:in `timeout'
3446
+ ./test/../lib/magpie/utils.rb:112:in `send_notify'
3447
+ ./test/../lib/magpie/rubber.rb:5:in `try'
3448
+ ./test/../lib/magpie/utils.rb:111:in `send_notify'
3449
+ ./test/test_utils.rb:29:in `test_send_notify_code'
3450
+ /usr/local/lib/ruby/1.8/test/unit/testcase.rb:78:in `__send__'
3451
+ /usr/local/lib/ruby/1.8/test/unit/testcase.rb:78:in `run'
3452
+ I, [2010-11-08T16:16:43.443107 #4932] INFO -- : Mon Nov 08 16:16:43 +0800 2010:./test/../lib/magpie/rubber.rb:7}:./test/../lib/magpie/utils.rb:120:in `send_notify'
3453
+ /usr/local/lib/ruby/1.8/timeout.rb:62:in `timeout'
3454
+ /usr/local/lib/ruby/1.8/timeout.rb:93:in `timeout'
3455
+ ./test/../lib/magpie/utils.rb:112:in `send_notify'
3456
+ ./test/../lib/magpie/rubber.rb:5:in `try'
3457
+ ./test/../lib/magpie/utils.rb:111:in `send_notify'
3458
+ ./test/test_utils.rb:29:in `test_send_notify_code'
3459
+ /usr/local/lib/ruby/1.8/test/unit/testcase.rb:78:in `__send__'
3460
+ /usr/local/lib/ruby/1.8/test/unit/testcase.rb:78:in `run'
3461
+ I, [2010-11-08T16:16:48.615910 #4932] INFO -- : Mon Nov 08 16:16:48 +0800 2010:./test/../lib/magpie/rubber.rb:7}:/usr/local/lib/ruby/1.8/timeout.rb:60:in `open'
3462
+ /usr/local/lib/ruby/1.8/net/http.rb:560:in `connect'
3463
+ /usr/local/lib/ruby/1.8/timeout.rb:53:in `timeout'
3464
+ /usr/local/lib/ruby/1.8/timeout.rb:93:in `timeout'
3465
+ /usr/local/lib/ruby/1.8/net/http.rb:560:in `connect'
3466
+ /usr/local/lib/ruby/1.8/net/http.rb:553:in `do_start'
3467
+ /usr/local/lib/ruby/1.8/net/http.rb:542:in `start'
3468
+ ./test/../lib/magpie/utils.rb:90:in `start_http'
3469
+ ./test/../lib/magpie/utils.rb:96:in `get_query'
3470
+ I, [2010-11-08T16:16:48.798164 #4932] INFO -- : Mon Nov 08 16:16:48 +0800 2010:./test/../lib/magpie/rubber.rb:7}:/usr/local/lib/ruby/1.8/net/http.rb:560:in `initialize'
3471
+ /usr/local/lib/ruby/1.8/net/http.rb:560:in `open'
3472
+ /usr/local/lib/ruby/1.8/net/http.rb:560:in `connect'
3473
+ /usr/local/lib/ruby/1.8/timeout.rb:53:in `timeout'
3474
+ /usr/local/lib/ruby/1.8/timeout.rb:93:in `timeout'
3475
+ /usr/local/lib/ruby/1.8/net/http.rb:560:in `connect'
3476
+ /usr/local/lib/ruby/1.8/net/http.rb:553:in `do_start'
3477
+ /usr/local/lib/ruby/1.8/net/http.rb:542:in `start'
3478
+ ./test/../lib/magpie/utils.rb:90:in `start_http'
3479
+ I, [2010-11-08T16:16:48.798973 #4932] INFO -- : Mon Nov 08 16:16:48 +0800 2010:./test/../lib/magpie/rubber.rb:7}:/usr/local/lib/ruby/1.8/net/http.rb:560:in `initialize'
3480
+ /usr/local/lib/ruby/1.8/net/http.rb:560:in `open'
3481
+ /usr/local/lib/ruby/1.8/net/http.rb:560:in `connect'
3482
+ /usr/local/lib/ruby/1.8/timeout.rb:53:in `timeout'
3483
+ /usr/local/lib/ruby/1.8/timeout.rb:93:in `timeout'
3484
+ /usr/local/lib/ruby/1.8/net/http.rb:560:in `connect'
3485
+ /usr/local/lib/ruby/1.8/net/http.rb:553:in `do_start'
3486
+ /usr/local/lib/ruby/1.8/net/http.rb:542:in `start'
3487
+ ./test/../lib/magpie/utils.rb:90:in `start_http'
3488
+ I, [2010-11-08T16:16:48.799692 #4932] INFO -- : Mon Nov 08 16:16:48 +0800 2010:./test/../lib/magpie/rubber.rb:7}:/usr/local/lib/ruby/1.8/net/http.rb:560:in `initialize'
3489
+ /usr/local/lib/ruby/1.8/net/http.rb:560:in `open'
3490
+ /usr/local/lib/ruby/1.8/net/http.rb:560:in `connect'
3491
+ /usr/local/lib/ruby/1.8/timeout.rb:53:in `timeout'
3492
+ /usr/local/lib/ruby/1.8/timeout.rb:93:in `timeout'
3493
+ /usr/local/lib/ruby/1.8/net/http.rb:560:in `connect'
3494
+ /usr/local/lib/ruby/1.8/net/http.rb:553:in `do_start'
3495
+ /usr/local/lib/ruby/1.8/net/http.rb:542:in `start'
3496
+ ./test/../lib/magpie/utils.rb:90:in `start_http'
3497
+ I, [2010-11-08T16:16:48.821458 #4932] INFO -- : return_url: can't be blank
3498
+ sign_type: can't be blank
3499
+ service: can't be blank
3500
+ seller: seller_email and seller_id can not both be blank
3501
+ subject: can't be blank
3502
+ sign: can't be blankinvalid sign
3503
+ out_trade_no: can't be blank
3504
+ money: price and total_fee can not both be blank
3505
+ partner: can't be blank
3506
+ payment_type: can't be blank
3507
+ notify_url: can't be blank
3508
+ I, [2010-11-08T16:16:48.886022 #4932] INFO -- : v_oid: can't be blank
3509
+ v_amount: can't be blank
3510
+ v_moneytype: can't be blank
3511
+ sign: invalid v_md5info
3512
+ v_url: can't be blank
3513
+ v_md5info: can't be blank
3514
+ v_mid: can't be blank
3515
+ I, [2010-11-08T16:16:48.889344 #4932] INFO -- : v_oid: can't be blank
3516
+ v_amount: can't be blank
3517
+ v_moneytype: can't be blank
3518
+ sign: invalid v_md5info
3519
+ v_url: can't be blank
3520
+ v_md5info: can't be blank
3521
+ v_mid: can't be blank
3522
+ I, [2010-11-08T16:16:48.892660 #4932] INFO -- : #<NoMethodError: private method `split' called for nil:NilClass>:
3523
+ ./test/../lib/middles/snake.rb:101:in `query_to_hash'
3524
+ ./test/../lib/middles/snake.rb:84:in `order_pay'
3525
+ ./test/../lib/middles/snake.rb:10:in `call'
3526
+ ./test/../lib/middles/snake.rb:10
3527
+ ./test/../lib/middles/snake.rb:24:in `call'
3528
+ ./test/../lib/middles/snake.rb:24:in `call'
3529
+ ./test/../lib/middles/snake.rb:22:in `each'
3530
+ ./test/../lib/middles/snake.rb:22:in `call'
3531
+ /usr/local/lib/ruby/gems/1.8/gems/rack-1.2.1/lib/rack/static.rb:33:in `call'
3532
+ I, [2010-11-08T16:16:48.894016 #4932] INFO -- : return_url: can't be blank
3533
+ sign_type: can't be blank
3534
+ service: can't be blank
3535
+ seller: seller_email and seller_id can not both be blank
3536
+ subject: can't be blank
3537
+ sign: can't be blankinvalid sign
3538
+ out_trade_no: can't be blank
3539
+ money: price and total_fee can not both be blank
3540
+ partner: can't be blank
3541
+ payment_type: can't be blank
3542
+ notify_url: can't be blank
3543
+ I, [2010-11-08T16:16:48.901910 #4932] INFO -- : total_fee: can't be blank
3544
+ bargainor_id: can't be blank
3545
+ return_url: can't be blank
3546
+ transaction_id: can't be blank
3547
+ desc: can't be blank
3548
+ sp_billno: can't be blank
3549
+ date: can't be blank
3550
+ cmdno: can't be blank
3551
+ sign: can't be blankinvalid sign
3552
+ fee_type: can't be blank
3553
+ bank_type: can't be blank
3554
+ attach: can't be blank
3555
+ spbill_create_ip: can't be blank
3556
+ I, [2010-11-08T16:16:48.905397 #4932] INFO -- : total_fee: can't be blank
3557
+ bargainor_id: can't be blank
3558
+ return_url: can't be blank
3559
+ transaction_id: can't be blank
3560
+ desc: can't be blank
3561
+ sp_billno: can't be blank
3562
+ date: can't be blank
3563
+ cmdno: can't be blank
3564
+ sign: can't be blankinvalid sign
3565
+ fee_type: can't be blank
3566
+ bank_type: can't be blank
3567
+ attach: can't be blank
3568
+ spbill_create_ip: can't be blank
3569
+ I, [2010-11-08T16:16:49.505182 #4932] INFO -- : final: [21620002]您的请求无效,请重新操作
3570
+ desc: can't be blank
3571
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
3572
+ sign: can't be blankinvalid sign
3573
+ bank_type: can't be blank
3574
+ I, [2010-11-08T16:16:50.072489 #4932] INFO -- : final: [21620002]您的请求无效,请重新操作
3575
+ desc: can't be blank
3576
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
3577
+ sign: can't be blankinvalid sign
3578
+ bank_type: can't be blank
3579
+ I, [2010-11-08T16:16:50.619638 #4932] INFO -- : final: [21620002]您的请求无效,请重新操作
3580
+ desc: can't be blank
3581
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
3582
+ sign: can't be blankinvalid sign
3583
+ bank_type: can't be blank
3584
+ I, [2010-11-08T16:16:50.978316 #4932] INFO -- : bargainor_id: can't be blank
3585
+ total_fee: can't be blank
3586
+ return_url: can't be blank
3587
+ final: 您的支付请求类型稍后支持,敬请期待
3588
+ desc: can't be blank
3589
+ transaction_id: can't be blank
3590
+ sp_billno: can't be blank
3591
+ cmdno: can't be blank
3592
+ date: can't be blank
3593
+ fee_type: can't be blank
3594
+ sign: can't be blankinvalid sign
3595
+ bank_type: can't be blank
3596
+ attach: can't be blank
3597
+ spbill_create_ip: can't be blank
3598
+ I, [2010-11-08T16:16:51.544006 #4932] INFO -- : final: [21620002]您的请求无效,请重新操作
3599
+ desc: can't be blank
3600
+ sign: can't be blankinvalid sign
3601
+ bank_type: can't be blank
3602
+ I, [2010-11-08T16:16:52.058546 #4932] INFO -- : total_fee: 格式错误,只能为数字,以分为单位,不允许包含任何字符
3603
+ final: [21620002]您的请求无效,请重新操作
3604
+ desc: can't be blank
3605
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
3606
+ sign: can't be blankinvalid sign
3607
+ bank_type: can't be blank
3608
+ I, [2010-11-08T16:16:52.611743 #4932] INFO -- : total_fee: 格式错误,只能为数字,以分为单位,不允许包含任何字符
3609
+ final: [21620002]您的请求无效,请重新操作
3610
+ desc: can't be blank
3611
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
3612
+ sign: can't be blankinvalid sign
3613
+ bank_type: can't be blank
3614
+ I, [2010-11-08T16:16:53.141237 #4932] INFO -- : final: [21620002]您的请求无效,请重新操作
3615
+ desc: can't be blank
3616
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
3617
+ sign: can't be blankinvalid sign
3618
+ bank_type: can't be blank
3619
+ I, [2010-11-08T16:16:53.663721 #4932] INFO -- : final: [21620002]您的请求无效,请重新操作
3620
+ desc: can't be blank
3621
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
3622
+ sign: can't be blankinvalid sign
3623
+ fee_type: 目前只支持人民币,请填1
3624
+ bank_type: can't be blank
3625
+ I, [2010-11-08T16:16:54.349691 #4932] INFO -- : final: [21620002]您的请求无效,请重新操作
3626
+ desc: can't be blank
3627
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
3628
+ sign: can't be blankinvalid sign
3629
+ bank_type: can't be blank
3630
+ I, [2010-11-08T16:16:54.860272 #4932] INFO -- : final: [21620002]您的请求无效,请重新操作
3631
+ desc: can't be blank
3632
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
3633
+ sign: can't be blankinvalid sign
3634
+ bank_type: can't be blank
3635
+ spbill_create_ip: 格式错误
3636
+ I, [2010-11-08T16:16:55.404426 #4932] INFO -- : final: [21620002]您的请求无效,请重新操作
3637
+ desc: can't be blank
3638
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
3639
+ sign: can't be blankinvalid sign
3640
+ bank_type: can't be blank
3641
+ spbill_create_ip: 格式错误
3642
+ I, [2010-11-08T16:16:56.178547 #4932] INFO -- : final: [21620002]您的请求无效,请重新操作
3643
+ desc: can't be blank
3644
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
3645
+ sign: can't be blankinvalid sign
3646
+ bank_type: can't be blank
3647
+ I, [2010-11-08T16:16:56.704192 #4932] INFO -- : final: [21620002]您的请求无效,请重新操作
3648
+ desc: can't be blank
3649
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
3650
+ sp_billno: 长度错误,应该在28个字符内
3651
+ sign: can't be blankinvalid sign
3652
+ bank_type: can't be blank
3653
+ I, [2010-11-08T16:16:57.058755 #4932] INFO -- : bargainor_id: can't be blank
3654
+ total_fee: can't be blank
3655
+ return_url: can't be blank
3656
+ final: 您的支付请求类型稍后支持,敬请期待
3657
+ desc: can't be blank
3658
+ transaction_id: can't be blank
3659
+ sp_billno: can't be blank
3660
+ cmdno: can't be blank
3661
+ date: can't be blank
3662
+ fee_type: can't be blank
3663
+ sign: can't be blankinvalid sign
3664
+ bank_type: can't be blank
3665
+ attach: can't be blank
3666
+ spbill_create_ip: can't be blank
3667
+ I, [2010-11-08T16:16:57.628798 #4932] INFO -- : bargainor_id: 商户号不存在
3668
+ final: [21620002]您的请求无效,请重新操作
3669
+ desc: can't be blank
3670
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
3671
+ sign: can't be blankinvalid sign
3672
+ bank_type: can't be blank
3673
+ I, [2010-11-08T16:16:58.182333 #4932] INFO -- : bargainor_id: 商户号不存在
3674
+ final: [21620002]您的请求无效,请重新操作
3675
+ desc: can't be blank
3676
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
3677
+ sign: can't be blankinvalid sign
3678
+ bank_type: can't be blank
3679
+ I, [2010-11-08T16:16:58.588628 #4932] INFO -- : bargainor_id: can't be blank
3680
+ total_fee: can't be blank
3681
+ return_url: can't be blank
3682
+ final: 您的支付请求类型稍后支持,敬请期待
3683
+ desc: can't be blank
3684
+ transaction_id: can't be blank
3685
+ sp_billno: can't be blank
3686
+ cmdno: can't be blank
3687
+ date: can't be blank
3688
+ fee_type: can't be blank
3689
+ sign: can't be blankinvalid sign
3690
+ bank_type: can't be blank
3691
+ attach: can't be blank
3692
+ spbill_create_ip: can't be blank
3693
+ I, [2010-11-08T16:16:58.909850 #4932] INFO -- : final: 聽聽发生错误了!聽聽10000002|
3694
+ desc: can't be blank
3695
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
3696
+ sign: sign签名必须大写invalid sign
3697
+ bank_type: can't be blank
3698
+ I, [2010-11-08T16:16:59.228440 #4932] INFO -- : final: 聽聽发生错误了!聽聽10000002|
3699
+ desc: can't be blank
3700
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
3701
+ sign: invalid sign
3702
+ bank_type: can't be blank
3703
+ I, [2010-11-08T16:16:59.743702 #4932] INFO -- : final: [21620002]您的请求无效,请重新操作
3704
+ desc: can't be blank
3705
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
3706
+ sign: invalid sign
3707
+ bank_type: can't be blank
3708
+ I, [2010-11-08T16:17:00.282131 #4932] INFO -- : final: [21620002]您的请求无效,请重新操作
3709
+ desc: can't be blank
3710
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
3711
+ bank_type: can't be blank
3712
+ I, [2010-11-08T16:25:23.785877 #5135] INFO -- : return_url: can't be blank
3713
+ final: 错误代码 ILLEGAL_SERVICE
3714
+ service: can't be blank
3715
+ sign_type: can't be blank
3716
+ subject: can't be blank
3717
+ seller: seller_email and seller_id can not both be blank
3718
+ sign: can't be blankinvalid sign
3719
+ out_trade_no: can't be blank
3720
+ partner: can't be blank
3721
+ money: price and total_fee can not both be blank
3722
+ payment_type: can't be blank
3723
+ notify_url: can't be blank
3724
+ I, [2010-11-08T16:25:24.156161 #5135] INFO -- : return_url: can't be blank
3725
+ final: 错误代码 ILLEGAL_PARTNER
3726
+ sign_type: can't be blank
3727
+ subject: can't be blank
3728
+ seller: seller_email and seller_id can not both be blank
3729
+ sign: can't be blankinvalid sign
3730
+ out_trade_no: can't be blank
3731
+ partner: can't be blank
3732
+ money: price and total_fee can not both be blank
3733
+ payment_type: can't be blank
3734
+ notify_url: can't be blank
3735
+ I, [2010-11-08T16:25:24.534121 #5135] INFO -- : return_url: can't be blank
3736
+ final: 错误代码 ILLEGAL_PARTNER
3737
+ sign_type: can't be blank
3738
+ _input_charset: should be utf-8 or gb2312
3739
+ subject: can't be blank
3740
+ seller: seller_email and seller_id can not both be blank
3741
+ sign: can't be blankinvalid sign
3742
+ out_trade_no: can't be blank
3743
+ partner: can't be blank
3744
+ money: price and total_fee can not both be blank
3745
+ payment_type: can't be blank
3746
+ notify_url: can't be blank
3747
+ I, [2010-11-08T16:25:24.900360 #5135] INFO -- : return_url: can't be blank
3748
+ final: 错误代码 ILLEGAL_PARTNER
3749
+ sign_type: can't be blank
3750
+ subject: can't be blank
3751
+ seller: seller_email and seller_id can not both be blank
3752
+ sign: can't be blankinvalid sign
3753
+ out_trade_no: can't be blank
3754
+ partner: can't be blank
3755
+ money: price and total_fee can not both be blank
3756
+ payment_type: can't be blank
3757
+ notify_url: can't be blank
3758
+ I, [2010-11-08T16:25:25.270982 #5135] INFO -- : return_url: can't be blank
3759
+ final: 错误代码 ILLEGAL_PARTNER
3760
+ sign_type: can't be blank
3761
+ subject: can't be blank
3762
+ seller: seller_email and seller_id can not both be blank
3763
+ sign: can't be blankinvalid sign
3764
+ out_trade_no: can't be blank
3765
+ partner: can't be blank
3766
+ money: price and total_fee can not both be blank
3767
+ payment_type: can't be blank
3768
+ notify_url: can't be blank
3769
+ I, [2010-11-08T16:25:25.634319 #5135] INFO -- : total_fee: format should be Number(13, 2)
3770
+ return_url: can't be blank
3771
+ final: 错误代码 ILLEGAL_PARTNER
3772
+ sign_type: can't be blank
3773
+ subject: can't be blank
3774
+ seller: seller_email and seller_id can not both be blank
3775
+ sign: can't be blankinvalid sign
3776
+ quantity: if price is not blank, must input quantity
3777
+ out_trade_no: can't be blank
3778
+ price: format should be Number(13, 2)
3779
+ partner: can't be blank
3780
+ money: price和total_fee不能同时出现
3781
+ payment_type: can't be blank
3782
+ notify_url: can't be blank
3783
+ I, [2010-11-08T16:25:26.225974 #5135] INFO -- : return_url: can't be blank
3784
+ final: 错误代码 ILLEGAL_PARTNER
3785
+ sign_type: can't be blank
3786
+ subject: can't be blank
3787
+ seller: seller_email and seller_id can not both be blank
3788
+ sign: can't be blankinvalid sign
3789
+ quantity: if price is not blank, must input quantity
3790
+ out_trade_no: can't be blank
3791
+ partner: can't be blank
3792
+ payment_type: can't be blank
3793
+ notify_url: can't be blank
3794
+ I, [2010-11-08T16:25:26.638153 #5135] INFO -- : return_url: can't be blank
3795
+ final: 错误代码 ILLEGAL_PARTNER
3796
+ sign_type: can't be blank
3797
+ subject: can't be blank
3798
+ seller: seller_email and seller_id can not both be blank
3799
+ sign: can't be blankinvalid sign
3800
+ out_trade_no: can't be blank
3801
+ partner: can't be blank
3802
+ money: price and total_fee can not both be blank
3803
+ payment_type: can't be blank
3804
+ notify_url: can't be blank
3805
+ I, [2010-11-08T16:25:27.004875 #5135] INFO -- : return_url: can't be blank
3806
+ final: 错误代码 ILLEGAL_PARTNER
3807
+ sign_type: can't be blank
3808
+ subject: can't be blank
3809
+ seller: seller_email and seller_id can not both be blank
3810
+ sign: can't be blankinvalid sign
3811
+ out_trade_no: can't be blank
3812
+ partner: is too long (maximum is 16 characters)not exist
3813
+ money: price and total_fee can not both be blank
3814
+ payment_type: is too long (maximum is 4 characters)
3815
+ notify_url: can't be blank
3816
+ I, [2010-11-08T16:25:27.376458 #5135] INFO -- : return_url: can't be blank
3817
+ final: 错误代码 ILLEGAL_PARTNER
3818
+ sign_type: can't be blank
3819
+ subject: can't be blank
3820
+ seller: seller_email and seller_id can not both be blank
3821
+ sign: can't be blankinvalid sign
3822
+ quantity: should be integer and between 1~999999
3823
+ out_trade_no: can't be blank
3824
+ partner: can't be blank
3825
+ money: price and total_fee can not both be blank
3826
+ payment_type: can't be blank
3827
+ notify_url: can't be blank
3828
+ I, [2010-11-08T16:25:27.751067 #5135] INFO -- : return_url: can't be blank
3829
+ final: 错误代码 ILLEGAL_PARTNER
3830
+ sign_type: can't be blank
3831
+ subject: can't be blank
3832
+ seller: seller_email and seller_id can not both be blank
3833
+ sign: can't be blankinvalid sign
3834
+ quantity: should be integer and between 1~999999
3835
+ out_trade_no: can't be blank
3836
+ partner: can't be blank
3837
+ money: price and total_fee can not both be blank
3838
+ payment_type: can't be blank
3839
+ notify_url: can't be blank
3840
+ I, [2010-11-08T16:25:28.120194 #5135] INFO -- : return_url: can't be blank
3841
+ final: 错误代码 ILLEGAL_PARTNER
3842
+ sign_type: can't be blank
3843
+ subject: can't be blank
3844
+ seller: seller_email and seller_id can not both be blank
3845
+ sign: can't be blankinvalid sign
3846
+ quantity: should be integer and between 1~999999
3847
+ out_trade_no: can't be blank
3848
+ partner: can't be blank
3849
+ money: price and total_fee can not both be blank
3850
+ payment_type: can't be blank
3851
+ notify_url: can't be blank
3852
+ I, [2010-11-08T16:25:28.503443 #5135] INFO -- : return_url: can't be blank
3853
+ final: 错误代码 ILLEGAL_PARTNER
3854
+ sign_type: can't be blank
3855
+ subject: can't be blank
3856
+ seller: seller_email and seller_id can not both be blank
3857
+ sign: can't be blankinvalid sign
3858
+ out_trade_no: can't be blank
3859
+ money: price and total_fee can not both be blank
3860
+ partner: not exist
3861
+ payment_type: can't be blank
3862
+ notify_url: can't be blank
3863
+ I, [2010-11-08T16:25:28.862918 #5135] INFO -- : return_url: can't be blank
3864
+ final: 错误代码 ILLEGAL_PARTNER
3865
+ sign_type: can't be blank
3866
+ subject: can't be blank
3867
+ seller: seller_email and seller_id can not both be blank
3868
+ sign: can't be blankinvalid sign
3869
+ out_trade_no: can't be blank
3870
+ money: price and total_fee can not both be blank
3871
+ payment_type: can't be blank
3872
+ notify_url: can't be blank
3873
+ I, [2010-11-08T16:25:34.236907 #5135] INFO -- : return_url: can't be blank
3874
+ final: 错误代码 ILLEGAL_SERVICE
3875
+ service: can't be blank
3876
+ sign_type: can't be blank
3877
+ subject: can't be blank
3878
+ seller: seller_email and seller_id can not both be blank
3879
+ sign: can't be blankinvalid sign
3880
+ out_trade_no: can't be blank
3881
+ partner: can't be blank
3882
+ money: price and total_fee can not both be blank
3883
+ payment_type: can't be blank
3884
+ notify_url: can't be blank
3885
+ I, [2010-11-08T16:25:34.615991 #5135] INFO -- : return_url: can't be blank
3886
+ final: 错误代码 ILLEGAL_PARTNER
3887
+ sign_type: can't be blank
3888
+ subject: can't be blank
3889
+ seller: seller_email and seller_id can not both be blank
3890
+ sign: can't be blankinvalid sign
3891
+ quantity: if price is not blank, must input quantity
3892
+ out_trade_no: can't be blank
3893
+ partner: can't be blank
3894
+ money: price和total_fee不能同时出现
3895
+ payment_type: can't be blank
3896
+ notify_url: can't be blank
3897
+ I, [2010-11-08T16:25:34.993712 #5135] INFO -- : return_url: can't be blank
3898
+ final: 错误代码 ILLEGAL_PARTNER
3899
+ sign_type: can't be blank
3900
+ subject: can't be blank
3901
+ seller: seller_email and seller_id can not both be blank
3902
+ sign: can't be blankinvalid sign
3903
+ out_trade_no: can't be blank
3904
+ partner: can't be blank
3905
+ money: price and total_fee can not both be blank
3906
+ payment_type: can't be blank
3907
+ notify_url: can't be blank
3908
+ I, [2010-11-08T16:25:35.382904 #5135] INFO -- : return_url: can't be blank
3909
+ final: 错误代码 ILLEGAL_PARTNER
3910
+ sign_type: can't be blank
3911
+ subject: can't be blank
3912
+ seller: seller_email and seller_id can not both be blank
3913
+ sign: invalid sign
3914
+ out_trade_no: can't be blank
3915
+ money: price and total_fee can not both be blank
3916
+ payment_type: can't be blank
3917
+ notify_url: can't be blank
3918
+ I, [2010-11-08T16:25:35.772856 #5135] INFO -- : return_url: can't be blank
3919
+ final: 错误代码 ILLEGAL_PARTNER
3920
+ sign_type: can't be blank
3921
+ subject: can't be blank
3922
+ seller: seller_email and seller_id can not both be blank
3923
+ out_trade_no: can't be blank
3924
+ money: price and total_fee can not both be blank
3925
+ payment_type: can't be blank
3926
+ notify_url: can't be blank
3927
+ I, [2010-11-08T16:25:37.378410 #5135] INFO -- : final: 出错了!200903数据签名验证未通过
3928
+ sign: invalid v_md5info
3929
+ v_md5info: can't be blank
3930
+ I, [2010-11-08T16:25:40.957713 #5135] INFO -- : v_oid: is too long (maximum is 64 characters)
3931
+ final: 出错了!500903参数错误,订单号过长
3932
+ sign: invalid v_md5info
3933
+ v_url: is too long (maximum is 200 characters)
3934
+ v_md5info: can't be blank
3935
+ I, [2010-11-08T16:25:41.296537 #5135] INFO -- : final: 出错了!501112参数错误,非法金额参数
3936
+ v_amount: format should be Number(6, 2)
3937
+ sign: invalid v_md5info
3938
+ v_md5info: can't be blank
3939
+ I, [2010-11-08T16:25:41.625393 #5135] INFO -- : final: 出错了!500708参数错误,该商户ID不存在
3940
+ sign: invalid v_md5info
3941
+ v_md5info: can't be blank
3942
+ v_mid: 商户编号不存在
3943
+ I, [2010-11-08T16:25:41.951767 #5135] INFO -- : final: 出错了!200903数据签名验证未通过
3944
+ sign: invalid v_md5info
3945
+ v_md5info: can't be blank
3946
+ I, [2010-11-08T16:25:42.235563 #5135] INFO -- : v_oid: can't be blank
3947
+ final: 出错了!500800错误的数据格式,不能解析
3948
+ v_amount: can't be blank
3949
+ v_moneytype: can't be blank
3950
+ v_url: can't be blank
3951
+ sign: invalid v_md5info
3952
+ v_md5info: can't be blank
3953
+ v_mid: can't be blank
3954
+ I, [2010-11-08T16:25:42.584530 #5135] INFO -- : final: 出错了!200903数据签名验证未通过
3955
+ sign: invalid v_md5info
3956
+ I, [2010-11-08T16:25:43.109502 #5135] INFO -- : final: 出错了!200903数据签名验证未通过
3957
+ I, [2010-11-08T16:25:43.513928 #5135] INFO -- : Mon Nov 08 16:25:43 +0800 2010:./test/../lib/magpie/rubber.rb:7}:./test/../lib/magpie/utils.rb:120:in `send_notify'
3958
+ /usr/local/lib/ruby/1.8/timeout.rb:62:in `timeout'
3959
+ /usr/local/lib/ruby/1.8/timeout.rb:93:in `timeout'
3960
+ ./test/../lib/magpie/utils.rb:112:in `send_notify'
3961
+ ./test/../lib/magpie/rubber.rb:5:in `try'
3962
+ ./test/../lib/magpie/utils.rb:111:in `send_notify'
3963
+ ./test/test_utils.rb:23:in `test_send_notify_code'
3964
+ /usr/local/lib/ruby/1.8/test/unit/testcase.rb:78:in `__send__'
3965
+ /usr/local/lib/ruby/1.8/test/unit/testcase.rb:78:in `run'
3966
+ I, [2010-11-08T16:25:43.721201 #5135] INFO -- : Mon Nov 08 16:25:43 +0800 2010:./test/../lib/magpie/rubber.rb:7}:./test/../lib/magpie/utils.rb:120:in `send_notify'
3967
+ /usr/local/lib/ruby/1.8/timeout.rb:62:in `timeout'
3968
+ /usr/local/lib/ruby/1.8/timeout.rb:93:in `timeout'
3969
+ ./test/../lib/magpie/utils.rb:112:in `send_notify'
3970
+ ./test/../lib/magpie/rubber.rb:5:in `try'
3971
+ ./test/../lib/magpie/utils.rb:111:in `send_notify'
3972
+ ./test/test_utils.rb:23:in `test_send_notify_code'
3973
+ /usr/local/lib/ruby/1.8/test/unit/testcase.rb:78:in `__send__'
3974
+ /usr/local/lib/ruby/1.8/test/unit/testcase.rb:78:in `run'
3975
+ I, [2010-11-08T16:25:45.723764 #5135] INFO -- : Mon Nov 08 16:25:45 +0800 2010:./test/../lib/magpie/rubber.rb:7}:/usr/local/lib/ruby/1.8/timeout.rb:60:in `open'
3976
+ /usr/local/lib/ruby/1.8/net/http.rb:560:in `connect'
3977
+ /usr/local/lib/ruby/1.8/timeout.rb:53:in `timeout'
3978
+ /usr/local/lib/ruby/1.8/timeout.rb:93:in `timeout'
3979
+ /usr/local/lib/ruby/1.8/net/http.rb:560:in `connect'
3980
+ /usr/local/lib/ruby/1.8/net/http.rb:553:in `do_start'
3981
+ /usr/local/lib/ruby/1.8/net/http.rb:542:in `start'
3982
+ ./test/../lib/magpie/utils.rb:90:in `start_http'
3983
+ ./test/../lib/magpie/utils.rb:103:in `post_query'
3984
+ I, [2010-11-08T16:25:46.193496 #5135] INFO -- : Mon Nov 08 16:25:46 +0800 2010:./test/../lib/magpie/rubber.rb:7}:./test/../lib/magpie/utils.rb:120:in `send_notify'
3985
+ /usr/local/lib/ruby/1.8/timeout.rb:62:in `timeout'
3986
+ /usr/local/lib/ruby/1.8/timeout.rb:93:in `timeout'
3987
+ ./test/../lib/magpie/utils.rb:112:in `send_notify'
3988
+ ./test/../lib/magpie/rubber.rb:5:in `try'
3989
+ ./test/../lib/magpie/utils.rb:111:in `send_notify'
3990
+ ./test/test_utils.rb:29:in `test_send_notify_code'
3991
+ /usr/local/lib/ruby/1.8/test/unit/testcase.rb:78:in `__send__'
3992
+ /usr/local/lib/ruby/1.8/test/unit/testcase.rb:78:in `run'
3993
+ I, [2010-11-08T16:25:46.394413 #5135] INFO -- : Mon Nov 08 16:25:46 +0800 2010:./test/../lib/magpie/rubber.rb:7}:./test/../lib/magpie/utils.rb:120:in `send_notify'
3994
+ /usr/local/lib/ruby/1.8/timeout.rb:62:in `timeout'
3995
+ /usr/local/lib/ruby/1.8/timeout.rb:93:in `timeout'
3996
+ ./test/../lib/magpie/utils.rb:112:in `send_notify'
3997
+ ./test/../lib/magpie/rubber.rb:5:in `try'
3998
+ ./test/../lib/magpie/utils.rb:111:in `send_notify'
3999
+ ./test/test_utils.rb:29:in `test_send_notify_code'
4000
+ /usr/local/lib/ruby/1.8/test/unit/testcase.rb:78:in `__send__'
4001
+ /usr/local/lib/ruby/1.8/test/unit/testcase.rb:78:in `run'
4002
+ I, [2010-11-08T16:25:46.599116 #5135] INFO -- : Mon Nov 08 16:25:46 +0800 2010:./test/../lib/magpie/rubber.rb:7}:./test/../lib/magpie/utils.rb:120:in `send_notify'
4003
+ /usr/local/lib/ruby/1.8/timeout.rb:62:in `timeout'
4004
+ /usr/local/lib/ruby/1.8/timeout.rb:93:in `timeout'
4005
+ ./test/../lib/magpie/utils.rb:112:in `send_notify'
4006
+ ./test/../lib/magpie/rubber.rb:5:in `try'
4007
+ ./test/../lib/magpie/utils.rb:111:in `send_notify'
4008
+ ./test/test_utils.rb:29:in `test_send_notify_code'
4009
+ /usr/local/lib/ruby/1.8/test/unit/testcase.rb:78:in `__send__'
4010
+ /usr/local/lib/ruby/1.8/test/unit/testcase.rb:78:in `run'
4011
+ I, [2010-11-08T16:25:46.796088 #5135] INFO -- : Mon Nov 08 16:25:46 +0800 2010:./test/../lib/magpie/rubber.rb:7}:/usr/local/lib/ruby/1.8/net/http.rb:560:in `initialize'
4012
+ /usr/local/lib/ruby/1.8/net/http.rb:560:in `open'
4013
+ /usr/local/lib/ruby/1.8/net/http.rb:560:in `connect'
4014
+ /usr/local/lib/ruby/1.8/timeout.rb:53:in `timeout'
4015
+ /usr/local/lib/ruby/1.8/timeout.rb:93:in `timeout'
4016
+ /usr/local/lib/ruby/1.8/net/http.rb:560:in `connect'
4017
+ /usr/local/lib/ruby/1.8/net/http.rb:553:in `do_start'
4018
+ /usr/local/lib/ruby/1.8/net/http.rb:542:in `start'
4019
+ ./test/../lib/magpie/utils.rb:90:in `start_http'
4020
+ I, [2010-11-08T16:25:46.796863 #5135] INFO -- : Mon Nov 08 16:25:46 +0800 2010:./test/../lib/magpie/rubber.rb:7}:/usr/local/lib/ruby/1.8/net/http.rb:560:in `initialize'
4021
+ /usr/local/lib/ruby/1.8/net/http.rb:560:in `open'
4022
+ /usr/local/lib/ruby/1.8/net/http.rb:560:in `connect'
4023
+ /usr/local/lib/ruby/1.8/timeout.rb:53:in `timeout'
4024
+ /usr/local/lib/ruby/1.8/timeout.rb:93:in `timeout'
4025
+ /usr/local/lib/ruby/1.8/net/http.rb:560:in `connect'
4026
+ /usr/local/lib/ruby/1.8/net/http.rb:553:in `do_start'
4027
+ /usr/local/lib/ruby/1.8/net/http.rb:542:in `start'
4028
+ ./test/../lib/magpie/utils.rb:90:in `start_http'
4029
+ I, [2010-11-08T16:25:46.797570 #5135] INFO -- : Mon Nov 08 16:25:46 +0800 2010:./test/../lib/magpie/rubber.rb:7}:/usr/local/lib/ruby/1.8/net/http.rb:560:in `initialize'
4030
+ /usr/local/lib/ruby/1.8/net/http.rb:560:in `open'
4031
+ /usr/local/lib/ruby/1.8/net/http.rb:560:in `connect'
4032
+ /usr/local/lib/ruby/1.8/timeout.rb:53:in `timeout'
4033
+ /usr/local/lib/ruby/1.8/timeout.rb:93:in `timeout'
4034
+ /usr/local/lib/ruby/1.8/net/http.rb:560:in `connect'
4035
+ /usr/local/lib/ruby/1.8/net/http.rb:553:in `do_start'
4036
+ /usr/local/lib/ruby/1.8/net/http.rb:542:in `start'
4037
+ ./test/../lib/magpie/utils.rb:90:in `start_http'
4038
+ I, [2010-11-08T16:25:46.802678 #5135] INFO -- : return_url: can't be blank
4039
+ sign_type: can't be blank
4040
+ service: can't be blank
4041
+ seller: seller_email and seller_id can not both be blank
4042
+ subject: can't be blank
4043
+ sign: can't be blankinvalid sign
4044
+ out_trade_no: can't be blank
4045
+ money: price and total_fee can not both be blank
4046
+ partner: can't be blank
4047
+ payment_type: can't be blank
4048
+ notify_url: can't be blank
4049
+ I, [2010-11-08T16:25:46.806170 #5135] INFO -- : v_oid: can't be blank
4050
+ v_amount: can't be blank
4051
+ v_moneytype: can't be blank
4052
+ sign: invalid v_md5info
4053
+ v_url: can't be blank
4054
+ v_md5info: can't be blank
4055
+ v_mid: can't be blank
4056
+ I, [2010-11-08T16:25:46.809453 #5135] INFO -- : v_oid: can't be blank
4057
+ v_amount: can't be blank
4058
+ v_moneytype: can't be blank
4059
+ sign: invalid v_md5info
4060
+ v_url: can't be blank
4061
+ v_md5info: can't be blank
4062
+ v_mid: can't be blank
4063
+ I, [2010-11-08T16:25:46.812492 #5135] INFO -- : #<NoMethodError: private method `split' called for nil:NilClass>:
4064
+ ./test/../lib/middles/snake.rb:101:in `query_to_hash'
4065
+ ./test/../lib/middles/snake.rb:84:in `order_pay'
4066
+ ./test/../lib/middles/snake.rb:10:in `call'
4067
+ ./test/../lib/middles/snake.rb:10
4068
+ ./test/../lib/middles/snake.rb:24:in `call'
4069
+ ./test/../lib/middles/snake.rb:24:in `call'
4070
+ ./test/../lib/middles/snake.rb:22:in `each'
4071
+ ./test/../lib/middles/snake.rb:22:in `call'
4072
+ /usr/local/lib/ruby/gems/1.8/gems/rack-1.2.1/lib/rack/static.rb:33:in `call'
4073
+ I, [2010-11-08T16:25:46.813269 #5135] INFO -- : return_url: can't be blank
4074
+ sign_type: can't be blank
4075
+ service: can't be blank
4076
+ seller: seller_email and seller_id can not both be blank
4077
+ subject: can't be blank
4078
+ sign: can't be blankinvalid sign
4079
+ out_trade_no: can't be blank
4080
+ money: price and total_fee can not both be blank
4081
+ partner: can't be blank
4082
+ payment_type: can't be blank
4083
+ notify_url: can't be blank
4084
+ I, [2010-11-08T16:25:46.815643 #5135] INFO -- : total_fee: can't be blank
4085
+ bargainor_id: can't be blank
4086
+ return_url: can't be blank
4087
+ transaction_id: can't be blank
4088
+ desc: can't be blank
4089
+ sp_billno: can't be blank
4090
+ date: can't be blank
4091
+ cmdno: can't be blank
4092
+ sign: can't be blankinvalid sign
4093
+ fee_type: can't be blank
4094
+ bank_type: can't be blank
4095
+ attach: can't be blank
4096
+ spbill_create_ip: can't be blank
4097
+ I, [2010-11-08T16:25:46.817473 #5135] INFO -- : total_fee: can't be blank
4098
+ bargainor_id: can't be blank
4099
+ return_url: can't be blank
4100
+ transaction_id: can't be blank
4101
+ desc: can't be blank
4102
+ sp_billno: can't be blank
4103
+ date: can't be blank
4104
+ cmdno: can't be blank
4105
+ sign: can't be blankinvalid sign
4106
+ fee_type: can't be blank
4107
+ bank_type: can't be blank
4108
+ attach: can't be blank
4109
+ spbill_create_ip: can't be blank
4110
+ I, [2010-11-08T16:25:47.377369 #5135] INFO -- : final: [21620002]您的请求无效,请重新操作
4111
+ desc: can't be blank
4112
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
4113
+ sign: can't be blankinvalid sign
4114
+ bank_type: can't be blank
4115
+ I, [2010-11-08T16:25:47.954121 #5135] INFO -- : final: [21620002]您的请求无效,请重新操作
4116
+ desc: can't be blank
4117
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
4118
+ sign: can't be blankinvalid sign
4119
+ bank_type: can't be blank
4120
+ I, [2010-11-08T16:25:48.576566 #5135] INFO -- : final: [21620002]您的请求无效,请重新操作
4121
+ desc: can't be blank
4122
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
4123
+ sign: can't be blankinvalid sign
4124
+ bank_type: can't be blank
4125
+ I, [2010-11-08T16:25:48.934795 #5135] INFO -- : bargainor_id: can't be blank
4126
+ total_fee: can't be blank
4127
+ return_url: can't be blank
4128
+ final: 您的支付请求类型稍后支持,敬请期待
4129
+ desc: can't be blank
4130
+ transaction_id: can't be blank
4131
+ sp_billno: can't be blank
4132
+ cmdno: can't be blank
4133
+ date: can't be blank
4134
+ fee_type: can't be blank
4135
+ sign: can't be blankinvalid sign
4136
+ bank_type: can't be blank
4137
+ attach: can't be blank
4138
+ spbill_create_ip: can't be blank
4139
+ I, [2010-11-08T16:25:49.479230 #5135] INFO -- : final: [21620002]您的请求无效,请重新操作
4140
+ desc: can't be blank
4141
+ sign: can't be blankinvalid sign
4142
+ bank_type: can't be blank
4143
+ I, [2010-11-08T16:25:50.016373 #5135] INFO -- : total_fee: 格式错误,只能为数字,以分为单位,不允许包含任何字符
4144
+ final: [21620002]您的请求无效,请重新操作
4145
+ desc: can't be blank
4146
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
4147
+ sign: can't be blankinvalid sign
4148
+ bank_type: can't be blank
4149
+ I, [2010-11-08T16:25:50.543099 #5135] INFO -- : total_fee: 格式错误,只能为数字,以分为单位,不允许包含任何字符
4150
+ final: [21620002]您的请求无效,请重新操作
4151
+ desc: can't be blank
4152
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
4153
+ sign: can't be blankinvalid sign
4154
+ bank_type: can't be blank
4155
+ I, [2010-11-08T16:25:51.080373 #5135] INFO -- : final: [21620002]您的请求无效,请重新操作
4156
+ desc: can't be blank
4157
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
4158
+ sign: can't be blankinvalid sign
4159
+ bank_type: can't be blank
4160
+ I, [2010-11-08T16:25:51.673763 #5135] INFO -- : final: [21620002]您的请求无效,请重新操作
4161
+ desc: can't be blank
4162
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
4163
+ sign: can't be blankinvalid sign
4164
+ fee_type: 目前只支持人民币,请填1
4165
+ bank_type: can't be blank
4166
+ I, [2010-11-08T16:25:52.214216 #5135] INFO -- : final: [21620002]您的请求无效,请重新操作
4167
+ desc: can't be blank
4168
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
4169
+ sign: can't be blankinvalid sign
4170
+ bank_type: can't be blank
4171
+ I, [2010-11-08T16:25:52.753461 #5135] INFO -- : final: [21620002]您的请求无效,请重新操作
4172
+ desc: can't be blank
4173
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
4174
+ sign: can't be blankinvalid sign
4175
+ bank_type: can't be blank
4176
+ spbill_create_ip: 格式错误
4177
+ I, [2010-11-08T16:25:53.295027 #5135] INFO -- : final: [21620002]您的请求无效,请重新操作
4178
+ desc: can't be blank
4179
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
4180
+ sign: can't be blankinvalid sign
4181
+ bank_type: can't be blank
4182
+ spbill_create_ip: 格式错误
4183
+ I, [2010-11-08T16:25:53.833245 #5135] INFO -- : final: [21620002]您的请求无效,请重新操作
4184
+ desc: can't be blank
4185
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
4186
+ sign: can't be blankinvalid sign
4187
+ bank_type: can't be blank
4188
+ I, [2010-11-08T16:25:54.431669 #5135] INFO -- : final: [21620002]您的请求无效,请重新操作
4189
+ desc: can't be blank
4190
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
4191
+ sp_billno: 长度错误,应该在28个字符内
4192
+ sign: can't be blankinvalid sign
4193
+ bank_type: can't be blank
4194
+ I, [2010-11-08T16:25:54.794521 #5135] INFO -- : bargainor_id: can't be blank
4195
+ total_fee: can't be blank
4196
+ return_url: can't be blank
4197
+ final: 您的支付请求类型稍后支持,敬请期待
4198
+ desc: can't be blank
4199
+ transaction_id: can't be blank
4200
+ sp_billno: can't be blank
4201
+ cmdno: can't be blank
4202
+ date: can't be blank
4203
+ fee_type: can't be blank
4204
+ sign: can't be blankinvalid sign
4205
+ bank_type: can't be blank
4206
+ attach: can't be blank
4207
+ spbill_create_ip: can't be blank
4208
+ I, [2010-11-08T16:25:55.566966 #5135] INFO -- : bargainor_id: 商户号不存在
4209
+ final: [21620002]您的请求无效,请重新操作
4210
+ desc: can't be blank
4211
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
4212
+ sign: can't be blankinvalid sign
4213
+ bank_type: can't be blank
4214
+ I, [2010-11-08T16:25:56.109556 #5135] INFO -- : bargainor_id: 商户号不存在
4215
+ final: [21620002]您的请求无效,请重新操作
4216
+ desc: can't be blank
4217
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
4218
+ sign: can't be blankinvalid sign
4219
+ bank_type: can't be blank
4220
+ I, [2010-11-08T16:25:56.497270 #5135] INFO -- : bargainor_id: can't be blank
4221
+ total_fee: can't be blank
4222
+ return_url: can't be blank
4223
+ final: 您的支付请求类型稍后支持,敬请期待
4224
+ desc: can't be blank
4225
+ transaction_id: can't be blank
4226
+ sp_billno: can't be blank
4227
+ cmdno: can't be blank
4228
+ date: can't be blank
4229
+ fee_type: can't be blank
4230
+ sign: can't be blankinvalid sign
4231
+ bank_type: can't be blank
4232
+ attach: can't be blank
4233
+ spbill_create_ip: can't be blank
4234
+ I, [2010-11-08T16:25:57.058809 #5135] INFO -- : final: 聽聽发生错误了!聽聽10000002|
4235
+ desc: can't be blank
4236
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
4237
+ sign: sign签名必须大写invalid sign
4238
+ bank_type: can't be blank
4239
+ I, [2010-11-08T16:25:57.378177 #5135] INFO -- : final: 聽聽发生错误了!聽聽10000002|
4240
+ desc: can't be blank
4241
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
4242
+ sign: invalid sign
4243
+ bank_type: can't be blank
4244
+ I, [2010-11-08T16:25:57.922462 #5135] INFO -- : final: [21620002]您的请求无效,请重新操作
4245
+ desc: can't be blank
4246
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
4247
+ sign: invalid sign
4248
+ bank_type: can't be blank
4249
+ I, [2010-11-08T16:25:58.455490 #5135] INFO -- : final: [21620002]您的请求无效,请重新操作
4250
+ desc: can't be blank
4251
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
4252
+ bank_type: can't be blank
4253
+ I, [2010-11-08T16:36:14.394298 #5310] INFO -- : return_url: can't be blank
4254
+ final: 错误代码 ILLEGAL_SERVICE
4255
+ service: can't be blank
4256
+ sign_type: can't be blank
4257
+ subject: can't be blank
4258
+ seller: seller_email and seller_id can not both be blank
4259
+ sign: can't be blankinvalid sign
4260
+ out_trade_no: can't be blank
4261
+ partner: can't be blank
4262
+ money: price and total_fee can not both be blank
4263
+ payment_type: can't be blank
4264
+ notify_url: can't be blank
4265
+ I, [2010-11-08T16:36:14.711014 #5310] INFO -- : return_url: can't be blank
4266
+ final: 错误代码 ILLEGAL_PARTNER
4267
+ sign_type: can't be blank
4268
+ subject: can't be blank
4269
+ seller: seller_email and seller_id can not both be blank
4270
+ sign: can't be blankinvalid sign
4271
+ out_trade_no: can't be blank
4272
+ partner: can't be blank
4273
+ money: price and total_fee can not both be blank
4274
+ payment_type: can't be blank
4275
+ notify_url: can't be blank
4276
+ I, [2010-11-08T16:36:15.066717 #5310] INFO -- : return_url: can't be blank
4277
+ final: 错误代码 ILLEGAL_PARTNER
4278
+ sign_type: can't be blank
4279
+ _input_charset: should be utf-8 or gb2312
4280
+ subject: can't be blank
4281
+ seller: seller_email and seller_id can not both be blank
4282
+ sign: can't be blankinvalid sign
4283
+ out_trade_no: can't be blank
4284
+ partner: can't be blank
4285
+ money: price and total_fee can not both be blank
4286
+ payment_type: can't be blank
4287
+ notify_url: can't be blank
4288
+ I, [2010-11-08T16:36:15.383581 #5310] INFO -- : return_url: can't be blank
4289
+ final: 错误代码 ILLEGAL_PARTNER
4290
+ sign_type: can't be blank
4291
+ subject: can't be blank
4292
+ seller: seller_email and seller_id can not both be blank
4293
+ sign: can't be blankinvalid sign
4294
+ out_trade_no: can't be blank
4295
+ partner: can't be blank
4296
+ money: price and total_fee can not both be blank
4297
+ payment_type: can't be blank
4298
+ notify_url: can't be blank
4299
+ I, [2010-11-08T16:36:15.697242 #5310] INFO -- : return_url: can't be blank
4300
+ final: 错误代码 ILLEGAL_PARTNER
4301
+ sign_type: can't be blank
4302
+ subject: can't be blank
4303
+ seller: seller_email and seller_id can not both be blank
4304
+ sign: can't be blankinvalid sign
4305
+ out_trade_no: can't be blank
4306
+ partner: can't be blank
4307
+ money: price and total_fee can not both be blank
4308
+ payment_type: can't be blank
4309
+ notify_url: can't be blank
4310
+ I, [2010-11-08T16:36:16.012897 #5310] INFO -- : total_fee: format should be Number(13, 2)
4311
+ return_url: can't be blank
4312
+ final: 错误代码 ILLEGAL_PARTNER
4313
+ sign_type: can't be blank
4314
+ subject: can't be blank
4315
+ seller: seller_email and seller_id can not both be blank
4316
+ sign: can't be blankinvalid sign
4317
+ quantity: if price is not blank, must input quantity
4318
+ out_trade_no: can't be blank
4319
+ price: format should be Number(13, 2)
4320
+ partner: can't be blank
4321
+ money: price和total_fee不能同时出现
4322
+ payment_type: can't be blank
4323
+ notify_url: can't be blank
4324
+ I, [2010-11-08T16:36:16.332929 #5310] INFO -- : return_url: can't be blank
4325
+ final: 错误代码 ILLEGAL_PARTNER
4326
+ sign_type: can't be blank
4327
+ subject: can't be blank
4328
+ seller: seller_email and seller_id can not both be blank
4329
+ sign: can't be blankinvalid sign
4330
+ quantity: if price is not blank, must input quantity
4331
+ out_trade_no: can't be blank
4332
+ partner: can't be blank
4333
+ payment_type: can't be blank
4334
+ notify_url: can't be blank
4335
+ I, [2010-11-08T16:36:16.672924 #5310] INFO -- : return_url: can't be blank
4336
+ final: 错误代码 ILLEGAL_PARTNER
4337
+ sign_type: can't be blank
4338
+ subject: can't be blank
4339
+ seller: seller_email and seller_id can not both be blank
4340
+ sign: can't be blankinvalid sign
4341
+ out_trade_no: can't be blank
4342
+ partner: can't be blank
4343
+ money: price and total_fee can not both be blank
4344
+ payment_type: can't be blank
4345
+ notify_url: can't be blank
4346
+ I, [2010-11-08T16:36:16.993044 #5310] INFO -- : return_url: can't be blank
4347
+ final: 错误代码 ILLEGAL_PARTNER
4348
+ sign_type: can't be blank
4349
+ subject: can't be blank
4350
+ seller: seller_email and seller_id can not both be blank
4351
+ sign: can't be blankinvalid sign
4352
+ out_trade_no: can't be blank
4353
+ partner: is too long (maximum is 16 characters)not exist
4354
+ money: price and total_fee can not both be blank
4355
+ payment_type: is too long (maximum is 4 characters)
4356
+ notify_url: can't be blank
4357
+ I, [2010-11-08T16:36:17.312210 #5310] INFO -- : return_url: can't be blank
4358
+ final: 错误代码 ILLEGAL_PARTNER
4359
+ sign_type: can't be blank
4360
+ subject: can't be blank
4361
+ seller: seller_email and seller_id can not both be blank
4362
+ sign: can't be blankinvalid sign
4363
+ quantity: should be integer and between 1~999999
4364
+ out_trade_no: can't be blank
4365
+ partner: can't be blank
4366
+ money: price and total_fee can not both be blank
4367
+ payment_type: can't be blank
4368
+ notify_url: can't be blank
4369
+ I, [2010-11-08T16:36:17.628656 #5310] INFO -- : return_url: can't be blank
4370
+ final: 错误代码 ILLEGAL_PARTNER
4371
+ sign_type: can't be blank
4372
+ subject: can't be blank
4373
+ seller: seller_email and seller_id can not both be blank
4374
+ sign: can't be blankinvalid sign
4375
+ quantity: should be integer and between 1~999999
4376
+ out_trade_no: can't be blank
4377
+ partner: can't be blank
4378
+ money: price and total_fee can not both be blank
4379
+ payment_type: can't be blank
4380
+ notify_url: can't be blank
4381
+ I, [2010-11-08T16:36:17.947511 #5310] INFO -- : return_url: can't be blank
4382
+ final: 错误代码 ILLEGAL_PARTNER
4383
+ sign_type: can't be blank
4384
+ subject: can't be blank
4385
+ seller: seller_email and seller_id can not both be blank
4386
+ sign: can't be blankinvalid sign
4387
+ quantity: should be integer and between 1~999999
4388
+ out_trade_no: can't be blank
4389
+ partner: can't be blank
4390
+ money: price and total_fee can not both be blank
4391
+ payment_type: can't be blank
4392
+ notify_url: can't be blank
4393
+ I, [2010-11-08T16:36:18.266579 #5310] INFO -- : return_url: can't be blank
4394
+ final: 错误代码 ILLEGAL_PARTNER
4395
+ sign_type: can't be blank
4396
+ subject: can't be blank
4397
+ seller: seller_email and seller_id can not both be blank
4398
+ sign: can't be blankinvalid sign
4399
+ out_trade_no: can't be blank
4400
+ money: price and total_fee can not both be blank
4401
+ partner: not exist
4402
+ payment_type: can't be blank
4403
+ notify_url: can't be blank
4404
+ I, [2010-11-08T16:36:18.585692 #5310] INFO -- : return_url: can't be blank
4405
+ final: 错误代码 ILLEGAL_PARTNER
4406
+ sign_type: can't be blank
4407
+ subject: can't be blank
4408
+ seller: seller_email and seller_id can not both be blank
4409
+ sign: can't be blankinvalid sign
4410
+ out_trade_no: can't be blank
4411
+ money: price and total_fee can not both be blank
4412
+ payment_type: can't be blank
4413
+ notify_url: can't be blank
4414
+ I, [2010-11-08T16:36:18.904586 #5310] INFO -- : return_url: can't be blank
4415
+ final: 错误代码 ILLEGAL_SERVICE
4416
+ service: can't be blank
4417
+ sign_type: can't be blank
4418
+ subject: can't be blank
4419
+ seller: seller_email and seller_id can not both be blank
4420
+ sign: can't be blankinvalid sign
4421
+ out_trade_no: can't be blank
4422
+ partner: can't be blank
4423
+ money: price and total_fee can not both be blank
4424
+ payment_type: can't be blank
4425
+ notify_url: can't be blank
4426
+ I, [2010-11-08T16:36:19.224878 #5310] INFO -- : return_url: can't be blank
4427
+ final: 错误代码 ILLEGAL_PARTNER
4428
+ sign_type: can't be blank
4429
+ subject: can't be blank
4430
+ seller: seller_email and seller_id can not both be blank
4431
+ sign: can't be blankinvalid sign
4432
+ quantity: if price is not blank, must input quantity
4433
+ out_trade_no: can't be blank
4434
+ partner: can't be blank
4435
+ money: price和total_fee不能同时出现
4436
+ payment_type: can't be blank
4437
+ notify_url: can't be blank
4438
+ I, [2010-11-08T16:36:19.545884 #5310] INFO -- : return_url: can't be blank
4439
+ final: 错误代码 ILLEGAL_PARTNER
4440
+ sign_type: can't be blank
4441
+ subject: can't be blank
4442
+ seller: seller_email and seller_id can not both be blank
4443
+ sign: can't be blankinvalid sign
4444
+ out_trade_no: can't be blank
4445
+ partner: can't be blank
4446
+ money: price and total_fee can not both be blank
4447
+ payment_type: can't be blank
4448
+ notify_url: can't be blank
4449
+ I, [2010-11-08T16:36:19.864260 #5310] INFO -- : return_url: can't be blank
4450
+ final: 错误代码 ILLEGAL_PARTNER
4451
+ sign_type: can't be blank
4452
+ subject: can't be blank
4453
+ seller: seller_email and seller_id can not both be blank
4454
+ sign: invalid sign
4455
+ out_trade_no: can't be blank
4456
+ money: price and total_fee can not both be blank
4457
+ payment_type: can't be blank
4458
+ notify_url: can't be blank
4459
+ I, [2010-11-08T16:36:20.184798 #5310] INFO -- : return_url: can't be blank
4460
+ final: 错误代码 ILLEGAL_PARTNER
4461
+ sign_type: can't be blank
4462
+ subject: can't be blank
4463
+ seller: seller_email and seller_id can not both be blank
4464
+ out_trade_no: can't be blank
4465
+ money: price and total_fee can not both be blank
4466
+ payment_type: can't be blank
4467
+ notify_url: can't be blank
4468
+ I, [2010-11-08T16:36:20.544870 #5310] INFO -- : final: 出错了!200903数据签名验证未通过
4469
+ sign: invalid v_md5info
4470
+ v_md5info: can't be blank
4471
+ I, [2010-11-08T16:36:20.874675 #5310] INFO -- : v_oid: is too long (maximum is 64 characters)
4472
+ final: 出错了!500903参数错误,订单号过长
4473
+ sign: invalid v_md5info
4474
+ v_url: is too long (maximum is 200 characters)
4475
+ v_md5info: can't be blank
4476
+ I, [2010-11-08T16:36:21.198358 #5310] INFO -- : final: 出错了!501112参数错误,非法金额参数
4477
+ v_amount: format should be Number(6, 2)
4478
+ sign: invalid v_md5info
4479
+ v_md5info: can't be blank
4480
+ I, [2010-11-08T16:36:26.525512 #5310] INFO -- : final: 出错了!500708参数错误,该商户ID不存在
4481
+ sign: invalid v_md5info
4482
+ v_md5info: can't be blank
4483
+ v_mid: 商户编号不存在
4484
+ I, [2010-11-08T16:36:26.840658 #5310] INFO -- : final: 出错了!200903数据签名验证未通过
4485
+ sign: invalid v_md5info
4486
+ v_md5info: can't be blank
4487
+ I, [2010-11-08T16:36:27.110798 #5310] INFO -- : v_oid: can't be blank
4488
+ final: 出错了!500800错误的数据格式,不能解析
4489
+ v_amount: can't be blank
4490
+ v_moneytype: can't be blank
4491
+ v_url: can't be blank
4492
+ sign: invalid v_md5info
4493
+ v_md5info: can't be blank
4494
+ v_mid: can't be blank
4495
+ I, [2010-11-08T16:36:27.427751 #5310] INFO -- : final: 出错了!200903数据签名验证未通过
4496
+ sign: invalid v_md5info
4497
+ I, [2010-11-08T16:36:27.769218 #5310] INFO -- : final: 出错了!200903数据签名验证未通过
4498
+ I, [2010-11-08T16:36:28.161653 #5310] INFO -- : Mon Nov 08 16:36:28 +0800 2010:./test/../lib/magpie/rubber.rb:7}:./test/../lib/magpie/utils.rb:120:in `send_notify'
4499
+ /usr/local/lib/ruby/1.8/timeout.rb:62:in `timeout'
4500
+ /usr/local/lib/ruby/1.8/timeout.rb:93:in `timeout'
4501
+ ./test/../lib/magpie/utils.rb:112:in `send_notify'
4502
+ ./test/../lib/magpie/rubber.rb:5:in `try'
4503
+ ./test/../lib/magpie/utils.rb:111:in `send_notify'
4504
+ ./test/test_utils.rb:23:in `test_send_notify_code'
4505
+ /usr/local/lib/ruby/1.8/test/unit/testcase.rb:78:in `__send__'
4506
+ /usr/local/lib/ruby/1.8/test/unit/testcase.rb:78:in `run'
4507
+ I, [2010-11-08T16:36:28.354640 #5310] INFO -- : Mon Nov 08 16:36:28 +0800 2010:./test/../lib/magpie/rubber.rb:7}:./test/../lib/magpie/utils.rb:120:in `send_notify'
4508
+ /usr/local/lib/ruby/1.8/timeout.rb:62:in `timeout'
4509
+ /usr/local/lib/ruby/1.8/timeout.rb:93:in `timeout'
4510
+ ./test/../lib/magpie/utils.rb:112:in `send_notify'
4511
+ ./test/../lib/magpie/rubber.rb:5:in `try'
4512
+ ./test/../lib/magpie/utils.rb:111:in `send_notify'
4513
+ ./test/test_utils.rb:23:in `test_send_notify_code'
4514
+ /usr/local/lib/ruby/1.8/test/unit/testcase.rb:78:in `__send__'
4515
+ /usr/local/lib/ruby/1.8/test/unit/testcase.rb:78:in `run'
4516
+ I, [2010-11-08T16:36:28.547950 #5310] INFO -- : Mon Nov 08 16:36:28 +0800 2010:./test/../lib/magpie/rubber.rb:7}:./test/../lib/magpie/utils.rb:120:in `send_notify'
4517
+ /usr/local/lib/ruby/1.8/timeout.rb:62:in `timeout'
4518
+ /usr/local/lib/ruby/1.8/timeout.rb:93:in `timeout'
4519
+ ./test/../lib/magpie/utils.rb:112:in `send_notify'
4520
+ ./test/../lib/magpie/rubber.rb:5:in `try'
4521
+ ./test/../lib/magpie/utils.rb:111:in `send_notify'
4522
+ ./test/test_utils.rb:23:in `test_send_notify_code'
4523
+ /usr/local/lib/ruby/1.8/test/unit/testcase.rb:78:in `__send__'
4524
+ /usr/local/lib/ruby/1.8/test/unit/testcase.rb:78:in `run'
4525
+ I, [2010-11-08T16:36:29.008231 #5310] INFO -- : Mon Nov 08 16:36:29 +0800 2010:./test/../lib/magpie/rubber.rb:7}:./test/../lib/magpie/utils.rb:120:in `send_notify'
4526
+ /usr/local/lib/ruby/1.8/timeout.rb:62:in `timeout'
4527
+ /usr/local/lib/ruby/1.8/timeout.rb:93:in `timeout'
4528
+ ./test/../lib/magpie/utils.rb:112:in `send_notify'
4529
+ ./test/../lib/magpie/rubber.rb:5:in `try'
4530
+ ./test/../lib/magpie/utils.rb:111:in `send_notify'
4531
+ ./test/test_utils.rb:29:in `test_send_notify_code'
4532
+ /usr/local/lib/ruby/1.8/test/unit/testcase.rb:78:in `__send__'
4533
+ /usr/local/lib/ruby/1.8/test/unit/testcase.rb:78:in `run'
4534
+ I, [2010-11-08T16:36:29.206960 #5310] INFO -- : Mon Nov 08 16:36:29 +0800 2010:./test/../lib/magpie/rubber.rb:7}:./test/../lib/magpie/utils.rb:120:in `send_notify'
4535
+ /usr/local/lib/ruby/1.8/timeout.rb:62:in `timeout'
4536
+ /usr/local/lib/ruby/1.8/timeout.rb:93:in `timeout'
4537
+ ./test/../lib/magpie/utils.rb:112:in `send_notify'
4538
+ ./test/../lib/magpie/rubber.rb:5:in `try'
4539
+ ./test/../lib/magpie/utils.rb:111:in `send_notify'
4540
+ ./test/test_utils.rb:29:in `test_send_notify_code'
4541
+ /usr/local/lib/ruby/1.8/test/unit/testcase.rb:78:in `__send__'
4542
+ /usr/local/lib/ruby/1.8/test/unit/testcase.rb:78:in `run'
4543
+ I, [2010-11-08T16:36:29.410386 #5310] INFO -- : Mon Nov 08 16:36:29 +0800 2010:./test/../lib/magpie/rubber.rb:7}:./test/../lib/magpie/utils.rb:120:in `send_notify'
4544
+ /usr/local/lib/ruby/1.8/timeout.rb:62:in `timeout'
4545
+ /usr/local/lib/ruby/1.8/timeout.rb:93:in `timeout'
4546
+ ./test/../lib/magpie/utils.rb:112:in `send_notify'
4547
+ ./test/../lib/magpie/rubber.rb:5:in `try'
4548
+ ./test/../lib/magpie/utils.rb:111:in `send_notify'
4549
+ ./test/test_utils.rb:29:in `test_send_notify_code'
4550
+ /usr/local/lib/ruby/1.8/test/unit/testcase.rb:78:in `__send__'
4551
+ /usr/local/lib/ruby/1.8/test/unit/testcase.rb:78:in `run'
4552
+ I, [2010-11-08T16:36:29.608539 #5310] INFO -- : Mon Nov 08 16:36:29 +0800 2010:./test/../lib/magpie/rubber.rb:7}:/usr/local/lib/ruby/1.8/net/http.rb:560:in `initialize'
4553
+ /usr/local/lib/ruby/1.8/net/http.rb:560:in `open'
4554
+ /usr/local/lib/ruby/1.8/net/http.rb:560:in `connect'
4555
+ /usr/local/lib/ruby/1.8/timeout.rb:53:in `timeout'
4556
+ /usr/local/lib/ruby/1.8/timeout.rb:93:in `timeout'
4557
+ /usr/local/lib/ruby/1.8/net/http.rb:560:in `connect'
4558
+ /usr/local/lib/ruby/1.8/net/http.rb:553:in `do_start'
4559
+ /usr/local/lib/ruby/1.8/net/http.rb:542:in `start'
4560
+ ./test/../lib/magpie/utils.rb:90:in `start_http'
4561
+ I, [2010-11-08T16:36:29.609273 #5310] INFO -- : Mon Nov 08 16:36:29 +0800 2010:./test/../lib/magpie/rubber.rb:7}:/usr/local/lib/ruby/1.8/net/http.rb:560:in `initialize'
4562
+ /usr/local/lib/ruby/1.8/net/http.rb:560:in `open'
4563
+ /usr/local/lib/ruby/1.8/net/http.rb:560:in `connect'
4564
+ /usr/local/lib/ruby/1.8/timeout.rb:53:in `timeout'
4565
+ /usr/local/lib/ruby/1.8/timeout.rb:93:in `timeout'
4566
+ /usr/local/lib/ruby/1.8/net/http.rb:560:in `connect'
4567
+ /usr/local/lib/ruby/1.8/net/http.rb:553:in `do_start'
4568
+ /usr/local/lib/ruby/1.8/net/http.rb:542:in `start'
4569
+ ./test/../lib/magpie/utils.rb:90:in `start_http'
4570
+ I, [2010-11-08T16:36:29.610004 #5310] INFO -- : Mon Nov 08 16:36:29 +0800 2010:./test/../lib/magpie/rubber.rb:7}:/usr/local/lib/ruby/1.8/net/http.rb:560:in `initialize'
4571
+ /usr/local/lib/ruby/1.8/net/http.rb:560:in `open'
4572
+ /usr/local/lib/ruby/1.8/net/http.rb:560:in `connect'
4573
+ /usr/local/lib/ruby/1.8/timeout.rb:53:in `timeout'
4574
+ /usr/local/lib/ruby/1.8/timeout.rb:93:in `timeout'
4575
+ /usr/local/lib/ruby/1.8/net/http.rb:560:in `connect'
4576
+ /usr/local/lib/ruby/1.8/net/http.rb:553:in `do_start'
4577
+ /usr/local/lib/ruby/1.8/net/http.rb:542:in `start'
4578
+ ./test/../lib/magpie/utils.rb:90:in `start_http'
4579
+ I, [2010-11-08T16:36:29.614701 #5310] INFO -- : return_url: can't be blank
4580
+ sign_type: can't be blank
4581
+ service: can't be blank
4582
+ seller: seller_email and seller_id can not both be blank
4583
+ subject: can't be blank
4584
+ sign: can't be blankinvalid sign
4585
+ out_trade_no: can't be blank
4586
+ money: price and total_fee can not both be blank
4587
+ partner: can't be blank
4588
+ payment_type: can't be blank
4589
+ notify_url: can't be blank
4590
+ I, [2010-11-08T16:36:29.618451 #5310] INFO -- : v_oid: can't be blank
4591
+ v_amount: can't be blank
4592
+ v_moneytype: can't be blank
4593
+ sign: invalid v_md5info
4594
+ v_url: can't be blank
4595
+ v_md5info: can't be blank
4596
+ v_mid: can't be blank
4597
+ I, [2010-11-08T16:36:29.621804 #5310] INFO -- : v_oid: can't be blank
4598
+ v_amount: can't be blank
4599
+ v_moneytype: can't be blank
4600
+ sign: invalid v_md5info
4601
+ v_url: can't be blank
4602
+ v_md5info: can't be blank
4603
+ v_mid: can't be blank
4604
+ I, [2010-11-08T16:36:29.624263 #5310] INFO -- : #<NoMethodError: private method `split' called for nil:NilClass>:
4605
+ ./test/../lib/middles/snake.rb:101:in `query_to_hash'
4606
+ ./test/../lib/middles/snake.rb:84:in `order_pay'
4607
+ ./test/../lib/middles/snake.rb:10:in `call'
4608
+ ./test/../lib/middles/snake.rb:10
4609
+ ./test/../lib/middles/snake.rb:24:in `call'
4610
+ ./test/../lib/middles/snake.rb:24:in `call'
4611
+ ./test/../lib/middles/snake.rb:22:in `each'
4612
+ ./test/../lib/middles/snake.rb:22:in `call'
4613
+ /usr/local/lib/ruby/gems/1.8/gems/rack-1.2.1/lib/rack/static.rb:33:in `call'
4614
+ I, [2010-11-08T16:36:29.625033 #5310] INFO -- : return_url: can't be blank
4615
+ sign_type: can't be blank
4616
+ service: can't be blank
4617
+ seller: seller_email and seller_id can not both be blank
4618
+ subject: can't be blank
4619
+ sign: can't be blankinvalid sign
4620
+ out_trade_no: can't be blank
4621
+ money: price and total_fee can not both be blank
4622
+ partner: can't be blank
4623
+ payment_type: can't be blank
4624
+ notify_url: can't be blank
4625
+ I, [2010-11-08T16:36:29.627372 #5310] INFO -- : total_fee: can't be blank
4626
+ bargainor_id: can't be blank
4627
+ return_url: can't be blank
4628
+ transaction_id: can't be blank
4629
+ desc: can't be blank
4630
+ sp_billno: can't be blank
4631
+ date: can't be blank
4632
+ cmdno: can't be blank
4633
+ sign: can't be blankinvalid sign
4634
+ fee_type: can't be blank
4635
+ bank_type: can't be blank
4636
+ attach: can't be blank
4637
+ spbill_create_ip: can't be blank
4638
+ I, [2010-11-08T16:36:29.629272 #5310] INFO -- : total_fee: can't be blank
4639
+ bargainor_id: can't be blank
4640
+ return_url: can't be blank
4641
+ transaction_id: can't be blank
4642
+ desc: can't be blank
4643
+ sp_billno: can't be blank
4644
+ date: can't be blank
4645
+ cmdno: can't be blank
4646
+ sign: can't be blankinvalid sign
4647
+ fee_type: can't be blank
4648
+ bank_type: can't be blank
4649
+ attach: can't be blank
4650
+ spbill_create_ip: can't be blank
4651
+ I, [2010-11-08T16:36:30.247021 #5310] INFO -- : final: [21620002]您的请求无效,请重新操作
4652
+ desc: can't be blank
4653
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
4654
+ sign: can't be blankinvalid sign
4655
+ bank_type: can't be blank
4656
+ I, [2010-11-08T16:36:30.814882 #5310] INFO -- : final: [21620002]您的请求无效,请重新操作
4657
+ desc: can't be blank
4658
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
4659
+ sign: can't be blankinvalid sign
4660
+ bank_type: can't be blank
4661
+ I, [2010-11-08T16:36:31.379747 #5310] INFO -- : final: [21620002]您的请求无效,请重新操作
4662
+ desc: can't be blank
4663
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
4664
+ sign: can't be blankinvalid sign
4665
+ bank_type: can't be blank
4666
+ I, [2010-11-08T16:36:31.743591 #5310] INFO -- : bargainor_id: can't be blank
4667
+ total_fee: can't be blank
4668
+ return_url: can't be blank
4669
+ final: 您的支付请求类型稍后支持,敬请期待
4670
+ desc: can't be blank
4671
+ transaction_id: can't be blank
4672
+ sp_billno: can't be blank
4673
+ cmdno: can't be blank
4674
+ date: can't be blank
4675
+ fee_type: can't be blank
4676
+ sign: can't be blankinvalid sign
4677
+ bank_type: can't be blank
4678
+ attach: can't be blank
4679
+ spbill_create_ip: can't be blank
4680
+ I, [2010-11-08T16:36:32.324519 #5310] INFO -- : final: [21620002]您的请求无效,请重新操作
4681
+ desc: can't be blank
4682
+ sign: can't be blankinvalid sign
4683
+ bank_type: can't be blank
4684
+ I, [2010-11-08T16:36:32.851510 #5310] INFO -- : total_fee: 格式错误,只能为数字,以分为单位,不允许包含任何字符
4685
+ final: [21620002]您的请求无效,请重新操作
4686
+ desc: can't be blank
4687
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
4688
+ sign: can't be blankinvalid sign
4689
+ bank_type: can't be blank
4690
+ I, [2010-11-08T16:36:33.393894 #5310] INFO -- : total_fee: 格式错误,只能为数字,以分为单位,不允许包含任何字符
4691
+ final: [21620002]您的请求无效,请重新操作
4692
+ desc: can't be blank
4693
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
4694
+ sign: can't be blankinvalid sign
4695
+ bank_type: can't be blank
4696
+ I, [2010-11-08T16:36:33.938073 #5310] INFO -- : final: [21620002]您的请求无效,请重新操作
4697
+ desc: can't be blank
4698
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
4699
+ sign: can't be blankinvalid sign
4700
+ bank_type: can't be blank
4701
+ I, [2010-11-08T16:36:34.466752 #5310] INFO -- : final: [21620002]您的请求无效,请重新操作
4702
+ desc: can't be blank
4703
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
4704
+ sign: can't be blankinvalid sign
4705
+ fee_type: 目前只支持人民币,请填1
4706
+ bank_type: can't be blank
4707
+ I, [2010-11-08T16:36:35.053884 #5310] INFO -- : final: [21620002]您的请求无效,请重新操作
4708
+ desc: can't be blank
4709
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
4710
+ sign: can't be blankinvalid sign
4711
+ bank_type: can't be blank
4712
+ I, [2010-11-08T16:36:35.616390 #5310] INFO -- : final: [21620002]您的请求无效,请重新操作
4713
+ desc: can't be blank
4714
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
4715
+ sign: can't be blankinvalid sign
4716
+ bank_type: can't be blank
4717
+ spbill_create_ip: 格式错误
4718
+ I, [2010-11-08T16:36:36.151366 #5310] INFO -- : final: [21620002]您的请求无效,请重新操作
4719
+ desc: can't be blank
4720
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
4721
+ sign: can't be blankinvalid sign
4722
+ bank_type: can't be blank
4723
+ spbill_create_ip: 格式错误
4724
+ I, [2010-11-08T16:36:36.680697 #5310] INFO -- : final: [21620002]您的请求无效,请重新操作
4725
+ desc: can't be blank
4726
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
4727
+ sign: can't be blankinvalid sign
4728
+ bank_type: can't be blank
4729
+ I, [2010-11-08T16:36:37.213225 #5310] INFO -- : final: [21620002]您的请求无效,请重新操作
4730
+ desc: can't be blank
4731
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
4732
+ sp_billno: 长度错误,应该在28个字符内
4733
+ sign: can't be blankinvalid sign
4734
+ bank_type: can't be blank
4735
+ I, [2010-11-08T16:36:42.573555 #5310] INFO -- : bargainor_id: can't be blank
4736
+ total_fee: can't be blank
4737
+ return_url: can't be blank
4738
+ final: 您的支付请求类型稍后支持,敬请期待
4739
+ desc: can't be blank
4740
+ transaction_id: can't be blank
4741
+ sp_billno: can't be blank
4742
+ cmdno: can't be blank
4743
+ date: can't be blank
4744
+ fee_type: can't be blank
4745
+ sign: can't be blankinvalid sign
4746
+ bank_type: can't be blank
4747
+ attach: can't be blank
4748
+ spbill_create_ip: can't be blank
4749
+ I, [2010-11-08T16:36:43.089572 #5310] INFO -- : bargainor_id: 商户号不存在
4750
+ final: [21620002]您的请求无效,请重新操作
4751
+ desc: can't be blank
4752
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
4753
+ sign: can't be blankinvalid sign
4754
+ bank_type: can't be blank
4755
+ I, [2010-11-08T16:36:43.630865 #5310] INFO -- : bargainor_id: 商户号不存在
4756
+ final: [21620002]您的请求无效,请重新操作
4757
+ desc: can't be blank
4758
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
4759
+ sign: can't be blankinvalid sign
4760
+ bank_type: can't be blank
4761
+ I, [2010-11-08T16:36:43.987817 #5310] INFO -- : bargainor_id: can't be blank
4762
+ total_fee: can't be blank
4763
+ return_url: can't be blank
4764
+ final: 您的支付请求类型稍后支持,敬请期待
4765
+ desc: can't be blank
4766
+ transaction_id: can't be blank
4767
+ sp_billno: can't be blank
4768
+ cmdno: can't be blank
4769
+ date: can't be blank
4770
+ fee_type: can't be blank
4771
+ sign: can't be blankinvalid sign
4772
+ bank_type: can't be blank
4773
+ attach: can't be blank
4774
+ spbill_create_ip: can't be blank
4775
+ I, [2010-11-08T16:36:44.330728 #5310] INFO -- : final: 聽聽发生错误了!聽聽10000002|
4776
+ desc: can't be blank
4777
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
4778
+ sign: sign签名必须大写invalid sign
4779
+ bank_type: can't be blank
4780
+ I, [2010-11-08T16:36:44.654780 #5310] INFO -- : final: 聽聽发生错误了!聽聽10000002|
4781
+ desc: can't be blank
4782
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
4783
+ sign: invalid sign
4784
+ bank_type: can't be blank
4785
+ I, [2010-11-08T16:36:45.255350 #5310] INFO -- : final: [21620002]您的请求无效,请重新操作
4786
+ desc: can't be blank
4787
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
4788
+ sign: invalid sign
4789
+ bank_type: can't be blank
4790
+ I, [2010-11-08T16:36:45.785915 #5310] INFO -- : final: [21620002]您的请求无效,请重新操作
4791
+ desc: can't be blank
4792
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
4793
+ bank_type: can't be blank
4794
+ I, [2010-11-08T16:40:54.996199 #5348] INFO -- : return_url: can't be blank
4795
+ final: 错误代码 ILLEGAL_SERVICE
4796
+ service: can't be blank
4797
+ sign_type: can't be blank
4798
+ subject: can't be blank
4799
+ seller: seller_email and seller_id can not both be blank
4800
+ sign: can't be blankinvalid sign
4801
+ out_trade_no: can't be blank
4802
+ partner: can't be blank
4803
+ money: price and total_fee can not both be blank
4804
+ payment_type: can't be blank
4805
+ notify_url: can't be blank
4806
+ I, [2010-11-08T16:40:55.359900 #5348] INFO -- : return_url: can't be blank
4807
+ final: 错误代码 ILLEGAL_PARTNER
4808
+ sign_type: can't be blank
4809
+ subject: can't be blank
4810
+ seller: seller_email and seller_id can not both be blank
4811
+ sign: can't be blankinvalid sign
4812
+ out_trade_no: can't be blank
4813
+ partner: can't be blank
4814
+ money: price and total_fee can not both be blank
4815
+ payment_type: can't be blank
4816
+ notify_url: can't be blank
4817
+ I, [2010-11-08T16:40:55.729979 #5348] INFO -- : return_url: can't be blank
4818
+ final: 错误代码 ILLEGAL_PARTNER
4819
+ sign_type: can't be blank
4820
+ _input_charset: should be utf-8 or gb2312
4821
+ subject: can't be blank
4822
+ seller: seller_email and seller_id can not both be blank
4823
+ sign: can't be blankinvalid sign
4824
+ out_trade_no: can't be blank
4825
+ partner: can't be blank
4826
+ money: price and total_fee can not both be blank
4827
+ payment_type: can't be blank
4828
+ notify_url: can't be blank
4829
+ I, [2010-11-08T16:40:56.104319 #5348] INFO -- : return_url: can't be blank
4830
+ final: 错误代码 ILLEGAL_PARTNER
4831
+ sign_type: can't be blank
4832
+ subject: can't be blank
4833
+ seller: seller_email and seller_id can not both be blank
4834
+ sign: can't be blankinvalid sign
4835
+ out_trade_no: can't be blank
4836
+ partner: can't be blank
4837
+ money: price and total_fee can not both be blank
4838
+ payment_type: can't be blank
4839
+ notify_url: can't be blank
4840
+ I, [2010-11-08T16:40:59.472832 #5348] INFO -- : return_url: can't be blank
4841
+ final: 错误代码 ILLEGAL_PARTNER
4842
+ sign_type: can't be blank
4843
+ subject: can't be blank
4844
+ seller: seller_email and seller_id can not both be blank
4845
+ sign: can't be blankinvalid sign
4846
+ out_trade_no: can't be blank
4847
+ partner: can't be blank
4848
+ money: price and total_fee can not both be blank
4849
+ payment_type: can't be blank
4850
+ notify_url: can't be blank
4851
+ I, [2010-11-08T16:40:59.852965 #5348] INFO -- : total_fee: format should be Number(13, 2)
4852
+ return_url: can't be blank
4853
+ final: 错误代码 ILLEGAL_PARTNER
4854
+ sign_type: can't be blank
4855
+ subject: can't be blank
4856
+ seller: seller_email and seller_id can not both be blank
4857
+ sign: can't be blankinvalid sign
4858
+ quantity: if price is not blank, must input quantity
4859
+ out_trade_no: can't be blank
4860
+ price: format should be Number(13, 2)
4861
+ partner: can't be blank
4862
+ money: price和total_fee不能同时出现
4863
+ payment_type: can't be blank
4864
+ notify_url: can't be blank
4865
+ I, [2010-11-08T16:41:00.225238 #5348] INFO -- : return_url: can't be blank
4866
+ final: 错误代码 ILLEGAL_PARTNER
4867
+ sign_type: can't be blank
4868
+ subject: can't be blank
4869
+ seller: seller_email and seller_id can not both be blank
4870
+ sign: can't be blankinvalid sign
4871
+ quantity: if price is not blank, must input quantity
4872
+ out_trade_no: can't be blank
4873
+ partner: can't be blank
4874
+ payment_type: can't be blank
4875
+ notify_url: can't be blank
4876
+ I, [2010-11-08T16:41:00.597078 #5348] INFO -- : return_url: can't be blank
4877
+ final: 错误代码 ILLEGAL_PARTNER
4878
+ sign_type: can't be blank
4879
+ subject: can't be blank
4880
+ seller: seller_email and seller_id can not both be blank
4881
+ sign: can't be blankinvalid sign
4882
+ out_trade_no: can't be blank
4883
+ partner: can't be blank
4884
+ money: price and total_fee can not both be blank
4885
+ payment_type: can't be blank
4886
+ notify_url: can't be blank
4887
+ I, [2010-11-08T16:41:00.979594 #5348] INFO -- : return_url: can't be blank
4888
+ final: 错误代码 ILLEGAL_PARTNER
4889
+ sign_type: can't be blank
4890
+ subject: can't be blank
4891
+ seller: seller_email and seller_id can not both be blank
4892
+ sign: can't be blankinvalid sign
4893
+ out_trade_no: can't be blank
4894
+ partner: is too long (maximum is 16 characters)not exist
4895
+ money: price and total_fee can not both be blank
4896
+ payment_type: is too long (maximum is 4 characters)
4897
+ notify_url: can't be blank
4898
+ I, [2010-11-08T16:41:01.609163 #5348] INFO -- : return_url: can't be blank
4899
+ final: 错误代码 ILLEGAL_PARTNER
4900
+ sign_type: can't be blank
4901
+ subject: can't be blank
4902
+ seller: seller_email and seller_id can not both be blank
4903
+ sign: can't be blankinvalid sign
4904
+ quantity: should be integer and between 1~999999
4905
+ out_trade_no: can't be blank
4906
+ partner: can't be blank
4907
+ money: price and total_fee can not both be blank
4908
+ payment_type: can't be blank
4909
+ notify_url: can't be blank
4910
+ I, [2010-11-08T16:41:02.005353 #5348] INFO -- : return_url: can't be blank
4911
+ final: 错误代码 ILLEGAL_PARTNER
4912
+ sign_type: can't be blank
4913
+ subject: can't be blank
4914
+ seller: seller_email and seller_id can not both be blank
4915
+ sign: can't be blankinvalid sign
4916
+ quantity: should be integer and between 1~999999
4917
+ out_trade_no: can't be blank
4918
+ partner: can't be blank
4919
+ money: price and total_fee can not both be blank
4920
+ payment_type: can't be blank
4921
+ notify_url: can't be blank
4922
+ I, [2010-11-08T16:41:02.395699 #5348] INFO -- : return_url: can't be blank
4923
+ final: 错误代码 ILLEGAL_PARTNER
4924
+ sign_type: can't be blank
4925
+ subject: can't be blank
4926
+ seller: seller_email and seller_id can not both be blank
4927
+ sign: can't be blankinvalid sign
4928
+ quantity: should be integer and between 1~999999
4929
+ out_trade_no: can't be blank
4930
+ partner: can't be blank
4931
+ money: price and total_fee can not both be blank
4932
+ payment_type: can't be blank
4933
+ notify_url: can't be blank
4934
+ I, [2010-11-08T16:41:02.772787 #5348] INFO -- : return_url: can't be blank
4935
+ final: 错误代码 ILLEGAL_PARTNER
4936
+ sign_type: can't be blank
4937
+ subject: can't be blank
4938
+ seller: seller_email and seller_id can not both be blank
4939
+ sign: can't be blankinvalid sign
4940
+ out_trade_no: can't be blank
4941
+ money: price and total_fee can not both be blank
4942
+ partner: not exist
4943
+ payment_type: can't be blank
4944
+ notify_url: can't be blank
4945
+ I, [2010-11-08T16:41:03.149833 #5348] INFO -- : return_url: can't be blank
4946
+ final: 错误代码 ILLEGAL_PARTNER
4947
+ sign_type: can't be blank
4948
+ subject: can't be blank
4949
+ seller: seller_email and seller_id can not both be blank
4950
+ sign: can't be blankinvalid sign
4951
+ out_trade_no: can't be blank
4952
+ money: price and total_fee can not both be blank
4953
+ payment_type: can't be blank
4954
+ notify_url: can't be blank
4955
+ I, [2010-11-08T16:41:03.578402 #5348] INFO -- : return_url: can't be blank
4956
+ final: 错误代码 ILLEGAL_SERVICE
4957
+ service: can't be blank
4958
+ sign_type: can't be blank
4959
+ subject: can't be blank
4960
+ seller: seller_email and seller_id can not both be blank
4961
+ sign: can't be blankinvalid sign
4962
+ out_trade_no: can't be blank
4963
+ partner: can't be blank
4964
+ money: price and total_fee can not both be blank
4965
+ payment_type: can't be blank
4966
+ notify_url: can't be blank
4967
+ I, [2010-11-08T16:41:03.968370 #5348] INFO -- : return_url: can't be blank
4968
+ final: 错误代码 ILLEGAL_PARTNER
4969
+ sign_type: can't be blank
4970
+ subject: can't be blank
4971
+ seller: seller_email and seller_id can not both be blank
4972
+ sign: can't be blankinvalid sign
4973
+ quantity: if price is not blank, must input quantity
4974
+ out_trade_no: can't be blank
4975
+ partner: can't be blank
4976
+ money: price和total_fee不能同时出现
4977
+ payment_type: can't be blank
4978
+ notify_url: can't be blank
4979
+ I, [2010-11-08T16:41:04.361431 #5348] INFO -- : return_url: can't be blank
4980
+ final: 错误代码 ILLEGAL_PARTNER
4981
+ sign_type: can't be blank
4982
+ subject: can't be blank
4983
+ seller: seller_email and seller_id can not both be blank
4984
+ sign: can't be blankinvalid sign
4985
+ out_trade_no: can't be blank
4986
+ partner: can't be blank
4987
+ money: price and total_fee can not both be blank
4988
+ payment_type: can't be blank
4989
+ notify_url: can't be blank
4990
+ I, [2010-11-08T16:41:04.741978 #5348] INFO -- : return_url: can't be blank
4991
+ final: 错误代码 ILLEGAL_PARTNER
4992
+ sign_type: can't be blank
4993
+ subject: can't be blank
4994
+ seller: seller_email and seller_id can not both be blank
4995
+ sign: invalid sign
4996
+ out_trade_no: can't be blank
4997
+ money: price and total_fee can not both be blank
4998
+ payment_type: can't be blank
4999
+ notify_url: can't be blank
5000
+ I, [2010-11-08T16:41:05.162111 #5348] INFO -- : return_url: can't be blank
5001
+ final: 错误代码 ILLEGAL_PARTNER
5002
+ sign_type: can't be blank
5003
+ subject: can't be blank
5004
+ seller: seller_email and seller_id can not both be blank
5005
+ out_trade_no: can't be blank
5006
+ money: price and total_fee can not both be blank
5007
+ payment_type: can't be blank
5008
+ notify_url: can't be blank
5009
+ I, [2010-11-08T16:41:05.594669 #5348] INFO -- : final: 出错了!200903数据签名验证未通过
5010
+ sign: invalid v_md5info
5011
+ v_md5info: can't be blank
5012
+ I, [2010-11-08T16:41:05.913039 #5348] INFO -- : v_oid: is too long (maximum is 64 characters)
5013
+ final: 出错了!500903参数错误,订单号过长
5014
+ sign: invalid v_md5info
5015
+ v_url: is too long (maximum is 200 characters)
5016
+ v_md5info: can't be blank
5017
+ I, [2010-11-08T16:41:06.228083 #5348] INFO -- : final: 出错了!501112参数错误,非法金额参数
5018
+ v_amount: format should be Number(6, 2)
5019
+ sign: invalid v_md5info
5020
+ v_md5info: can't be blank
5021
+ I, [2010-11-08T16:41:06.542874 #5348] INFO -- : final: 出错了!500708参数错误,该商户ID不存在
5022
+ sign: invalid v_md5info
5023
+ v_md5info: can't be blank
5024
+ v_mid: 商户编号不存在
5025
+ I, [2010-11-08T16:41:06.874021 #5348] INFO -- : final: 出错了!200903数据签名验证未通过
5026
+ sign: invalid v_md5info
5027
+ v_md5info: can't be blank
5028
+ I, [2010-11-08T16:41:07.148729 #5348] INFO -- : v_oid: can't be blank
5029
+ final: 出错了!500800错误的数据格式,不能解析
5030
+ v_amount: can't be blank
5031
+ v_moneytype: can't be blank
5032
+ v_url: can't be blank
5033
+ sign: invalid v_md5info
5034
+ v_md5info: can't be blank
5035
+ v_mid: can't be blank
5036
+ I, [2010-11-08T16:41:07.452953 #5348] INFO -- : final: 出错了!200903数据签名验证未通过
5037
+ sign: invalid v_md5info
5038
+ I, [2010-11-08T16:41:07.861174 #5348] INFO -- : final: 出错了!200903数据签名验证未通过
5039
+ I, [2010-11-08T16:41:08.245457 #5348] INFO -- : Mon Nov 08 16:41:08 +0800 2010:./test/../lib/magpie/rubber.rb:7}:./test/../lib/magpie/utils.rb:120:in `send_notify'
5040
+ /usr/local/lib/ruby/1.8/timeout.rb:62:in `timeout'
5041
+ /usr/local/lib/ruby/1.8/timeout.rb:93:in `timeout'
5042
+ ./test/../lib/magpie/utils.rb:112:in `send_notify'
5043
+ ./test/../lib/magpie/rubber.rb:5:in `try'
5044
+ ./test/../lib/magpie/utils.rb:111:in `send_notify'
5045
+ ./test/test_utils.rb:23:in `test_send_notify_code'
5046
+ /usr/local/lib/ruby/1.8/test/unit/testcase.rb:78:in `__send__'
5047
+ /usr/local/lib/ruby/1.8/test/unit/testcase.rb:78:in `run'
5048
+ I, [2010-11-08T16:41:08.438571 #5348] INFO -- : Mon Nov 08 16:41:08 +0800 2010:./test/../lib/magpie/rubber.rb:7}:./test/../lib/magpie/utils.rb:120:in `send_notify'
5049
+ /usr/local/lib/ruby/1.8/timeout.rb:62:in `timeout'
5050
+ /usr/local/lib/ruby/1.8/timeout.rb:93:in `timeout'
5051
+ ./test/../lib/magpie/utils.rb:112:in `send_notify'
5052
+ ./test/../lib/magpie/rubber.rb:5:in `try'
5053
+ ./test/../lib/magpie/utils.rb:111:in `send_notify'
5054
+ ./test/test_utils.rb:23:in `test_send_notify_code'
5055
+ /usr/local/lib/ruby/1.8/test/unit/testcase.rb:78:in `__send__'
5056
+ /usr/local/lib/ruby/1.8/test/unit/testcase.rb:78:in `run'
5057
+ I, [2010-11-08T16:41:08.633287 #5348] INFO -- : Mon Nov 08 16:41:08 +0800 2010:./test/../lib/magpie/rubber.rb:7}:./test/../lib/magpie/utils.rb:120:in `send_notify'
5058
+ /usr/local/lib/ruby/1.8/timeout.rb:62:in `timeout'
5059
+ /usr/local/lib/ruby/1.8/timeout.rb:93:in `timeout'
5060
+ ./test/../lib/magpie/utils.rb:112:in `send_notify'
5061
+ ./test/../lib/magpie/rubber.rb:5:in `try'
5062
+ ./test/../lib/magpie/utils.rb:111:in `send_notify'
5063
+ ./test/test_utils.rb:23:in `test_send_notify_code'
5064
+ /usr/local/lib/ruby/1.8/test/unit/testcase.rb:78:in `__send__'
5065
+ /usr/local/lib/ruby/1.8/test/unit/testcase.rb:78:in `run'
5066
+ I, [2010-11-08T16:41:09.015073 #5348] INFO -- : Mon Nov 08 16:41:09 +0800 2010:./test/../lib/magpie/rubber.rb:7}:./test/../lib/magpie/utils.rb:120:in `send_notify'
5067
+ /usr/local/lib/ruby/1.8/timeout.rb:62:in `timeout'
5068
+ /usr/local/lib/ruby/1.8/timeout.rb:93:in `timeout'
5069
+ ./test/../lib/magpie/utils.rb:112:in `send_notify'
5070
+ ./test/../lib/magpie/rubber.rb:5:in `try'
5071
+ ./test/../lib/magpie/utils.rb:111:in `send_notify'
5072
+ ./test/test_utils.rb:29:in `test_send_notify_code'
5073
+ /usr/local/lib/ruby/1.8/test/unit/testcase.rb:78:in `__send__'
5074
+ /usr/local/lib/ruby/1.8/test/unit/testcase.rb:78:in `run'
5075
+ I, [2010-11-08T16:41:14.215581 #5348] INFO -- : Mon Nov 08 16:41:14 +0800 2010:./test/../lib/magpie/rubber.rb:7}:./test/../lib/magpie/utils.rb:120:in `send_notify'
5076
+ /usr/local/lib/ruby/1.8/timeout.rb:62:in `timeout'
5077
+ /usr/local/lib/ruby/1.8/timeout.rb:93:in `timeout'
5078
+ ./test/../lib/magpie/utils.rb:112:in `send_notify'
5079
+ ./test/../lib/magpie/rubber.rb:5:in `try'
5080
+ ./test/../lib/magpie/utils.rb:111:in `send_notify'
5081
+ ./test/test_utils.rb:29:in `test_send_notify_code'
5082
+ /usr/local/lib/ruby/1.8/test/unit/testcase.rb:78:in `__send__'
5083
+ /usr/local/lib/ruby/1.8/test/unit/testcase.rb:78:in `run'
5084
+ I, [2010-11-08T16:41:14.418782 #5348] INFO -- : Mon Nov 08 16:41:14 +0800 2010:./test/../lib/magpie/rubber.rb:7}:./test/../lib/magpie/utils.rb:120:in `send_notify'
5085
+ /usr/local/lib/ruby/1.8/timeout.rb:62:in `timeout'
5086
+ /usr/local/lib/ruby/1.8/timeout.rb:93:in `timeout'
5087
+ ./test/../lib/magpie/utils.rb:112:in `send_notify'
5088
+ ./test/../lib/magpie/rubber.rb:5:in `try'
5089
+ ./test/../lib/magpie/utils.rb:111:in `send_notify'
5090
+ ./test/test_utils.rb:29:in `test_send_notify_code'
5091
+ /usr/local/lib/ruby/1.8/test/unit/testcase.rb:78:in `__send__'
5092
+ /usr/local/lib/ruby/1.8/test/unit/testcase.rb:78:in `run'
5093
+ I, [2010-11-08T16:41:14.605713 #5348] INFO -- : Mon Nov 08 16:41:14 +0800 2010:./test/../lib/magpie/rubber.rb:7}:/usr/local/lib/ruby/1.8/net/http.rb:560:in `initialize'
5094
+ /usr/local/lib/ruby/1.8/net/http.rb:560:in `open'
5095
+ /usr/local/lib/ruby/1.8/net/http.rb:560:in `connect'
5096
+ /usr/local/lib/ruby/1.8/timeout.rb:53:in `timeout'
5097
+ /usr/local/lib/ruby/1.8/timeout.rb:93:in `timeout'
5098
+ /usr/local/lib/ruby/1.8/net/http.rb:560:in `connect'
5099
+ /usr/local/lib/ruby/1.8/net/http.rb:553:in `do_start'
5100
+ /usr/local/lib/ruby/1.8/net/http.rb:542:in `start'
5101
+ ./test/../lib/magpie/utils.rb:90:in `start_http'
5102
+ I, [2010-11-08T16:41:14.606496 #5348] INFO -- : Mon Nov 08 16:41:14 +0800 2010:./test/../lib/magpie/rubber.rb:7}:/usr/local/lib/ruby/1.8/net/http.rb:560:in `initialize'
5103
+ /usr/local/lib/ruby/1.8/net/http.rb:560:in `open'
5104
+ /usr/local/lib/ruby/1.8/net/http.rb:560:in `connect'
5105
+ /usr/local/lib/ruby/1.8/timeout.rb:53:in `timeout'
5106
+ /usr/local/lib/ruby/1.8/timeout.rb:93:in `timeout'
5107
+ /usr/local/lib/ruby/1.8/net/http.rb:560:in `connect'
5108
+ /usr/local/lib/ruby/1.8/net/http.rb:553:in `do_start'
5109
+ /usr/local/lib/ruby/1.8/net/http.rb:542:in `start'
5110
+ ./test/../lib/magpie/utils.rb:90:in `start_http'
5111
+ I, [2010-11-08T16:41:14.607225 #5348] INFO -- : Mon Nov 08 16:41:14 +0800 2010:./test/../lib/magpie/rubber.rb:7}:/usr/local/lib/ruby/1.8/net/http.rb:560:in `initialize'
5112
+ /usr/local/lib/ruby/1.8/net/http.rb:560:in `open'
5113
+ /usr/local/lib/ruby/1.8/net/http.rb:560:in `connect'
5114
+ /usr/local/lib/ruby/1.8/timeout.rb:53:in `timeout'
5115
+ /usr/local/lib/ruby/1.8/timeout.rb:93:in `timeout'
5116
+ /usr/local/lib/ruby/1.8/net/http.rb:560:in `connect'
5117
+ /usr/local/lib/ruby/1.8/net/http.rb:553:in `do_start'
5118
+ /usr/local/lib/ruby/1.8/net/http.rb:542:in `start'
5119
+ ./test/../lib/magpie/utils.rb:90:in `start_http'
5120
+ I, [2010-11-08T16:41:14.611968 #5348] INFO -- : return_url: can't be blank
5121
+ sign_type: can't be blank
5122
+ service: can't be blank
5123
+ seller: seller_email and seller_id can not both be blank
5124
+ subject: can't be blank
5125
+ sign: can't be blankinvalid sign
5126
+ out_trade_no: can't be blank
5127
+ money: price and total_fee can not both be blank
5128
+ partner: can't be blank
5129
+ payment_type: can't be blank
5130
+ notify_url: can't be blank
5131
+ I, [2010-11-08T16:41:14.615492 #5348] INFO -- : v_oid: can't be blank
5132
+ v_amount: can't be blank
5133
+ v_moneytype: can't be blank
5134
+ sign: invalid v_md5info
5135
+ v_url: can't be blank
5136
+ v_md5info: can't be blank
5137
+ v_mid: can't be blank
5138
+ I, [2010-11-08T16:41:14.618770 #5348] INFO -- : v_oid: can't be blank
5139
+ v_amount: can't be blank
5140
+ v_moneytype: can't be blank
5141
+ sign: invalid v_md5info
5142
+ v_url: can't be blank
5143
+ v_md5info: can't be blank
5144
+ v_mid: can't be blank
5145
+ I, [2010-11-08T16:41:14.622355 #5348] INFO -- : #<NoMethodError: private method `split' called for nil:NilClass>:
5146
+ ./test/../lib/middles/snake.rb:101:in `query_to_hash'
5147
+ ./test/../lib/middles/snake.rb:84:in `order_pay'
5148
+ ./test/../lib/middles/snake.rb:10:in `call'
5149
+ ./test/../lib/middles/snake.rb:10
5150
+ ./test/../lib/middles/snake.rb:24:in `call'
5151
+ ./test/../lib/middles/snake.rb:24:in `call'
5152
+ ./test/../lib/middles/snake.rb:22:in `each'
5153
+ ./test/../lib/middles/snake.rb:22:in `call'
5154
+ /usr/local/lib/ruby/gems/1.8/gems/rack-1.2.1/lib/rack/static.rb:33:in `call'
5155
+ I, [2010-11-08T16:41:14.623368 #5348] INFO -- : return_url: can't be blank
5156
+ sign_type: can't be blank
5157
+ service: can't be blank
5158
+ seller: seller_email and seller_id can not both be blank
5159
+ subject: can't be blank
5160
+ sign: can't be blankinvalid sign
5161
+ out_trade_no: can't be blank
5162
+ money: price and total_fee can not both be blank
5163
+ partner: can't be blank
5164
+ payment_type: can't be blank
5165
+ notify_url: can't be blank
5166
+ I, [2010-11-08T16:41:14.625899 #5348] INFO -- : total_fee: can't be blank
5167
+ bargainor_id: can't be blank
5168
+ return_url: can't be blank
5169
+ transaction_id: can't be blank
5170
+ desc: can't be blank
5171
+ sp_billno: can't be blank
5172
+ date: can't be blank
5173
+ cmdno: can't be blank
5174
+ sign: can't be blankinvalid sign
5175
+ fee_type: can't be blank
5176
+ bank_type: can't be blank
5177
+ attach: can't be blank
5178
+ spbill_create_ip: can't be blank
5179
+ I, [2010-11-08T16:41:14.627759 #5348] INFO -- : total_fee: can't be blank
5180
+ bargainor_id: can't be blank
5181
+ return_url: can't be blank
5182
+ transaction_id: can't be blank
5183
+ desc: can't be blank
5184
+ sp_billno: can't be blank
5185
+ date: can't be blank
5186
+ cmdno: can't be blank
5187
+ sign: can't be blankinvalid sign
5188
+ fee_type: can't be blank
5189
+ bank_type: can't be blank
5190
+ attach: can't be blank
5191
+ spbill_create_ip: can't be blank
5192
+ I, [2010-11-08T16:41:15.215157 #5348] INFO -- : final: [21620002]您的请求无效,请重新操作
5193
+ desc: can't be blank
5194
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
5195
+ sign: can't be blankinvalid sign
5196
+ bank_type: can't be blank
5197
+ I, [2010-11-08T16:41:15.755130 #5348] INFO -- : final: [21620002]您的请求无效,请重新操作
5198
+ desc: can't be blank
5199
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
5200
+ sign: can't be blankinvalid sign
5201
+ bank_type: can't be blank
5202
+ I, [2010-11-08T16:41:16.292657 #5348] INFO -- : final: [21620002]您的请求无效,请重新操作
5203
+ desc: can't be blank
5204
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
5205
+ sign: can't be blankinvalid sign
5206
+ bank_type: can't be blank
5207
+ I, [2010-11-08T16:41:16.666981 #5348] INFO -- : bargainor_id: can't be blank
5208
+ total_fee: can't be blank
5209
+ return_url: can't be blank
5210
+ final: 您的支付请求类型稍后支持,敬请期待
5211
+ desc: can't be blank
5212
+ transaction_id: can't be blank
5213
+ sp_billno: can't be blank
5214
+ cmdno: can't be blank
5215
+ date: can't be blank
5216
+ fee_type: can't be blank
5217
+ sign: can't be blankinvalid sign
5218
+ bank_type: can't be blank
5219
+ attach: can't be blank
5220
+ spbill_create_ip: can't be blank
5221
+ I, [2010-11-08T16:41:17.201612 #5348] INFO -- : final: [21620002]您的请求无效,请重新操作
5222
+ desc: can't be blank
5223
+ sign: can't be blankinvalid sign
5224
+ bank_type: can't be blank
5225
+ I, [2010-11-08T16:41:17.737227 #5348] INFO -- : total_fee: 格式错误,只能为数字,以分为单位,不允许包含任何字符
5226
+ final: [21620002]您的请求无效,请重新操作
5227
+ desc: can't be blank
5228
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
5229
+ sign: can't be blankinvalid sign
5230
+ bank_type: can't be blank
5231
+ I, [2010-11-08T16:41:18.260202 #5348] INFO -- : total_fee: 格式错误,只能为数字,以分为单位,不允许包含任何字符
5232
+ final: [21620002]您的请求无效,请重新操作
5233
+ desc: can't be blank
5234
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
5235
+ sign: can't be blankinvalid sign
5236
+ bank_type: can't be blank
5237
+ I, [2010-11-08T16:41:18.864158 #5348] INFO -- : final: [21620002]您的请求无效,请重新操作
5238
+ desc: can't be blank
5239
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
5240
+ sign: can't be blankinvalid sign
5241
+ bank_type: can't be blank
5242
+ I, [2010-11-08T16:41:19.406253 #5348] INFO -- : final: [21620002]您的请求无效,请重新操作
5243
+ desc: can't be blank
5244
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
5245
+ sign: can't be blankinvalid sign
5246
+ fee_type: 目前只支持人民币,请填1
5247
+ bank_type: can't be blank
5248
+ I, [2010-11-08T16:41:24.947479 #5348] INFO -- : final: [21620002]您的请求无效,请重新操作
5249
+ desc: can't be blank
5250
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
5251
+ sign: can't be blankinvalid sign
5252
+ bank_type: can't be blank
5253
+ I, [2010-11-08T16:41:25.480546 #5348] INFO -- : final: [21620002]您的请求无效,请重新操作
5254
+ desc: can't be blank
5255
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
5256
+ sign: can't be blankinvalid sign
5257
+ bank_type: can't be blank
5258
+ spbill_create_ip: 格式错误
5259
+ I, [2010-11-08T16:41:26.005883 #5348] INFO -- : final: [21620002]您的请求无效,请重新操作
5260
+ desc: can't be blank
5261
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
5262
+ sign: can't be blankinvalid sign
5263
+ bank_type: can't be blank
5264
+ spbill_create_ip: 格式错误
5265
+ I, [2010-11-08T16:41:26.554193 #5348] INFO -- : final: [21620002]您的请求无效,请重新操作
5266
+ desc: can't be blank
5267
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
5268
+ sign: can't be blankinvalid sign
5269
+ bank_type: can't be blank
5270
+ I, [2010-11-08T16:41:27.097922 #5348] INFO -- : final: [21620002]您的请求无效,请重新操作
5271
+ desc: can't be blank
5272
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
5273
+ sp_billno: 长度错误,应该在28个字符内
5274
+ sign: can't be blankinvalid sign
5275
+ bank_type: can't be blank
5276
+ I, [2010-11-08T16:41:27.456867 #5348] INFO -- : bargainor_id: can't be blank
5277
+ total_fee: can't be blank
5278
+ return_url: can't be blank
5279
+ final: 您的支付请求类型稍后支持,敬请期待
5280
+ desc: can't be blank
5281
+ transaction_id: can't be blank
5282
+ sp_billno: can't be blank
5283
+ cmdno: can't be blank
5284
+ date: can't be blank
5285
+ fee_type: can't be blank
5286
+ sign: can't be blankinvalid sign
5287
+ bank_type: can't be blank
5288
+ attach: can't be blank
5289
+ spbill_create_ip: can't be blank
5290
+ I, [2010-11-08T16:41:28.024137 #5348] INFO -- : bargainor_id: 商户号不存在
5291
+ final: [21620002]您的请求无效,请重新操作
5292
+ desc: can't be blank
5293
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
5294
+ sign: can't be blankinvalid sign
5295
+ bank_type: can't be blank
5296
+ I, [2010-11-08T16:41:28.581185 #5348] INFO -- : bargainor_id: 商户号不存在
5297
+ final: [21620002]您的请求无效,请重新操作
5298
+ desc: can't be blank
5299
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
5300
+ sign: can't be blankinvalid sign
5301
+ bank_type: can't be blank
5302
+ I, [2010-11-08T16:41:28.941711 #5348] INFO -- : bargainor_id: can't be blank
5303
+ total_fee: can't be blank
5304
+ return_url: can't be blank
5305
+ final: 您的支付请求类型稍后支持,敬请期待
5306
+ desc: can't be blank
5307
+ transaction_id: can't be blank
5308
+ sp_billno: can't be blank
5309
+ cmdno: can't be blank
5310
+ date: can't be blank
5311
+ fee_type: can't be blank
5312
+ sign: can't be blankinvalid sign
5313
+ bank_type: can't be blank
5314
+ attach: can't be blank
5315
+ spbill_create_ip: can't be blank
5316
+ I, [2010-11-08T16:41:34.262920 #5348] INFO -- : final: 聽聽发生错误了!聽聽10000002|
5317
+ desc: can't be blank
5318
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
5319
+ sign: sign签名必须大写invalid sign
5320
+ bank_type: can't be blank
5321
+ I, [2010-11-08T16:41:34.581209 #5348] INFO -- : final: 聽聽发生错误了!聽聽10000002|
5322
+ desc: can't be blank
5323
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
5324
+ sign: invalid sign
5325
+ bank_type: can't be blank
5326
+ I, [2010-11-08T16:41:35.173881 #5348] INFO -- : final: [21620002]您的请求无效,请重新操作
5327
+ desc: can't be blank
5328
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
5329
+ sign: invalid sign
5330
+ bank_type: can't be blank
5331
+ I, [2010-11-08T16:41:35.714738 #5348] INFO -- : final: [21620002]您的请求无效,请重新操作
5332
+ desc: can't be blank
5333
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
5334
+ bank_type: can't be blank