magpie 0.8.6.2 → 0.8.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (71) hide show
  1. data/README.md +86 -11
  2. data/Rakefile +7 -0
  3. data/bin/mag +3 -1
  4. data/lib/apps.rb +43 -0
  5. data/lib/magpie.rb +15 -25
  6. data/lib/magpie/goose.rb +88 -0
  7. data/lib/magpie/mouse.rb +43 -0
  8. data/lib/magpie/rubber.rb +16 -0
  9. data/lib/magpie/server.rb +18 -2
  10. data/lib/magpie/utils.rb +73 -22
  11. data/lib/middles/alipay.rb +3 -13
  12. data/lib/middles/chinabank.rb +3 -13
  13. data/lib/middles/snake.rb +116 -0
  14. data/lib/middles/tenpay.rb +22 -0
  15. data/lib/models/alipay.rb +96 -127
  16. data/lib/models/chinabank.rb +64 -99
  17. data/lib/models/dung.rb +66 -0
  18. data/lib/models/tenpay.rb +89 -0
  19. data/lib/views/fail.html.erb +12 -0
  20. data/lib/views/layouts/app.html.erb +42 -0
  21. data/lib/views/success.html.erb +34 -0
  22. data/magpie.gemspec +46 -4
  23. data/test/helper.rb +6 -1
  24. data/test/partner.yml +3 -0
  25. data/test/test.log +3152 -0
  26. data/test/test_alipay.rb +6 -15
  27. data/test/test_chinabank.rb +13 -5
  28. data/test/test_dung.rb +80 -0
  29. data/test/test_object.rb +18 -0
  30. data/test/test_snake.rb +55 -0
  31. data/test/test_tenpay.rb +144 -0
  32. data/test/test_utils.rb +35 -0
  33. metadata +43 -60
  34. data/doc/AlipayModel.html +0 -2010
  35. data/doc/ChinabankModel.html +0 -1245
  36. data/doc/Magpie.html +0 -255
  37. data/doc/Magpie/Alipay.html +0 -254
  38. data/doc/Magpie/Chinabank.html +0 -252
  39. data/doc/Magpie/Mothlog.html +0 -252
  40. data/doc/Magpie/Server.html +0 -241
  41. data/doc/Magpie/Server/Options.html +0 -245
  42. data/doc/Magpie/Utils.html +0 -85
  43. data/doc/_index.html +0 -186
  44. data/doc/class_list.html +0 -36
  45. data/doc/css/common.css +0 -1
  46. data/doc/css/full_list.css +0 -53
  47. data/doc/css/style.css +0 -307
  48. data/doc/file.COPYING.html +0 -78
  49. data/doc/file.README.html +0 -162
  50. data/doc/file_list.html +0 -38
  51. data/doc/frames.html +0 -13
  52. data/doc/index.html +0 -162
  53. data/doc/js/app.js +0 -202
  54. data/doc/js/full_list.js +0 -149
  55. data/doc/js/jquery.js +0 -154
  56. data/doc/method_list.html +0 -499
  57. data/doc/top-level-namespace.html +0 -90
  58. data/lib/doc/_index.html +0 -72
  59. data/lib/doc/class_list.html +0 -36
  60. data/lib/doc/css/common.css +0 -1
  61. data/lib/doc/css/full_list.css +0 -53
  62. data/lib/doc/css/style.css +0 -307
  63. data/lib/doc/file_list.html +0 -35
  64. data/lib/doc/frames.html +0 -13
  65. data/lib/doc/index.html +0 -72
  66. data/lib/doc/js/app.js +0 -202
  67. data/lib/doc/js/full_list.js +0 -149
  68. data/lib/doc/js/jquery.js +0 -154
  69. data/lib/doc/method_list.html +0 -35
  70. data/lib/doc/top-level-namespace.html +0 -78
  71. data/lib/middles/mothlog.rb +0 -33
@@ -1,3 +1,6 @@
1
+
2
+ ENV['magpie'] = 'test'
3
+
1
4
  require 'rubygems'
2
5
  require 'magpie'
3
6
  require 'yaml'
@@ -5,5 +8,7 @@ require 'uri'
5
8
  require 'digest/md5'
6
9
  require 'test/unit'
7
10
  require 'rack/test'
11
+ require 'apps'
12
+
13
+
8
14
 
9
- ENV['magpie'] = 'test'
@@ -3,3 +3,6 @@ alipay:
3
3
 
4
4
  chinabank:
5
5
  - ["20000400", secret456]
6
+
7
+ tenpay:
8
+ - ["314159", secret789]
@@ -0,0 +1,3152 @@
1
+ # Logfile created on Tue Nov 02 16:53:21 +0800 2010 by logger.rb/22285
2
+ I, [2010-11-02T16:53:31.840823 #5542] INFO -- : final: 错误代码 ILLEGAL_SERVICE
3
+ service: can't be blank
4
+ return_url: can't be blank
5
+ sign_type: can't be blank
6
+ seller: seller_email and seller_id can not both be blank
7
+ subject: can't be blank
8
+ sign: can't be blankinvalid sign
9
+ money: price and total_fee can not both be blank
10
+ out_trade_no: can't be blank
11
+ partner: can't be blank
12
+ payment_type: can't be blank
13
+ notify_url: can't be blank
14
+ I, [2010-11-02T16:53:32.233229 #5542] INFO -- : final: 错误代码 ILLEGAL_PARTNER
15
+ return_url: can't be blank
16
+ sign_type: can't be blank
17
+ seller: seller_email and seller_id can not both be blank
18
+ subject: can't be blank
19
+ sign: can't be blankinvalid sign
20
+ money: price and total_fee can not both be blank
21
+ out_trade_no: can't be blank
22
+ partner: can't be blank
23
+ payment_type: can't be blank
24
+ notify_url: can't be blank
25
+ I, [2010-11-02T16:53:32.625706 #5542] INFO -- : final: 错误代码 ILLEGAL_PARTNER
26
+ return_url: can't be blank
27
+ sign_type: can't be blank
28
+ seller: seller_email and seller_id can not both be blank
29
+ _input_charset: should be utf-8 or gb2312
30
+ subject: can't be blank
31
+ sign: can't be blankinvalid sign
32
+ money: price and total_fee can not both be blank
33
+ out_trade_no: can't be blank
34
+ partner: can't be blank
35
+ payment_type: can't be blank
36
+ notify_url: can't be blank
37
+ I, [2010-11-02T16:53:33.009819 #5542] INFO -- : final: 错误代码 ILLEGAL_PARTNER
38
+ return_url: can't be blank
39
+ sign_type: can't be blank
40
+ seller: seller_email and seller_id can not both be blank
41
+ subject: can't be blank
42
+ sign: can't be blankinvalid sign
43
+ money: price and total_fee can not both be blank
44
+ out_trade_no: can't be blank
45
+ partner: can't be blank
46
+ payment_type: can't be blank
47
+ notify_url: can't be blank
48
+ I, [2010-11-02T16:53:33.401528 #5542] INFO -- : final: 错误代码 ILLEGAL_PARTNER
49
+ return_url: can't be blank
50
+ sign_type: can't be blank
51
+ seller: seller_email and seller_id can not both be blank
52
+ subject: can't be blank
53
+ sign: can't be blankinvalid sign
54
+ money: price and total_fee can not both be blank
55
+ out_trade_no: can't be blank
56
+ partner: can't be blank
57
+ payment_type: can't be blank
58
+ notify_url: can't be blank
59
+ I, [2010-11-02T16:53:33.785561 #5542] INFO -- : final: 错误代码 ILLEGAL_PARTNER
60
+ total_fee: format should be Number(13, 2)
61
+ return_url: can't be blank
62
+ sign_type: can't be blank
63
+ seller: seller_email and seller_id can not both be blank
64
+ subject: can't be blank
65
+ price: format should be Number(13, 2)
66
+ sign: can't be blankinvalid sign
67
+ money: price和total_fee不能同时出现
68
+ quantity: if price is not blank, must input quantity
69
+ out_trade_no: can't be blank
70
+ partner: can't be blank
71
+ payment_type: can't be blank
72
+ notify_url: can't be blank
73
+ I, [2010-11-02T16:53:34.180159 #5542] INFO -- : final: 错误代码 ILLEGAL_PARTNER
74
+ return_url: can't be blank
75
+ sign_type: can't be blank
76
+ seller: seller_email and seller_id can not both be blank
77
+ subject: can't be blank
78
+ sign: can't be blankinvalid sign
79
+ quantity: if price is not blank, must input quantity
80
+ out_trade_no: can't be blank
81
+ partner: can't be blank
82
+ payment_type: can't be blank
83
+ notify_url: can't be blank
84
+ I, [2010-11-02T16:53:34.585630 #5542] INFO -- : final: 错误代码 ILLEGAL_PARTNER
85
+ return_url: can't be blank
86
+ sign_type: can't be blank
87
+ seller: seller_email and seller_id can not both be blank
88
+ subject: can't be blank
89
+ sign: can't be blankinvalid sign
90
+ money: price and total_fee can not both be blank
91
+ out_trade_no: can't be blank
92
+ partner: can't be blank
93
+ payment_type: can't be blank
94
+ notify_url: can't be blank
95
+ I, [2010-11-02T16:53:34.970355 #5542] INFO -- : final: 错误代码 ILLEGAL_PARTNER
96
+ return_url: can't be blank
97
+ sign_type: can't be blank
98
+ seller: seller_email and seller_id can not both be blank
99
+ subject: can't be blank
100
+ sign: can't be blankinvalid sign
101
+ money: price and total_fee can not both be blank
102
+ out_trade_no: can't be blank
103
+ partner: is too long (maximum is 16 characters)not exist
104
+ payment_type: is too long (maximum is 4 characters)
105
+ notify_url: can't be blank
106
+ I, [2010-11-02T16:53:35.356120 #5542] INFO -- : final: 错误代码 ILLEGAL_PARTNER
107
+ return_url: can't be blank
108
+ sign_type: can't be blank
109
+ seller: seller_email and seller_id can not both be blank
110
+ subject: can't be blank
111
+ sign: can't be blankinvalid sign
112
+ quantity: should be integer and between 1~999999
113
+ money: price and total_fee can not both be blank
114
+ out_trade_no: can't be blank
115
+ partner: can't be blank
116
+ payment_type: can't be blank
117
+ notify_url: can't be blank
118
+ I, [2010-11-02T16:53:35.753756 #5542] INFO -- : final: 错误代码 ILLEGAL_PARTNER
119
+ return_url: can't be blank
120
+ sign_type: can't be blank
121
+ seller: seller_email and seller_id can not both be blank
122
+ subject: can't be blank
123
+ sign: can't be blankinvalid sign
124
+ quantity: should be integer and between 1~999999
125
+ money: price and total_fee can not both be blank
126
+ out_trade_no: can't be blank
127
+ partner: can't be blank
128
+ payment_type: can't be blank
129
+ notify_url: can't be blank
130
+ I, [2010-11-02T16:53:36.137382 #5542] INFO -- : final: 错误代码 ILLEGAL_PARTNER
131
+ return_url: can't be blank
132
+ sign_type: can't be blank
133
+ seller: seller_email and seller_id can not both be blank
134
+ subject: can't be blank
135
+ sign: can't be blankinvalid sign
136
+ quantity: should be integer and between 1~999999
137
+ money: price and total_fee can not both be blank
138
+ out_trade_no: can't be blank
139
+ partner: can't be blank
140
+ payment_type: can't be blank
141
+ notify_url: can't be blank
142
+ I, [2010-11-02T16:53:36.532117 #5542] INFO -- : final: 错误代码 ILLEGAL_PARTNER
143
+ return_url: can't be blank
144
+ sign_type: can't be blank
145
+ seller: seller_email and seller_id can not both be blank
146
+ subject: can't be blank
147
+ sign: can't be blankinvalid sign
148
+ money: price and total_fee can not both be blank
149
+ out_trade_no: can't be blank
150
+ partner: not exist
151
+ payment_type: can't be blank
152
+ notify_url: can't be blank
153
+ I, [2010-11-02T16:53:36.920853 #5542] INFO -- : final: 错误代码 ILLEGAL_PARTNER
154
+ return_url: can't be blank
155
+ sign_type: can't be blank
156
+ seller: seller_email and seller_id can not both be blank
157
+ subject: can't be blank
158
+ sign: can't be blankinvalid sign
159
+ money: price and total_fee can not both be blank
160
+ out_trade_no: can't be blank
161
+ payment_type: can't be blank
162
+ notify_url: can't be blank
163
+ I, [2010-11-02T16:53:37.308228 #5542] INFO -- : final: 错误代码 ILLEGAL_SERVICE
164
+ service: can't be blank
165
+ return_url: can't be blank
166
+ sign_type: can't be blank
167
+ seller: seller_email and seller_id can not both be blank
168
+ subject: can't be blank
169
+ sign: can't be blankinvalid sign
170
+ money: price and total_fee can not both be blank
171
+ out_trade_no: can't be blank
172
+ partner: can't be blank
173
+ payment_type: can't be blank
174
+ notify_url: can't be blank
175
+ I, [2010-11-02T16:53:37.698090 #5542] INFO -- : final: 错误代码 ILLEGAL_PARTNER
176
+ return_url: can't be blank
177
+ sign_type: can't be blank
178
+ seller: seller_email and seller_id can not both be blank
179
+ subject: can't be blank
180
+ sign: can't be blankinvalid sign
181
+ money: price和total_fee不能同时出现
182
+ quantity: if price is not blank, must input quantity
183
+ out_trade_no: can't be blank
184
+ partner: can't be blank
185
+ payment_type: can't be blank
186
+ notify_url: can't be blank
187
+ I, [2010-11-02T16:53:38.091050 #5542] INFO -- : final: 错误代码 ILLEGAL_PARTNER
188
+ return_url: can't be blank
189
+ sign_type: can't be blank
190
+ seller: seller_email and seller_id can not both be blank
191
+ subject: can't be blank
192
+ sign: can't be blankinvalid sign
193
+ money: price and total_fee can not both be blank
194
+ out_trade_no: can't be blank
195
+ partner: can't be blank
196
+ payment_type: can't be blank
197
+ notify_url: can't be blank
198
+ I, [2010-11-02T16:53:38.475003 #5542] INFO -- : final: 错误代码 ILLEGAL_PARTNER
199
+ return_url: can't be blank
200
+ sign_type: can't be blank
201
+ seller: seller_email and seller_id can not both be blank
202
+ subject: can't be blank
203
+ money: price and total_fee can not both be blank
204
+ sign: invalid sign
205
+ out_trade_no: can't be blank
206
+ payment_type: can't be blank
207
+ notify_url: can't be blank
208
+ I, [2010-11-02T16:53:38.860704 #5542] INFO -- : final: 错误代码 ILLEGAL_PARTNER
209
+ return_url: can't be blank
210
+ sign_type: can't be blank
211
+ seller: seller_email and seller_id can not both be blank
212
+ subject: can't be blank
213
+ money: price and total_fee can not both be blank
214
+ out_trade_no: can't be blank
215
+ payment_type: can't be blank
216
+ notify_url: can't be blank
217
+ I, [2010-11-02T16:53:39.239936 #5542] INFO -- : final: 出错了!200903数据签名验证未通过
218
+ v_md5info: can't be blank
219
+ sign: invalid v_md5info
220
+ I, [2010-11-02T16:53:39.584108 #5542] INFO -- : final: 出错了!500903参数错误,订单号过长
221
+ v_url: is too long (maximum is 200 characters)
222
+ v_md5info: can't be blank
223
+ sign: invalid v_md5info
224
+ v_oid: is too long (maximum is 64 characters)
225
+ I, [2010-11-02T16:53:39.928756 #5542] INFO -- : final: 出错了!501112参数错误,非法金额参数
226
+ v_md5info: can't be blank
227
+ sign: invalid v_md5info
228
+ v_amount: format should be Number(6, 2)
229
+ I, [2010-11-02T16:53:40.231731 #5542] INFO -- : final: 出错了!500800错误的数据格式,不能解析
230
+ v_moneytype: can't be blank
231
+ v_url: can't be blank
232
+ v_md5info: can't be blank
233
+ v_mid: can't be blank
234
+ sign: invalid v_md5info
235
+ v_oid: can't be blank
236
+ v_amount: can't be blank
237
+ I, [2010-11-02T16:53:40.585273 #5542] INFO -- : final: 出错了!200903数据签名验证未通过
238
+ sign: invalid v_md5info
239
+ I, [2010-11-02T16:53:40.940811 #5542] INFO -- : final: 出错了!200903数据签名验证未通过
240
+ I, [2010-11-02T16:53:42.106174 #5542] INFO -- : return_url: can't be blank
241
+ service: can't be blank
242
+ seller: seller_email and seller_id can not both be blank
243
+ sign_type: can't be blank
244
+ subject: can't be blank
245
+ money: price and total_fee can not both be blank
246
+ sign: can't be blankinvalid sign
247
+ out_trade_no: can't be blank
248
+ partner: can't be blank
249
+ payment_type: can't be blank
250
+ notify_url: can't be blank
251
+ I, [2010-11-02T16:53:42.109983 #5542] INFO -- : v_moneytype: can't be blank
252
+ v_url: can't be blank
253
+ v_md5info: can't be blank
254
+ v_mid: can't be blank
255
+ sign: invalid v_md5info
256
+ v_oid: can't be blank
257
+ v_amount: can't be blank
258
+ I, [2010-11-02T16:53:42.112770 #5542] INFO -- : v_moneytype: can't be blank
259
+ v_url: can't be blank
260
+ v_md5info: can't be blank
261
+ v_mid: can't be blank
262
+ sign: invalid v_md5info
263
+ v_oid: can't be blank
264
+ v_amount: can't be blank
265
+ I, [2010-11-02T16:53:42.115827 #5542] INFO -- : return_url: can't be blank
266
+ service: can't be blank
267
+ seller: seller_email and seller_id can not both be blank
268
+ sign_type: can't be blank
269
+ subject: can't be blank
270
+ money: price and total_fee can not both be blank
271
+ sign: can't be blankinvalid sign
272
+ out_trade_no: can't be blank
273
+ partner: can't be blank
274
+ payment_type: can't be blank
275
+ notify_url: can't be blank
276
+ I, [2010-11-02T16:53:42.118267 #5542] INFO -- : total_fee: can't be blank
277
+ sp_billno: can't be blank
278
+ return_url: can't be blank
279
+ cmdno: can't be blank
280
+ fee_type: can't be blank
281
+ desc: can't be blank
282
+ bank_type: can't be blank
283
+ attach: can't be blank
284
+ date: can't be blank
285
+ sign: can't be blankinvalid sign
286
+ spbill_create_ip: can't be blank
287
+ bargainor_id: can't be blank
288
+ transaction_id: can't be blank
289
+ I, [2010-11-02T16:53:42.120214 #5542] INFO -- : total_fee: can't be blank
290
+ sp_billno: can't be blank
291
+ return_url: can't be blank
292
+ cmdno: can't be blank
293
+ fee_type: can't be blank
294
+ desc: can't be blank
295
+ bank_type: can't be blank
296
+ attach: can't be blank
297
+ date: can't be blank
298
+ sign: can't be blankinvalid sign
299
+ spbill_create_ip: can't be blank
300
+ bargainor_id: can't be blank
301
+ transaction_id: can't be blank
302
+ I, [2010-11-02T16:53:42.915974 #5542] INFO -- : final: [21620002]您的请求无效,请重新操作
303
+ desc: can't be blank
304
+ bank_type: can't be blank
305
+ sign: can't be blankinvalid sign
306
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
307
+ I, [2010-11-02T16:53:43.475691 #5542] INFO -- : final: [21620002]您的请求无效,请重新操作
308
+ desc: can't be blank
309
+ bank_type: can't be blank
310
+ sign: can't be blankinvalid sign
311
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
312
+ I, [2010-11-02T16:53:44.038017 #5542] INFO -- : final: [21620002]您的请求无效,请重新操作
313
+ desc: can't be blank
314
+ bank_type: can't be blank
315
+ sign: can't be blankinvalid sign
316
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
317
+ I, [2010-11-02T16:53:44.438172 #5542] INFO -- : final: 您的支付请求类型稍后支持,敬请期待
318
+ sp_billno: can't be blank
319
+ total_fee: can't be blank
320
+ cmdno: can't be blank
321
+ return_url: can't be blank
322
+ desc: can't be blank
323
+ fee_type: can't be blank
324
+ bank_type: can't be blank
325
+ attach: can't be blank
326
+ date: can't be blank
327
+ spbill_create_ip: can't be blank
328
+ sign: can't be blankinvalid sign
329
+ bargainor_id: can't be blank
330
+ transaction_id: can't be blank
331
+ I, [2010-11-02T16:53:44.983315 #5542] INFO -- : final: [21620002]您的请求无效,请重新操作
332
+ desc: can't be blank
333
+ bank_type: can't be blank
334
+ sign: can't be blankinvalid sign
335
+ I, [2010-11-02T16:53:45.528028 #5542] INFO -- : final: [21620002]您的请求无效,请重新操作
336
+ total_fee: 格式错误,只能为数字,以分为单位,不允许包含任何字符
337
+ desc: can't be blank
338
+ bank_type: can't be blank
339
+ sign: can't be blankinvalid sign
340
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
341
+ I, [2010-11-02T16:53:46.070431 #5542] INFO -- : final: [21620002]您的请求无效,请重新操作
342
+ total_fee: 格式错误,只能为数字,以分为单位,不允许包含任何字符
343
+ desc: can't be blank
344
+ bank_type: can't be blank
345
+ sign: can't be blankinvalid sign
346
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
347
+ I, [2010-11-02T16:53:46.633973 #5542] INFO -- : final: [21620002]您的请求无效,请重新操作
348
+ desc: can't be blank
349
+ bank_type: can't be blank
350
+ sign: can't be blankinvalid sign
351
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
352
+ I, [2010-11-02T16:53:47.180271 #5542] INFO -- : final: [21620002]您的请求无效,请重新操作
353
+ desc: can't be blank
354
+ fee_type: 目前只支持人民币,请填1
355
+ bank_type: can't be blank
356
+ sign: can't be blankinvalid sign
357
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
358
+ I, [2010-11-02T16:53:47.724842 #5542] INFO -- : final: [21620002]您的请求无效,请重新操作
359
+ desc: can't be blank
360
+ bank_type: can't be blank
361
+ sign: can't be blankinvalid sign
362
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
363
+ I, [2010-11-02T16:53:53.287191 #5542] INFO -- : final: [21620002]您的请求无效,请重新操作
364
+ desc: can't be blank
365
+ bank_type: can't be blank
366
+ sign: can't be blankinvalid sign
367
+ spbill_create_ip: 格式错误
368
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
369
+ I, [2010-11-02T16:53:53.881126 #5542] INFO -- : final: [21620002]您的请求无效,请重新操作
370
+ desc: can't be blank
371
+ bank_type: can't be blank
372
+ sign: can't be blankinvalid sign
373
+ spbill_create_ip: 格式错误
374
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
375
+ I, [2010-11-02T16:53:54.435457 #5542] INFO -- : final: [21620002]您的请求无效,请重新操作
376
+ desc: can't be blank
377
+ bank_type: can't be blank
378
+ sign: can't be blankinvalid sign
379
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
380
+ I, [2010-11-02T16:53:55.045770 #5542] INFO -- : final: [21620002]您的请求无效,请重新操作
381
+ sp_billno: 长度错误,应该在28个字符内
382
+ desc: can't be blank
383
+ bank_type: can't be blank
384
+ sign: can't be blankinvalid sign
385
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
386
+ I, [2010-11-02T16:53:55.426854 #5542] INFO -- : final: 您的支付请求类型稍后支持,敬请期待
387
+ sp_billno: can't be blank
388
+ total_fee: can't be blank
389
+ cmdno: can't be blank
390
+ return_url: can't be blank
391
+ desc: can't be blank
392
+ fee_type: can't be blank
393
+ bank_type: can't be blank
394
+ attach: can't be blank
395
+ date: can't be blank
396
+ spbill_create_ip: can't be blank
397
+ sign: can't be blankinvalid sign
398
+ bargainor_id: can't be blank
399
+ transaction_id: can't be blank
400
+ I, [2010-11-02T16:53:55.808034 #5542] INFO -- : final: 您的支付请求类型稍后支持,敬请期待
401
+ sp_billno: can't be blank
402
+ total_fee: can't be blank
403
+ cmdno: can't be blank
404
+ return_url: can't be blank
405
+ desc: can't be blank
406
+ fee_type: can't be blank
407
+ bank_type: can't be blank
408
+ attach: can't be blank
409
+ date: can't be blank
410
+ spbill_create_ip: can't be blank
411
+ sign: can't be blankinvalid sign
412
+ bargainor_id: can't be blank
413
+ transaction_id: can't be blank
414
+ I, [2010-11-02T16:53:56.152861 #5542] INFO -- : final: 聽聽发生错误了!聽聽10000002|
415
+ desc: can't be blank
416
+ bank_type: can't be blank
417
+ sign: sign签名必须大写invalid sign
418
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
419
+ I, [2010-11-02T16:53:56.498268 #5542] INFO -- : final: 聽聽发生错误了!聽聽10000002|
420
+ desc: can't be blank
421
+ bank_type: can't be blank
422
+ sign: invalid sign
423
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
424
+ I, [2010-11-02T16:53:57.059852 #5542] INFO -- : final: [21620002]您的请求无效,请重新操作
425
+ desc: can't be blank
426
+ bank_type: can't be blank
427
+ sign: invalid sign
428
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
429
+ I, [2010-11-02T16:53:57.609585 #5542] INFO -- : final: [21620002]您的请求无效,请重新操作
430
+ desc: can't be blank
431
+ bank_type: can't be blank
432
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
433
+ I, [2010-11-02T16:54:08.956352 #5558] INFO -- : Notify to [POST] at[02/Nov/2010 16:54:08]
434
+ Parameters:{"trade_status"=>"TRADE_SUCCESS", "sign"=>"8ec4b31525387481edafcde6e79c7330", "notify_time"=>"2010-11-02 16:54:08", "trade_no"=>"1288688048705851", "sign_type"=>nil, "notify_id"=>1288688048}
435
+
436
+ Business result:发送通知时出现异常badURI(isnotURI?):,请确认在你的商户系统中可用,比如是否可以POST方式接收其他应用的请求
437
+
438
+
439
+ I, [2010-11-02T16:54:09.344830 #5558] INFO -- : final: 错误代码 ILLEGAL_PARTNER
440
+ return_url: can't be blank
441
+ sign_type: can't be blank
442
+ seller: seller_email and seller_id can not both be blank
443
+ subject: can't be blank
444
+ sign: can't be blankinvalid sign
445
+ money: price and total_fee can not both be blank
446
+ out_trade_no: can't be blank
447
+ partner: can't be blank
448
+ payment_type: can't be blank
449
+ notify_url: can't be blank
450
+ I, [2010-11-02T16:54:09.739268 #5558] INFO -- : final: 错误代码 ILLEGAL_PARTNER
451
+ return_url: can't be blank
452
+ sign_type: can't be blank
453
+ seller: seller_email and seller_id can not both be blank
454
+ _input_charset: should be utf-8 or gb2312
455
+ subject: can't be blank
456
+ sign: can't be blankinvalid sign
457
+ money: price and total_fee can not both be blank
458
+ out_trade_no: can't be blank
459
+ partner: can't be blank
460
+ payment_type: can't be blank
461
+ notify_url: can't be blank
462
+ I, [2010-11-02T16:54:10.129858 #5558] INFO -- : final: 错误代码 ILLEGAL_PARTNER
463
+ return_url: can't be blank
464
+ sign_type: can't be blank
465
+ seller: seller_email and seller_id can not both be blank
466
+ subject: can't be blank
467
+ sign: can't be blankinvalid sign
468
+ money: price and total_fee can not both be blank
469
+ out_trade_no: can't be blank
470
+ partner: can't be blank
471
+ payment_type: can't be blank
472
+ notify_url: can't be blank
473
+ I, [2010-11-02T16:54:10.745951 #5558] INFO -- : final: 错误代码 ILLEGAL_PARTNER
474
+ return_url: can't be blank
475
+ sign_type: can't be blank
476
+ seller: seller_email and seller_id can not both be blank
477
+ subject: can't be blank
478
+ sign: can't be blankinvalid sign
479
+ money: price and total_fee can not both be blank
480
+ out_trade_no: can't be blank
481
+ partner: can't be blank
482
+ payment_type: can't be blank
483
+ notify_url: can't be blank
484
+ I, [2010-11-02T16:54:11.131881 #5558] INFO -- : final: 错误代码 ILLEGAL_PARTNER
485
+ total_fee: format should be Number(13, 2)
486
+ return_url: can't be blank
487
+ sign_type: can't be blank
488
+ seller: seller_email and seller_id can not both be blank
489
+ subject: can't be blank
490
+ price: format should be Number(13, 2)
491
+ sign: can't be blankinvalid sign
492
+ money: price和total_fee不能同时出现
493
+ quantity: if price is not blank, must input quantity
494
+ out_trade_no: can't be blank
495
+ partner: can't be blank
496
+ payment_type: can't be blank
497
+ notify_url: can't be blank
498
+ I, [2010-11-02T16:54:11.518285 #5558] INFO -- : final: 错误代码 ILLEGAL_PARTNER
499
+ return_url: can't be blank
500
+ sign_type: can't be blank
501
+ seller: seller_email and seller_id can not both be blank
502
+ subject: can't be blank
503
+ sign: can't be blankinvalid sign
504
+ quantity: if price is not blank, must input quantity
505
+ out_trade_no: can't be blank
506
+ partner: can't be blank
507
+ payment_type: can't be blank
508
+ notify_url: can't be blank
509
+ I, [2010-11-02T16:54:11.923833 #5558] INFO -- : final: 错误代码 ILLEGAL_PARTNER
510
+ return_url: can't be blank
511
+ sign_type: can't be blank
512
+ seller: seller_email and seller_id can not both be blank
513
+ subject: can't be blank
514
+ sign: can't be blankinvalid sign
515
+ money: price and total_fee can not both be blank
516
+ out_trade_no: can't be blank
517
+ partner: can't be blank
518
+ payment_type: can't be blank
519
+ notify_url: can't be blank
520
+ I, [2010-11-02T16:54:12.310220 #5558] INFO -- : final: 错误代码 ILLEGAL_PARTNER
521
+ return_url: can't be blank
522
+ sign_type: can't be blank
523
+ seller: seller_email and seller_id can not both be blank
524
+ subject: can't be blank
525
+ sign: can't be blankinvalid sign
526
+ money: price and total_fee can not both be blank
527
+ out_trade_no: can't be blank
528
+ partner: is too long (maximum is 16 characters)not exist
529
+ payment_type: is too long (maximum is 4 characters)
530
+ notify_url: can't be blank
531
+ I, [2010-11-02T16:54:12.699301 #5558] INFO -- : final: 错误代码 ILLEGAL_PARTNER
532
+ return_url: can't be blank
533
+ sign_type: can't be blank
534
+ seller: seller_email and seller_id can not both be blank
535
+ subject: can't be blank
536
+ sign: can't be blankinvalid sign
537
+ quantity: should be integer and between 1~999999
538
+ money: price and total_fee can not both be blank
539
+ out_trade_no: can't be blank
540
+ partner: can't be blank
541
+ payment_type: can't be blank
542
+ notify_url: can't be blank
543
+ I, [2010-11-02T16:54:13.085842 #5558] INFO -- : final: 错误代码 ILLEGAL_PARTNER
544
+ return_url: can't be blank
545
+ sign_type: can't be blank
546
+ seller: seller_email and seller_id can not both be blank
547
+ subject: can't be blank
548
+ sign: can't be blankinvalid sign
549
+ quantity: should be integer and between 1~999999
550
+ money: price and total_fee can not both be blank
551
+ out_trade_no: can't be blank
552
+ partner: can't be blank
553
+ payment_type: can't be blank
554
+ notify_url: can't be blank
555
+ I, [2010-11-02T16:54:13.468915 #5558] INFO -- : final: 错误代码 ILLEGAL_PARTNER
556
+ return_url: can't be blank
557
+ sign_type: can't be blank
558
+ seller: seller_email and seller_id can not both be blank
559
+ subject: can't be blank
560
+ sign: can't be blankinvalid sign
561
+ quantity: should be integer and between 1~999999
562
+ money: price and total_fee can not both be blank
563
+ out_trade_no: can't be blank
564
+ partner: can't be blank
565
+ payment_type: can't be blank
566
+ notify_url: can't be blank
567
+ I, [2010-11-02T16:54:13.865039 #5558] INFO -- : final: 错误代码 ILLEGAL_PARTNER
568
+ return_url: can't be blank
569
+ sign_type: can't be blank
570
+ seller: seller_email and seller_id can not both be blank
571
+ subject: can't be blank
572
+ sign: can't be blankinvalid sign
573
+ money: price and total_fee can not both be blank
574
+ out_trade_no: can't be blank
575
+ partner: not exist
576
+ payment_type: can't be blank
577
+ notify_url: can't be blank
578
+ I, [2010-11-02T16:54:14.250904 #5558] INFO -- : final: 错误代码 ILLEGAL_PARTNER
579
+ return_url: can't be blank
580
+ sign_type: can't be blank
581
+ seller: seller_email and seller_id can not both be blank
582
+ subject: can't be blank
583
+ sign: can't be blankinvalid sign
584
+ money: price and total_fee can not both be blank
585
+ out_trade_no: can't be blank
586
+ payment_type: can't be blank
587
+ notify_url: can't be blank
588
+ I, [2010-11-02T16:54:14.635104 #5558] INFO -- : final: 错误代码 ILLEGAL_SERVICE
589
+ service: can't be blank
590
+ return_url: can't be blank
591
+ sign_type: can't be blank
592
+ seller: seller_email and seller_id can not both be blank
593
+ subject: can't be blank
594
+ sign: can't be blankinvalid sign
595
+ money: price and total_fee can not both be blank
596
+ out_trade_no: can't be blank
597
+ partner: can't be blank
598
+ payment_type: can't be blank
599
+ notify_url: can't be blank
600
+ I, [2010-11-02T16:54:15.025570 #5558] INFO -- : final: 错误代码 ILLEGAL_PARTNER
601
+ return_url: can't be blank
602
+ sign_type: can't be blank
603
+ seller: seller_email and seller_id can not both be blank
604
+ subject: can't be blank
605
+ sign: can't be blankinvalid sign
606
+ money: price和total_fee不能同时出现
607
+ quantity: if price is not blank, must input quantity
608
+ out_trade_no: can't be blank
609
+ partner: can't be blank
610
+ payment_type: can't be blank
611
+ notify_url: can't be blank
612
+ I, [2010-11-02T16:54:15.419571 #5558] INFO -- : final: 错误代码 ILLEGAL_PARTNER
613
+ return_url: can't be blank
614
+ sign_type: can't be blank
615
+ seller: seller_email and seller_id can not both be blank
616
+ subject: can't be blank
617
+ sign: can't be blankinvalid sign
618
+ money: price and total_fee can not both be blank
619
+ out_trade_no: can't be blank
620
+ partner: can't be blank
621
+ payment_type: can't be blank
622
+ notify_url: can't be blank
623
+ I, [2010-11-02T16:54:15.808156 #5558] INFO -- : final: 错误代码 ILLEGAL_PARTNER
624
+ return_url: can't be blank
625
+ sign_type: can't be blank
626
+ seller: seller_email and seller_id can not both be blank
627
+ subject: can't be blank
628
+ money: price and total_fee can not both be blank
629
+ sign: invalid sign
630
+ out_trade_no: can't be blank
631
+ payment_type: can't be blank
632
+ notify_url: can't be blank
633
+ I, [2010-11-02T16:54:16.216107 #5558] INFO -- : final: 错误代码 ILLEGAL_PARTNER
634
+ return_url: can't be blank
635
+ sign_type: can't be blank
636
+ seller: seller_email and seller_id can not both be blank
637
+ subject: can't be blank
638
+ money: price and total_fee can not both be blank
639
+ out_trade_no: can't be blank
640
+ payment_type: can't be blank
641
+ notify_url: can't be blank
642
+ I, [2010-11-02T16:54:16.624062 #5558] INFO -- : final: 出错了!200903数据签名验证未通过
643
+ v_md5info: can't be blank
644
+ sign: invalid v_md5info
645
+ I, [2010-11-02T16:54:17.183850 #5558] INFO -- : final: 出错了!500903参数错误,订单号过长
646
+ v_url: is too long (maximum is 200 characters)
647
+ v_md5info: can't be blank
648
+ sign: invalid v_md5info
649
+ v_oid: is too long (maximum is 64 characters)
650
+ I, [2010-11-02T16:54:17.535852 #5558] INFO -- : final: 出错了!501112参数错误,非法金额参数
651
+ v_md5info: can't be blank
652
+ sign: invalid v_md5info
653
+ v_amount: format should be Number(6, 2)
654
+ I, [2010-11-02T16:54:17.836483 #5558] INFO -- : final: 出错了!500800错误的数据格式,不能解析
655
+ v_moneytype: can't be blank
656
+ v_url: can't be blank
657
+ v_md5info: can't be blank
658
+ v_mid: can't be blank
659
+ sign: invalid v_md5info
660
+ v_oid: can't be blank
661
+ v_amount: can't be blank
662
+ I, [2010-11-02T16:54:18.182414 #5558] INFO -- : final: 出错了!200903数据签名验证未通过
663
+ sign: invalid v_md5info
664
+ I, [2010-11-02T16:54:18.539120 #5558] INFO -- : final: 出错了!200903数据签名验证未通过
665
+ I, [2010-11-02T16:54:19.706221 #5558] INFO -- : return_url: can't be blank
666
+ service: can't be blank
667
+ seller: seller_email and seller_id can not both be blank
668
+ sign_type: can't be blank
669
+ subject: can't be blank
670
+ money: price and total_fee can not both be blank
671
+ sign: can't be blankinvalid sign
672
+ out_trade_no: can't be blank
673
+ partner: can't be blank
674
+ payment_type: can't be blank
675
+ notify_url: can't be blank
676
+ I, [2010-11-02T16:54:19.710095 #5558] INFO -- : v_moneytype: can't be blank
677
+ v_url: can't be blank
678
+ v_md5info: can't be blank
679
+ v_mid: can't be blank
680
+ sign: invalid v_md5info
681
+ v_oid: can't be blank
682
+ v_amount: can't be blank
683
+ I, [2010-11-02T16:54:19.713531 #5558] INFO -- : v_moneytype: can't be blank
684
+ v_url: can't be blank
685
+ v_md5info: can't be blank
686
+ v_mid: can't be blank
687
+ sign: invalid v_md5info
688
+ v_oid: can't be blank
689
+ v_amount: can't be blank
690
+ I, [2010-11-02T16:54:19.716832 #5558] INFO -- : return_url: can't be blank
691
+ service: can't be blank
692
+ seller: seller_email and seller_id can not both be blank
693
+ sign_type: can't be blank
694
+ subject: can't be blank
695
+ money: price and total_fee can not both be blank
696
+ sign: can't be blankinvalid sign
697
+ out_trade_no: can't be blank
698
+ partner: can't be blank
699
+ payment_type: can't be blank
700
+ notify_url: can't be blank
701
+ I, [2010-11-02T16:54:19.719607 #5558] INFO -- : total_fee: can't be blank
702
+ sp_billno: can't be blank
703
+ return_url: can't be blank
704
+ cmdno: can't be blank
705
+ fee_type: can't be blank
706
+ desc: can't be blank
707
+ bank_type: can't be blank
708
+ attach: can't be blank
709
+ date: can't be blank
710
+ sign: can't be blankinvalid sign
711
+ spbill_create_ip: can't be blank
712
+ bargainor_id: can't be blank
713
+ transaction_id: can't be blank
714
+ I, [2010-11-02T16:54:19.721828 #5558] INFO -- : total_fee: can't be blank
715
+ sp_billno: can't be blank
716
+ return_url: can't be blank
717
+ cmdno: can't be blank
718
+ fee_type: can't be blank
719
+ desc: can't be blank
720
+ bank_type: can't be blank
721
+ attach: can't be blank
722
+ date: can't be blank
723
+ sign: can't be blankinvalid sign
724
+ spbill_create_ip: can't be blank
725
+ bargainor_id: can't be blank
726
+ transaction_id: can't be blank
727
+ I, [2010-11-02T16:54:20.259831 #5558] INFO -- : final: [21620002]您的请求无效,请重新操作
728
+ desc: can't be blank
729
+ bank_type: can't be blank
730
+ sign: can't be blankinvalid sign
731
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
732
+ I, [2010-11-02T16:54:20.828574 #5558] INFO -- : final: [21620002]您的请求无效,请重新操作
733
+ desc: can't be blank
734
+ bank_type: can't be blank
735
+ sign: can't be blankinvalid sign
736
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
737
+ I, [2010-11-02T16:54:21.376059 #5558] INFO -- : final: [21620002]您的请求无效,请重新操作
738
+ desc: can't be blank
739
+ bank_type: can't be blank
740
+ sign: can't be blankinvalid sign
741
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
742
+ I, [2010-11-02T16:54:21.777772 #5558] INFO -- : final: 您的支付请求类型稍后支持,敬请期待
743
+ sp_billno: can't be blank
744
+ total_fee: can't be blank
745
+ cmdno: can't be blank
746
+ return_url: can't be blank
747
+ desc: can't be blank
748
+ fee_type: can't be blank
749
+ bank_type: can't be blank
750
+ attach: can't be blank
751
+ date: can't be blank
752
+ spbill_create_ip: can't be blank
753
+ sign: can't be blankinvalid sign
754
+ bargainor_id: can't be blank
755
+ transaction_id: can't be blank
756
+ I, [2010-11-02T16:54:22.387829 #5558] INFO -- : final: [21620002]您的请求无效,请重新操作
757
+ desc: can't be blank
758
+ bank_type: can't be blank
759
+ sign: can't be blankinvalid sign
760
+ I, [2010-11-02T16:54:22.941341 #5558] INFO -- : final: [21620002]您的请求无效,请重新操作
761
+ total_fee: 格式错误,只能为数字,以分为单位,不允许包含任何字符
762
+ desc: can't be blank
763
+ bank_type: can't be blank
764
+ sign: can't be blankinvalid sign
765
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
766
+ I, [2010-11-02T16:54:23.508322 #5558] INFO -- : final: [21620002]您的请求无效,请重新操作
767
+ total_fee: 格式错误,只能为数字,以分为单位,不允许包含任何字符
768
+ desc: can't be blank
769
+ bank_type: can't be blank
770
+ sign: can't be blankinvalid sign
771
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
772
+ I, [2010-11-02T16:54:24.063955 #5558] INFO -- : final: [21620002]您的请求无效,请重新操作
773
+ desc: can't be blank
774
+ bank_type: can't be blank
775
+ sign: can't be blankinvalid sign
776
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
777
+ I, [2010-11-02T16:54:24.614219 #5558] INFO -- : final: [21620002]您的请求无效,请重新操作
778
+ desc: can't be blank
779
+ fee_type: 目前只支持人民币,请填1
780
+ bank_type: can't be blank
781
+ sign: can't be blankinvalid sign
782
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
783
+ I, [2010-11-02T16:54:25.156667 #5558] INFO -- : final: [21620002]您的请求无效,请重新操作
784
+ desc: can't be blank
785
+ bank_type: can't be blank
786
+ sign: can't be blankinvalid sign
787
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
788
+ I, [2010-11-02T16:54:25.998683 #5558] INFO -- : final: [21620002]您的请求无效,请重新操作
789
+ desc: can't be blank
790
+ bank_type: can't be blank
791
+ sign: can't be blankinvalid sign
792
+ spbill_create_ip: 格式错误
793
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
794
+ I, [2010-11-02T16:54:26.569693 #5558] INFO -- : final: [21620002]您的请求无效,请重新操作
795
+ desc: can't be blank
796
+ bank_type: can't be blank
797
+ sign: can't be blankinvalid sign
798
+ spbill_create_ip: 格式错误
799
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
800
+ I, [2010-11-02T16:54:27.131643 #5558] INFO -- : final: [21620002]您的请求无效,请重新操作
801
+ desc: can't be blank
802
+ bank_type: can't be blank
803
+ sign: can't be blankinvalid sign
804
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
805
+ I, [2010-11-02T16:54:27.697874 #5558] INFO -- : final: [21620002]您的请求无效,请重新操作
806
+ sp_billno: 长度错误,应该在28个字符内
807
+ desc: can't be blank
808
+ bank_type: can't be blank
809
+ sign: can't be blankinvalid sign
810
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
811
+ I, [2010-11-02T16:54:28.077303 #5558] INFO -- : final: 您的支付请求类型稍后支持,敬请期待
812
+ sp_billno: can't be blank
813
+ total_fee: can't be blank
814
+ cmdno: can't be blank
815
+ return_url: can't be blank
816
+ desc: can't be blank
817
+ fee_type: can't be blank
818
+ bank_type: can't be blank
819
+ attach: can't be blank
820
+ date: can't be blank
821
+ spbill_create_ip: can't be blank
822
+ sign: can't be blankinvalid sign
823
+ bargainor_id: can't be blank
824
+ transaction_id: can't be blank
825
+ I, [2010-11-02T16:54:28.455384 #5558] INFO -- : final: 您的支付请求类型稍后支持,敬请期待
826
+ sp_billno: can't be blank
827
+ total_fee: can't be blank
828
+ cmdno: can't be blank
829
+ return_url: can't be blank
830
+ desc: can't be blank
831
+ fee_type: can't be blank
832
+ bank_type: can't be blank
833
+ attach: can't be blank
834
+ date: can't be blank
835
+ spbill_create_ip: can't be blank
836
+ sign: can't be blankinvalid sign
837
+ bargainor_id: can't be blank
838
+ transaction_id: can't be blank
839
+ I, [2010-11-02T16:54:28.799774 #5558] INFO -- : final: 聽聽发生错误了!聽聽10000002|
840
+ desc: can't be blank
841
+ bank_type: can't be blank
842
+ sign: sign签名必须大写invalid sign
843
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
844
+ I, [2010-11-02T16:54:29.149523 #5558] INFO -- : final: 聽聽发生错误了!聽聽10000002|
845
+ desc: can't be blank
846
+ bank_type: can't be blank
847
+ sign: invalid sign
848
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
849
+ I, [2010-11-02T16:54:29.701222 #5558] INFO -- : final: [21620002]您的请求无效,请重新操作
850
+ desc: can't be blank
851
+ bank_type: can't be blank
852
+ sign: invalid sign
853
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
854
+ I, [2010-11-02T16:54:30.275364 #5558] INFO -- : final: [21620002]您的请求无效,请重新操作
855
+ desc: can't be blank
856
+ bank_type: can't be blank
857
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
858
+ I, [2010-11-02T16:54:47.424490 #5561] INFO -- : final: 错误代码 ILLEGAL_SERVICE
859
+ service: can't be blank
860
+ return_url: can't be blank
861
+ sign_type: can't be blank
862
+ seller: seller_email and seller_id can not both be blank
863
+ subject: can't be blank
864
+ sign: can't be blankinvalid sign
865
+ money: price and total_fee can not both be blank
866
+ out_trade_no: can't be blank
867
+ partner: can't be blank
868
+ payment_type: can't be blank
869
+ notify_url: can't be blank
870
+ I, [2010-11-02T16:54:47.830239 #5561] INFO -- : final: 错误代码 ILLEGAL_PARTNER
871
+ return_url: can't be blank
872
+ sign_type: can't be blank
873
+ seller: seller_email and seller_id can not both be blank
874
+ subject: can't be blank
875
+ sign: can't be blankinvalid sign
876
+ money: price and total_fee can not both be blank
877
+ out_trade_no: can't be blank
878
+ partner: can't be blank
879
+ payment_type: can't be blank
880
+ notify_url: can't be blank
881
+ I, [2010-11-02T16:54:48.222783 #5561] INFO -- : final: 错误代码 ILLEGAL_PARTNER
882
+ return_url: can't be blank
883
+ sign_type: can't be blank
884
+ seller: seller_email and seller_id can not both be blank
885
+ _input_charset: should be utf-8 or gb2312
886
+ subject: can't be blank
887
+ sign: can't be blankinvalid sign
888
+ money: price and total_fee can not both be blank
889
+ out_trade_no: can't be blank
890
+ partner: can't be blank
891
+ payment_type: can't be blank
892
+ notify_url: can't be blank
893
+ I, [2010-11-02T16:54:48.605270 #5561] INFO -- : final: 错误代码 ILLEGAL_PARTNER
894
+ return_url: can't be blank
895
+ sign_type: can't be blank
896
+ seller: seller_email and seller_id can not both be blank
897
+ subject: can't be blank
898
+ sign: can't be blankinvalid sign
899
+ money: price and total_fee can not both be blank
900
+ out_trade_no: can't be blank
901
+ partner: can't be blank
902
+ payment_type: can't be blank
903
+ notify_url: can't be blank
904
+ I, [2010-11-02T16:54:48.998047 #5561] INFO -- : final: 错误代码 ILLEGAL_PARTNER
905
+ return_url: can't be blank
906
+ sign_type: can't be blank
907
+ seller: seller_email and seller_id can not both be blank
908
+ subject: can't be blank
909
+ sign: can't be blankinvalid sign
910
+ money: price and total_fee can not both be blank
911
+ out_trade_no: can't be blank
912
+ partner: can't be blank
913
+ payment_type: can't be blank
914
+ notify_url: can't be blank
915
+ I, [2010-11-02T16:54:49.389631 #5561] INFO -- : final: 错误代码 ILLEGAL_PARTNER
916
+ total_fee: format should be Number(13, 2)
917
+ return_url: can't be blank
918
+ sign_type: can't be blank
919
+ seller: seller_email and seller_id can not both be blank
920
+ subject: can't be blank
921
+ price: format should be Number(13, 2)
922
+ sign: can't be blankinvalid sign
923
+ money: price和total_fee不能同时出现
924
+ quantity: if price is not blank, must input quantity
925
+ out_trade_no: can't be blank
926
+ partner: can't be blank
927
+ payment_type: can't be blank
928
+ notify_url: can't be blank
929
+ I, [2010-11-02T16:54:49.779150 #5561] INFO -- : final: 错误代码 ILLEGAL_PARTNER
930
+ return_url: can't be blank
931
+ sign_type: can't be blank
932
+ seller: seller_email and seller_id can not both be blank
933
+ subject: can't be blank
934
+ sign: can't be blankinvalid sign
935
+ quantity: if price is not blank, must input quantity
936
+ out_trade_no: can't be blank
937
+ partner: can't be blank
938
+ payment_type: can't be blank
939
+ notify_url: can't be blank
940
+ I, [2010-11-02T16:54:50.189180 #5561] INFO -- : final: 错误代码 ILLEGAL_PARTNER
941
+ return_url: can't be blank
942
+ sign_type: can't be blank
943
+ seller: seller_email and seller_id can not both be blank
944
+ subject: can't be blank
945
+ sign: can't be blankinvalid sign
946
+ money: price and total_fee can not both be blank
947
+ out_trade_no: can't be blank
948
+ partner: can't be blank
949
+ payment_type: can't be blank
950
+ notify_url: can't be blank
951
+ I, [2010-11-02T16:54:50.590255 #5561] INFO -- : final: 错误代码 ILLEGAL_PARTNER
952
+ return_url: can't be blank
953
+ sign_type: can't be blank
954
+ seller: seller_email and seller_id can not both be blank
955
+ subject: can't be blank
956
+ sign: can't be blankinvalid sign
957
+ money: price and total_fee can not both be blank
958
+ out_trade_no: can't be blank
959
+ partner: is too long (maximum is 16 characters)not exist
960
+ payment_type: is too long (maximum is 4 characters)
961
+ notify_url: can't be blank
962
+ I, [2010-11-02T16:54:50.979145 #5561] INFO -- : final: 错误代码 ILLEGAL_PARTNER
963
+ return_url: can't be blank
964
+ sign_type: can't be blank
965
+ seller: seller_email and seller_id can not both be blank
966
+ subject: can't be blank
967
+ sign: can't be blankinvalid sign
968
+ quantity: should be integer and between 1~999999
969
+ money: price and total_fee can not both be blank
970
+ out_trade_no: can't be blank
971
+ partner: can't be blank
972
+ payment_type: can't be blank
973
+ notify_url: can't be blank
974
+ I, [2010-11-02T16:54:51.366712 #5561] INFO -- : final: 错误代码 ILLEGAL_PARTNER
975
+ return_url: can't be blank
976
+ sign_type: can't be blank
977
+ seller: seller_email and seller_id can not both be blank
978
+ subject: can't be blank
979
+ sign: can't be blankinvalid sign
980
+ quantity: should be integer and between 1~999999
981
+ money: price and total_fee can not both be blank
982
+ out_trade_no: can't be blank
983
+ partner: can't be blank
984
+ payment_type: can't be blank
985
+ notify_url: can't be blank
986
+ I, [2010-11-02T16:54:51.757083 #5561] INFO -- : final: 错误代码 ILLEGAL_PARTNER
987
+ return_url: can't be blank
988
+ sign_type: can't be blank
989
+ seller: seller_email and seller_id can not both be blank
990
+ subject: can't be blank
991
+ sign: can't be blankinvalid sign
992
+ quantity: should be integer and between 1~999999
993
+ money: price and total_fee can not both be blank
994
+ out_trade_no: can't be blank
995
+ partner: can't be blank
996
+ payment_type: can't be blank
997
+ notify_url: can't be blank
998
+ I, [2010-11-02T16:54:52.148703 #5561] INFO -- : final: 错误代码 ILLEGAL_PARTNER
999
+ return_url: can't be blank
1000
+ sign_type: can't be blank
1001
+ seller: seller_email and seller_id can not both be blank
1002
+ subject: can't be blank
1003
+ sign: can't be blankinvalid sign
1004
+ money: price and total_fee can not both be blank
1005
+ out_trade_no: can't be blank
1006
+ partner: not exist
1007
+ payment_type: can't be blank
1008
+ notify_url: can't be blank
1009
+ I, [2010-11-02T16:54:52.540107 #5561] INFO -- : final: 错误代码 ILLEGAL_PARTNER
1010
+ return_url: can't be blank
1011
+ sign_type: can't be blank
1012
+ seller: seller_email and seller_id can not both be blank
1013
+ subject: can't be blank
1014
+ sign: can't be blankinvalid sign
1015
+ money: price and total_fee can not both be blank
1016
+ out_trade_no: can't be blank
1017
+ payment_type: can't be blank
1018
+ notify_url: can't be blank
1019
+ I, [2010-11-02T16:54:53.160022 #5561] INFO -- : final: 错误代码 ILLEGAL_SERVICE
1020
+ service: can't be blank
1021
+ return_url: can't be blank
1022
+ sign_type: can't be blank
1023
+ seller: seller_email and seller_id can not both be blank
1024
+ subject: can't be blank
1025
+ sign: can't be blankinvalid sign
1026
+ money: price and total_fee can not both be blank
1027
+ out_trade_no: can't be blank
1028
+ partner: can't be blank
1029
+ payment_type: can't be blank
1030
+ notify_url: can't be blank
1031
+ I, [2010-11-02T16:54:53.548019 #5561] INFO -- : final: 错误代码 ILLEGAL_PARTNER
1032
+ return_url: can't be blank
1033
+ sign_type: can't be blank
1034
+ seller: seller_email and seller_id can not both be blank
1035
+ subject: can't be blank
1036
+ sign: can't be blankinvalid sign
1037
+ money: price和total_fee不能同时出现
1038
+ quantity: if price is not blank, must input quantity
1039
+ out_trade_no: can't be blank
1040
+ partner: can't be blank
1041
+ payment_type: can't be blank
1042
+ notify_url: can't be blank
1043
+ I, [2010-11-02T16:54:53.945293 #5561] INFO -- : final: 错误代码 ILLEGAL_PARTNER
1044
+ return_url: can't be blank
1045
+ sign_type: can't be blank
1046
+ seller: seller_email and seller_id can not both be blank
1047
+ subject: can't be blank
1048
+ sign: can't be blankinvalid sign
1049
+ money: price and total_fee can not both be blank
1050
+ out_trade_no: can't be blank
1051
+ partner: can't be blank
1052
+ payment_type: can't be blank
1053
+ notify_url: can't be blank
1054
+ I, [2010-11-02T16:54:54.344201 #5561] INFO -- : final: 错误代码 ILLEGAL_PARTNER
1055
+ return_url: can't be blank
1056
+ sign_type: can't be blank
1057
+ seller: seller_email and seller_id can not both be blank
1058
+ subject: can't be blank
1059
+ money: price and total_fee can not both be blank
1060
+ sign: invalid sign
1061
+ out_trade_no: can't be blank
1062
+ payment_type: can't be blank
1063
+ notify_url: can't be blank
1064
+ I, [2010-11-02T16:54:54.731660 #5561] INFO -- : final: 错误代码 ILLEGAL_PARTNER
1065
+ return_url: can't be blank
1066
+ sign_type: can't be blank
1067
+ seller: seller_email and seller_id can not both be blank
1068
+ subject: can't be blank
1069
+ money: price and total_fee can not both be blank
1070
+ out_trade_no: can't be blank
1071
+ payment_type: can't be blank
1072
+ notify_url: can't be blank
1073
+ I, [2010-11-02T16:54:55.236551 #5561] INFO -- : final: 出错了!200903数据签名验证未通过
1074
+ v_md5info: can't be blank
1075
+ sign: invalid v_md5info
1076
+ I, [2010-11-02T16:54:55.581160 #5561] INFO -- : final: 出错了!500903参数错误,订单号过长
1077
+ v_url: is too long (maximum is 200 characters)
1078
+ v_md5info: can't be blank
1079
+ sign: invalid v_md5info
1080
+ v_oid: is too long (maximum is 64 characters)
1081
+ I, [2010-11-02T16:55:00.934493 #5561] INFO -- : final: 出错了!501112参数错误,非法金额参数
1082
+ v_md5info: can't be blank
1083
+ sign: invalid v_md5info
1084
+ v_amount: format should be Number(6, 2)
1085
+ I, [2010-11-02T16:55:01.233858 #5561] INFO -- : final: 出错了!500800错误的数据格式,不能解析
1086
+ v_moneytype: can't be blank
1087
+ v_url: can't be blank
1088
+ v_md5info: can't be blank
1089
+ v_mid: can't be blank
1090
+ sign: invalid v_md5info
1091
+ v_oid: can't be blank
1092
+ v_amount: can't be blank
1093
+ I, [2010-11-02T16:55:01.580132 #5561] INFO -- : final: 出错了!200903数据签名验证未通过
1094
+ sign: invalid v_md5info
1095
+ I, [2010-11-02T16:55:01.922567 #5561] INFO -- : final: 出错了!200903数据签名验证未通过
1096
+ I, [2010-11-02T16:55:04.323969 #5561] INFO -- : return_url: can't be blank
1097
+ service: can't be blank
1098
+ seller: seller_email and seller_id can not both be blank
1099
+ sign_type: can't be blank
1100
+ subject: can't be blank
1101
+ money: price and total_fee can not both be blank
1102
+ sign: can't be blankinvalid sign
1103
+ out_trade_no: can't be blank
1104
+ partner: can't be blank
1105
+ payment_type: can't be blank
1106
+ notify_url: can't be blank
1107
+ I, [2010-11-02T16:55:04.326212 #5561] INFO -- : v_moneytype: can't be blank
1108
+ v_url: can't be blank
1109
+ v_md5info: can't be blank
1110
+ v_mid: can't be blank
1111
+ sign: invalid v_md5info
1112
+ v_oid: can't be blank
1113
+ v_amount: can't be blank
1114
+ I, [2010-11-02T16:55:04.329641 #5561] INFO -- : v_moneytype: can't be blank
1115
+ v_url: can't be blank
1116
+ v_md5info: can't be blank
1117
+ v_mid: can't be blank
1118
+ sign: invalid v_md5info
1119
+ v_oid: can't be blank
1120
+ v_amount: can't be blank
1121
+ I, [2010-11-02T16:55:04.332731 #5561] INFO -- : return_url: can't be blank
1122
+ service: can't be blank
1123
+ seller: seller_email and seller_id can not both be blank
1124
+ sign_type: can't be blank
1125
+ subject: can't be blank
1126
+ money: price and total_fee can not both be blank
1127
+ sign: can't be blankinvalid sign
1128
+ out_trade_no: can't be blank
1129
+ partner: can't be blank
1130
+ payment_type: can't be blank
1131
+ notify_url: can't be blank
1132
+ I, [2010-11-02T16:55:04.336229 #5561] INFO -- : total_fee: can't be blank
1133
+ sp_billno: can't be blank
1134
+ return_url: can't be blank
1135
+ cmdno: can't be blank
1136
+ fee_type: can't be blank
1137
+ desc: can't be blank
1138
+ bank_type: can't be blank
1139
+ attach: can't be blank
1140
+ date: can't be blank
1141
+ sign: can't be blankinvalid sign
1142
+ spbill_create_ip: can't be blank
1143
+ bargainor_id: can't be blank
1144
+ transaction_id: can't be blank
1145
+ I, [2010-11-02T16:55:04.338468 #5561] INFO -- : total_fee: can't be blank
1146
+ sp_billno: can't be blank
1147
+ return_url: can't be blank
1148
+ cmdno: can't be blank
1149
+ fee_type: can't be blank
1150
+ desc: can't be blank
1151
+ bank_type: can't be blank
1152
+ attach: can't be blank
1153
+ date: can't be blank
1154
+ sign: can't be blankinvalid sign
1155
+ spbill_create_ip: can't be blank
1156
+ bargainor_id: can't be blank
1157
+ transaction_id: can't be blank
1158
+ I, [2010-11-02T16:55:06.688040 #5561] INFO -- : final: [21620002]您的请求无效,请重新操作
1159
+ desc: can't be blank
1160
+ bank_type: can't be blank
1161
+ sign: can't be blankinvalid sign
1162
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
1163
+ I, [2010-11-02T16:55:07.369943 #5561] INFO -- : final: [21620002]您的请求无效,请重新操作
1164
+ desc: can't be blank
1165
+ bank_type: can't be blank
1166
+ sign: can't be blankinvalid sign
1167
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
1168
+ I, [2010-11-02T16:55:07.923454 #5561] INFO -- : final: [21620002]您的请求无效,请重新操作
1169
+ desc: can't be blank
1170
+ bank_type: can't be blank
1171
+ sign: can't be blankinvalid sign
1172
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
1173
+ I, [2010-11-02T16:55:08.327570 #5561] INFO -- : final: 您的支付请求类型稍后支持,敬请期待
1174
+ sp_billno: can't be blank
1175
+ total_fee: can't be blank
1176
+ cmdno: can't be blank
1177
+ return_url: can't be blank
1178
+ desc: can't be blank
1179
+ fee_type: can't be blank
1180
+ bank_type: can't be blank
1181
+ attach: can't be blank
1182
+ date: can't be blank
1183
+ spbill_create_ip: can't be blank
1184
+ sign: can't be blankinvalid sign
1185
+ bargainor_id: can't be blank
1186
+ transaction_id: can't be blank
1187
+ I, [2010-11-02T16:55:08.888577 #5561] INFO -- : final: [21620002]您的请求无效,请重新操作
1188
+ desc: can't be blank
1189
+ bank_type: can't be blank
1190
+ sign: can't be blankinvalid sign
1191
+ I, [2010-11-02T16:55:09.438981 #5561] INFO -- : final: [21620002]您的请求无效,请重新操作
1192
+ total_fee: 格式错误,只能为数字,以分为单位,不允许包含任何字符
1193
+ desc: can't be blank
1194
+ bank_type: can't be blank
1195
+ sign: can't be blankinvalid sign
1196
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
1197
+ I, [2010-11-02T16:55:09.981268 #5561] INFO -- : final: [21620002]您的请求无效,请重新操作
1198
+ total_fee: 格式错误,只能为数字,以分为单位,不允许包含任何字符
1199
+ desc: can't be blank
1200
+ bank_type: can't be blank
1201
+ sign: can't be blankinvalid sign
1202
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
1203
+ I, [2010-11-02T16:55:10.542750 #5561] INFO -- : final: [21620002]您的请求无效,请重新操作
1204
+ desc: can't be blank
1205
+ bank_type: can't be blank
1206
+ sign: can't be blankinvalid sign
1207
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
1208
+ I, [2010-11-02T16:55:11.084344 #5561] INFO -- : final: [21620002]您的请求无效,请重新操作
1209
+ desc: can't be blank
1210
+ fee_type: 目前只支持人民币,请填1
1211
+ bank_type: can't be blank
1212
+ sign: can't be blankinvalid sign
1213
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
1214
+ I, [2010-11-02T16:55:17.091561 #5561] INFO -- : final: [21620002]您的请求无效,请重新操作
1215
+ desc: can't be blank
1216
+ bank_type: can't be blank
1217
+ sign: can't be blankinvalid sign
1218
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
1219
+ I, [2010-11-02T16:55:17.729768 #5561] INFO -- : final: [21620002]您的请求无效,请重新操作
1220
+ desc: can't be blank
1221
+ bank_type: can't be blank
1222
+ sign: can't be blankinvalid sign
1223
+ spbill_create_ip: 格式错误
1224
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
1225
+ I, [2010-11-02T16:55:18.298379 #5561] INFO -- : final: [21620002]您的请求无效,请重新操作
1226
+ desc: can't be blank
1227
+ bank_type: can't be blank
1228
+ sign: can't be blankinvalid sign
1229
+ spbill_create_ip: 格式错误
1230
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
1231
+ I, [2010-11-02T16:55:18.881805 #5561] INFO -- : final: [21620002]您的请求无效,请重新操作
1232
+ desc: can't be blank
1233
+ bank_type: can't be blank
1234
+ sign: can't be blankinvalid sign
1235
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
1236
+ I, [2010-11-02T16:55:19.445795 #5561] INFO -- : final: [21620002]您的请求无效,请重新操作
1237
+ sp_billno: 长度错误,应该在28个字符内
1238
+ desc: can't be blank
1239
+ bank_type: can't be blank
1240
+ sign: can't be blankinvalid sign
1241
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
1242
+ I, [2010-11-02T16:55:24.831203 #5561] INFO -- : final: 您的支付请求类型稍后支持,敬请期待
1243
+ sp_billno: can't be blank
1244
+ total_fee: can't be blank
1245
+ cmdno: can't be blank
1246
+ return_url: can't be blank
1247
+ desc: can't be blank
1248
+ fee_type: can't be blank
1249
+ bank_type: can't be blank
1250
+ attach: can't be blank
1251
+ date: can't be blank
1252
+ spbill_create_ip: can't be blank
1253
+ sign: can't be blankinvalid sign
1254
+ bargainor_id: can't be blank
1255
+ transaction_id: can't be blank
1256
+ I, [2010-11-02T16:55:25.211870 #5561] INFO -- : final: 您的支付请求类型稍后支持,敬请期待
1257
+ sp_billno: can't be blank
1258
+ total_fee: can't be blank
1259
+ cmdno: can't be blank
1260
+ return_url: can't be blank
1261
+ desc: can't be blank
1262
+ fee_type: can't be blank
1263
+ bank_type: can't be blank
1264
+ attach: can't be blank
1265
+ date: can't be blank
1266
+ spbill_create_ip: can't be blank
1267
+ sign: can't be blankinvalid sign
1268
+ bargainor_id: can't be blank
1269
+ transaction_id: can't be blank
1270
+ I, [2010-11-02T16:55:25.557903 #5561] INFO -- : final: 聽聽发生错误了!聽聽10000002|
1271
+ desc: can't be blank
1272
+ bank_type: can't be blank
1273
+ sign: sign签名必须大写invalid sign
1274
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
1275
+ I, [2010-11-02T16:55:30.904144 #5561] INFO -- : final: 聽聽发生错误了!聽聽10000002|
1276
+ desc: can't be blank
1277
+ bank_type: can't be blank
1278
+ sign: invalid sign
1279
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
1280
+ I, [2010-11-02T16:55:31.490370 #5561] INFO -- : final: [21620002]您的请求无效,请重新操作
1281
+ desc: can't be blank
1282
+ bank_type: can't be blank
1283
+ sign: invalid sign
1284
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
1285
+ I, [2010-11-02T16:55:32.059504 #5561] INFO -- : final: [21620002]您的请求无效,请重新操作
1286
+ desc: can't be blank
1287
+ bank_type: can't be blank
1288
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
1289
+ I, [2010-11-02T19:22:11.505869 #6765] INFO -- : v_md5info: can't be blank
1290
+ sign: invalid v_md5info
1291
+ final: 出错了!200903数据签名验证未通过
1292
+ I, [2010-11-02T19:22:11.865255 #6765] INFO -- : v_url: is too long (maximum is 200 characters)
1293
+ v_md5info: can't be blank
1294
+ v_oid: is too long (maximum is 64 characters)
1295
+ sign: invalid v_md5info
1296
+ final: 出错了!500903参数错误,订单号过长
1297
+ I, [2010-11-02T19:22:12.226138 #6765] INFO -- : v_md5info: can't be blank
1298
+ sign: invalid v_md5info
1299
+ v_amount: format should be Number(6, 2)
1300
+ final: 出错了!501112参数错误,非法金额参数
1301
+ I, [2010-11-02T19:22:12.568632 #6765] INFO -- : v_md5info: can't be blank
1302
+ sign: invalid v_md5info
1303
+ final: 出错了!500708参数错误,该商户ID不存在
1304
+ I, [2010-11-02T19:22:12.902435 #6765] INFO -- : v_url: can't be blank
1305
+ v_md5info: can't be blank
1306
+ v_mid: can't be blank
1307
+ v_oid: can't be blank
1308
+ v_amount: can't be blank
1309
+ sign: invalid v_md5info
1310
+ final: 出错了!500800错误的数据格式,不能解析
1311
+ v_moneytype: can't be blank
1312
+ I, [2010-11-02T19:22:13.249131 #6765] INFO -- : sign: invalid v_md5info
1313
+ final: 出错了!200903数据签名验证未通过
1314
+ I, [2010-11-02T19:22:13.645338 #6765] INFO -- : final: 出错了!200903数据签名验证未通过
1315
+ I, [2010-11-02T19:26:22.426917 #6803] INFO -- : v_md5info: can't be blank
1316
+ sign: invalid v_md5info
1317
+ final: 出错了!200903数据签名验证未通过
1318
+ I, [2010-11-02T19:26:23.135726 #6803] INFO -- : v_url: is too long (maximum is 200 characters)
1319
+ v_md5info: can't be blank
1320
+ v_oid: is too long (maximum is 64 characters)
1321
+ sign: invalid v_md5info
1322
+ final: 出错了!500903参数错误,订单号过长
1323
+ I, [2010-11-02T19:26:23.877442 #6803] INFO -- : v_md5info: can't be blank
1324
+ sign: invalid v_md5info
1325
+ v_amount: format should be Number(6, 2)
1326
+ final: 出错了!501112参数错误,非法金额参数
1327
+ I, [2010-11-02T19:26:25.721093 #6803] INFO -- : v_md5info: can't be blank
1328
+ v_mid: 商户编号不存在
1329
+ sign: invalid v_md5info
1330
+ final: 出错了!500708参数错误,该商户ID不存在
1331
+ I, [2010-11-02T19:26:26.029292 #6803] INFO -- : v_url: can't be blank
1332
+ v_md5info: can't be blank
1333
+ v_mid: can't be blank
1334
+ v_oid: can't be blank
1335
+ v_amount: can't be blank
1336
+ sign: invalid v_md5info
1337
+ final: 出错了!500800错误的数据格式,不能解析
1338
+ v_moneytype: can't be blank
1339
+ I, [2010-11-02T19:26:26.391921 #6803] INFO -- : sign: invalid v_md5info
1340
+ final: 出错了!200903数据签名验证未通过
1341
+ I, [2010-11-02T19:26:30.175394 #6803] INFO -- : final: 出错了!200903数据签名验证未通过
1342
+ I, [2010-11-02T19:36:45.930228 #6903] INFO -- : v_md5info: can't be blank
1343
+ sign: invalid v_md5info
1344
+ final: 出错了!200903数据签名验证未通过
1345
+ I, [2010-11-02T19:36:46.298504 #6903] INFO -- : v_url: is too long (maximum is 200 characters)
1346
+ v_md5info: can't be blank
1347
+ v_oid: is too long (maximum is 64 characters)
1348
+ sign: invalid v_md5info
1349
+ final: 出错了!500903参数错误,订单号过长
1350
+ I, [2010-11-02T19:36:46.670635 #6903] INFO -- : v_md5info: can't be blank
1351
+ sign: invalid v_md5info
1352
+ v_amount: format should be Number(6, 2)
1353
+ final: 出错了!501112参数错误,非法金额参数
1354
+ I, [2010-11-02T19:36:47.010691 #6903] INFO -- : v_md5info: can't be blank
1355
+ v_mid: 商户编号不存在
1356
+ sign: invalid v_md5info
1357
+ final: 出错了!500708参数错误,该商户ID不存在
1358
+ I, [2010-11-02T19:36:47.391658 #6903] INFO -- : v_md5info: can't be blank
1359
+ v_mid: 商户编号不存在
1360
+ sign: invalid v_md5info
1361
+ final: 出错了!500708参数错误,该商户ID不存在
1362
+ I, [2010-11-02T19:36:47.698956 #6903] INFO -- : v_url: can't be blank
1363
+ v_md5info: can't be blank
1364
+ v_mid: can't be blank
1365
+ v_oid: can't be blank
1366
+ v_amount: can't be blank
1367
+ sign: invalid v_md5info
1368
+ final: 出错了!500800错误的数据格式,不能解析
1369
+ v_moneytype: can't be blank
1370
+ I, [2010-11-02T19:36:53.062934 #6903] INFO -- : sign: invalid v_md5info
1371
+ final: 出错了!200903数据签名验证未通过
1372
+ I, [2010-11-02T19:36:53.412136 #6903] INFO -- : final: 出错了!200903数据签名验证未通过
1373
+ I, [2010-11-02T19:37:35.792275 #6909] INFO -- : v_md5info: can't be blank
1374
+ sign: invalid v_md5info
1375
+ final: 出错了!200903数据签名验证未通过
1376
+ I, [2010-11-02T19:37:36.130231 #6909] INFO -- : v_url: is too long (maximum is 200 characters)
1377
+ v_md5info: can't be blank
1378
+ v_oid: is too long (maximum is 64 characters)
1379
+ sign: invalid v_md5info
1380
+ final: 出错了!500903参数错误,订单号过长
1381
+ I, [2010-11-02T19:37:36.465756 #6909] INFO -- : v_md5info: can't be blank
1382
+ sign: invalid v_md5info
1383
+ v_amount: format should be Number(6, 2)
1384
+ final: 出错了!501112参数错误,非法金额参数
1385
+ I, [2010-11-02T19:37:36.807018 #6909] INFO -- : v_md5info: can't be blank
1386
+ v_mid: 商户编号不存在
1387
+ sign: invalid v_md5info
1388
+ final: 出错了!500708参数错误,该商户ID不存在
1389
+ I, [2010-11-02T19:37:37.194134 #6909] INFO -- : v_md5info: can't be blank
1390
+ sign: invalid v_md5info
1391
+ final: 出错了!200903数据签名验证未通过
1392
+ I, [2010-11-02T19:37:37.488730 #6909] INFO -- : v_url: can't be blank
1393
+ v_md5info: can't be blank
1394
+ v_mid: can't be blank
1395
+ v_oid: can't be blank
1396
+ v_amount: can't be blank
1397
+ sign: invalid v_md5info
1398
+ final: 出错了!500800错误的数据格式,不能解析
1399
+ v_moneytype: can't be blank
1400
+ I, [2010-11-02T19:37:37.863157 #6909] INFO -- : sign: invalid v_md5info
1401
+ final: 出错了!200903数据签名验证未通过
1402
+ I, [2010-11-02T19:37:38.208700 #6909] INFO -- : final: 出错了!200903数据签名验证未通过
1403
+ I, [2010-11-02T19:37:43.400006 #6910] INFO -- : transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
1404
+ desc: can't be blank
1405
+ final: [21620002]您的请求无效,请重新操作
1406
+ bank_type: can't be blank
1407
+ sign: can't be blankinvalid sign
1408
+ I, [2010-11-02T19:37:44.044144 #6910] INFO -- : transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
1409
+ desc: can't be blank
1410
+ final: [21620002]您的请求无效,请重新操作
1411
+ bank_type: can't be blank
1412
+ sign: can't be blankinvalid sign
1413
+ I, [2010-11-02T19:37:44.655977 #6910] INFO -- : transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
1414
+ desc: can't be blank
1415
+ final: [21620002]您的请求无效,请重新操作
1416
+ bank_type: can't be blank
1417
+ sign: can't be blankinvalid sign
1418
+ I, [2010-11-02T19:37:45.090350 #6910] INFO -- : transaction_id: can't be blank
1419
+ desc: can't be blank
1420
+ final: 您的支付请求类型稍后支持,敬请期待
1421
+ sp_billno: can't be blank
1422
+ cmdno: can't be blank
1423
+ date: can't be blank
1424
+ fee_type: can't be blank
1425
+ bank_type: can't be blank
1426
+ sign: can't be blankinvalid sign
1427
+ return_url: can't be blank
1428
+ attach: can't be blank
1429
+ spbill_create_ip: can't be blank
1430
+ bargainor_id: can't be blank
1431
+ total_fee: can't be blank
1432
+ I, [2010-11-02T19:37:45.713783 #6910] INFO -- : desc: can't be blank
1433
+ final: [21620002]您的请求无效,请重新操作
1434
+ bank_type: can't be blank
1435
+ sign: can't be blankinvalid sign
1436
+ I, [2010-11-02T19:37:46.329349 #6910] INFO -- : transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
1437
+ desc: can't be blank
1438
+ final: [21620002]您的请求无效,请重新操作
1439
+ bank_type: can't be blank
1440
+ sign: can't be blankinvalid sign
1441
+ total_fee: 格式错误,只能为数字,以分为单位,不允许包含任何字符
1442
+ I, [2010-11-02T19:37:46.939162 #6910] INFO -- : transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
1443
+ desc: can't be blank
1444
+ final: [21620002]您的请求无效,请重新操作
1445
+ bank_type: can't be blank
1446
+ sign: can't be blankinvalid sign
1447
+ total_fee: 格式错误,只能为数字,以分为单位,不允许包含任何字符
1448
+ I, [2010-11-02T19:37:47.569791 #6910] INFO -- : transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
1449
+ desc: can't be blank
1450
+ final: [21620002]您的请求无效,请重新操作
1451
+ bank_type: can't be blank
1452
+ sign: can't be blankinvalid sign
1453
+ I, [2010-11-02T19:37:48.143566 #6910] INFO -- : transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
1454
+ desc: can't be blank
1455
+ final: [21620002]您的请求无效,请重新操作
1456
+ fee_type: 目前只支持人民币,请填1
1457
+ bank_type: can't be blank
1458
+ sign: can't be blankinvalid sign
1459
+ I, [2010-11-02T19:37:48.720262 #6910] INFO -- : transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
1460
+ desc: can't be blank
1461
+ final: [21620002]您的请求无效,请重新操作
1462
+ bank_type: can't be blank
1463
+ sign: can't be blankinvalid sign
1464
+ I, [2010-11-02T19:37:50.179604 #6910] INFO -- : transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
1465
+ desc: can't be blank
1466
+ final: [21620002]您的请求无效,请重新操作
1467
+ bank_type: can't be blank
1468
+ sign: can't be blankinvalid sign
1469
+ spbill_create_ip: 格式错误
1470
+ I, [2010-11-02T19:37:50.827506 #6910] INFO -- : transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
1471
+ desc: can't be blank
1472
+ final: [21620002]您的请求无效,请重新操作
1473
+ bank_type: can't be blank
1474
+ sign: can't be blankinvalid sign
1475
+ spbill_create_ip: 格式错误
1476
+ I, [2010-11-02T19:37:51.401245 #6910] INFO -- : transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
1477
+ desc: can't be blank
1478
+ final: [21620002]您的请求无效,请重新操作
1479
+ bank_type: can't be blank
1480
+ sign: can't be blankinvalid sign
1481
+ I, [2010-11-02T19:37:52.016592 #6910] INFO -- : transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
1482
+ desc: can't be blank
1483
+ final: [21620002]您的请求无效,请重新操作
1484
+ sp_billno: 长度错误,应该在28个字符内
1485
+ bank_type: can't be blank
1486
+ sign: can't be blankinvalid sign
1487
+ I, [2010-11-02T19:37:52.422384 #6910] INFO -- : transaction_id: can't be blank
1488
+ desc: can't be blank
1489
+ final: 您的支付请求类型稍后支持,敬请期待
1490
+ sp_billno: can't be blank
1491
+ cmdno: can't be blank
1492
+ date: can't be blank
1493
+ fee_type: can't be blank
1494
+ bank_type: can't be blank
1495
+ sign: can't be blankinvalid sign
1496
+ return_url: can't be blank
1497
+ attach: can't be blank
1498
+ spbill_create_ip: can't be blank
1499
+ bargainor_id: can't be blank
1500
+ total_fee: can't be blank
1501
+ I, [2010-11-02T19:37:53.068503 #6910] INFO -- : transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
1502
+ desc: can't be blank
1503
+ final: [21620002]您的请求无效,请重新操作
1504
+ bank_type: can't be blank
1505
+ sign: can't be blankinvalid sign
1506
+ I, [2010-11-02T19:37:53.472450 #6910] INFO -- : transaction_id: can't be blank
1507
+ desc: can't be blank
1508
+ final: 您的支付请求类型稍后支持,敬请期待
1509
+ sp_billno: can't be blank
1510
+ cmdno: can't be blank
1511
+ date: can't be blank
1512
+ fee_type: can't be blank
1513
+ bank_type: can't be blank
1514
+ sign: can't be blankinvalid sign
1515
+ return_url: can't be blank
1516
+ attach: can't be blank
1517
+ spbill_create_ip: can't be blank
1518
+ bargainor_id: can't be blank
1519
+ total_fee: can't be blank
1520
+ I, [2010-11-02T19:37:53.833307 #6910] INFO -- : transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
1521
+ desc: can't be blank
1522
+ final: 聽聽发生错误了!聽聽10000002|
1523
+ bank_type: can't be blank
1524
+ sign: sign签名必须大写invalid sign
1525
+ I, [2010-11-02T19:37:54.190866 #6910] INFO -- : transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
1526
+ desc: can't be blank
1527
+ final: 聽聽发生错误了!聽聽10000002|
1528
+ bank_type: can't be blank
1529
+ sign: invalid sign
1530
+ I, [2010-11-02T19:37:54.803641 #6910] INFO -- : transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
1531
+ desc: can't be blank
1532
+ final: [21620002]您的请求无效,请重新操作
1533
+ bank_type: can't be blank
1534
+ sign: invalid sign
1535
+ I, [2010-11-02T19:37:55.411079 #6910] INFO -- : transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
1536
+ desc: can't be blank
1537
+ final: [21620002]您的请求无效,请重新操作
1538
+ bank_type: can't be blank
1539
+ I, [2010-11-02T19:40:32.679976 #6931] INFO -- : transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
1540
+ desc: can't be blank
1541
+ final: [21620002]您的请求无效,请重新操作
1542
+ bank_type: can't be blank
1543
+ sign: can't be blankinvalid sign
1544
+ I, [2010-11-02T19:40:33.298710 #6931] INFO -- : transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
1545
+ desc: can't be blank
1546
+ final: [21620002]您的请求无效,请重新操作
1547
+ bank_type: can't be blank
1548
+ sign: can't be blankinvalid sign
1549
+ I, [2010-11-02T19:40:33.894240 #6931] INFO -- : transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
1550
+ desc: can't be blank
1551
+ final: [21620002]您的请求无效,请重新操作
1552
+ bank_type: can't be blank
1553
+ sign: can't be blankinvalid sign
1554
+ I, [2010-11-02T19:40:34.295945 #6931] INFO -- : transaction_id: can't be blank
1555
+ desc: can't be blank
1556
+ final: 您的支付请求类型稍后支持,敬请期待
1557
+ sp_billno: can't be blank
1558
+ cmdno: can't be blank
1559
+ date: can't be blank
1560
+ fee_type: can't be blank
1561
+ bank_type: can't be blank
1562
+ sign: can't be blankinvalid sign
1563
+ return_url: can't be blank
1564
+ attach: can't be blank
1565
+ spbill_create_ip: can't be blank
1566
+ bargainor_id: can't be blank
1567
+ total_fee: can't be blank
1568
+ I, [2010-11-02T19:40:34.880317 #6931] INFO -- : desc: can't be blank
1569
+ final: [21620002]您的请求无效,请重新操作
1570
+ bank_type: can't be blank
1571
+ sign: can't be blankinvalid sign
1572
+ I, [2010-11-02T19:40:35.489788 #6931] INFO -- : transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
1573
+ desc: can't be blank
1574
+ final: [21620002]您的请求无效,请重新操作
1575
+ bank_type: can't be blank
1576
+ sign: can't be blankinvalid sign
1577
+ total_fee: 格式错误,只能为数字,以分为单位,不允许包含任何字符
1578
+ I, [2010-11-02T19:40:41.579713 #6931] INFO -- : transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
1579
+ desc: can't be blank
1580
+ final: [21620002]您的请求无效,请重新操作
1581
+ bank_type: can't be blank
1582
+ sign: can't be blankinvalid sign
1583
+ total_fee: 格式错误,只能为数字,以分为单位,不允许包含任何字符
1584
+ I, [2010-11-02T19:40:42.161909 #6931] INFO -- : transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
1585
+ desc: can't be blank
1586
+ final: [21620002]您的请求无效,请重新操作
1587
+ bank_type: can't be blank
1588
+ sign: can't be blankinvalid sign
1589
+ I, [2010-11-02T19:40:42.772637 #6931] INFO -- : transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
1590
+ desc: can't be blank
1591
+ final: [21620002]您的请求无效,请重新操作
1592
+ fee_type: 目前只支持人民币,请填1
1593
+ bank_type: can't be blank
1594
+ sign: can't be blankinvalid sign
1595
+ I, [2010-11-02T19:40:43.395355 #6931] INFO -- : transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
1596
+ desc: can't be blank
1597
+ final: [21620002]您的请求无效,请重新操作
1598
+ bank_type: can't be blank
1599
+ sign: can't be blankinvalid sign
1600
+ I, [2010-11-02T19:40:44.139671 #6931] INFO -- : transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
1601
+ desc: can't be blank
1602
+ final: [21620002]您的请求无效,请重新操作
1603
+ bank_type: can't be blank
1604
+ sign: can't be blankinvalid sign
1605
+ spbill_create_ip: 格式错误
1606
+ I, [2010-11-02T19:40:44.757070 #6931] INFO -- : transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
1607
+ desc: can't be blank
1608
+ final: [21620002]您的请求无效,请重新操作
1609
+ bank_type: can't be blank
1610
+ sign: can't be blankinvalid sign
1611
+ spbill_create_ip: 格式错误
1612
+ I, [2010-11-02T19:40:45.511856 #6931] INFO -- : transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
1613
+ desc: can't be blank
1614
+ final: [21620002]您的请求无效,请重新操作
1615
+ bank_type: can't be blank
1616
+ sign: can't be blankinvalid sign
1617
+ I, [2010-11-02T19:40:46.118169 #6931] INFO -- : transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
1618
+ desc: can't be blank
1619
+ final: [21620002]您的请求无效,请重新操作
1620
+ sp_billno: 长度错误,应该在28个字符内
1621
+ bank_type: can't be blank
1622
+ sign: can't be blankinvalid sign
1623
+ I, [2010-11-02T19:40:51.528443 #6931] INFO -- : transaction_id: can't be blank
1624
+ desc: can't be blank
1625
+ final: 您的支付请求类型稍后支持,敬请期待
1626
+ sp_billno: can't be blank
1627
+ cmdno: can't be blank
1628
+ date: can't be blank
1629
+ fee_type: can't be blank
1630
+ bank_type: can't be blank
1631
+ sign: can't be blankinvalid sign
1632
+ return_url: can't be blank
1633
+ attach: can't be blank
1634
+ spbill_create_ip: can't be blank
1635
+ bargainor_id: can't be blank
1636
+ total_fee: can't be blank
1637
+ I, [2010-11-02T19:40:57.167873 #6931] INFO -- : transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
1638
+ desc: can't be blank
1639
+ final: [21620002]您的请求无效,请重新操作
1640
+ bank_type: can't be blank
1641
+ sign: can't be blankinvalid sign
1642
+ bargainor_id: 商户号不存在
1643
+ I, [2010-11-02T19:40:58.016703 #6931] INFO -- : transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
1644
+ desc: can't be blank
1645
+ final: [21620002]您的请求无效,请重新操作
1646
+ bank_type: can't be blank
1647
+ sign: can't be blankinvalid sign
1648
+ bargainor_id: 商户号不存在
1649
+ I, [2010-11-02T19:40:58.419638 #6931] INFO -- : transaction_id: can't be blank
1650
+ desc: can't be blank
1651
+ final: 您的支付请求类型稍后支持,敬请期待
1652
+ sp_billno: can't be blank
1653
+ cmdno: can't be blank
1654
+ date: can't be blank
1655
+ fee_type: can't be blank
1656
+ bank_type: can't be blank
1657
+ sign: can't be blankinvalid sign
1658
+ return_url: can't be blank
1659
+ attach: can't be blank
1660
+ spbill_create_ip: can't be blank
1661
+ bargainor_id: can't be blank
1662
+ total_fee: can't be blank
1663
+ I, [2010-11-02T19:40:58.775881 #6931] INFO -- : transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
1664
+ desc: can't be blank
1665
+ final: 聽聽发生错误了!聽聽10000002|
1666
+ bank_type: can't be blank
1667
+ sign: sign签名必须大写invalid sign
1668
+ I, [2010-11-02T19:40:59.153008 #6931] INFO -- : transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
1669
+ desc: can't be blank
1670
+ final: 聽聽发生错误了!聽聽10000002|
1671
+ bank_type: can't be blank
1672
+ sign: invalid sign
1673
+ I, [2010-11-02T19:41:04.746971 #6931] INFO -- : transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
1674
+ desc: can't be blank
1675
+ final: [21620002]您的请求无效,请重新操作
1676
+ bank_type: can't be blank
1677
+ sign: invalid sign
1678
+ I, [2010-11-02T19:41:05.361213 #6931] INFO -- : transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
1679
+ desc: can't be blank
1680
+ final: [21620002]您的请求无效,请重新操作
1681
+ bank_type: can't be blank
1682
+ I, [2010-11-02T19:43:08.012591 #6948] INFO -- : v_md5info: can't be blank
1683
+ sign: invalid v_md5info
1684
+ final: 出错了!200903数据签名验证未通过
1685
+ I, [2010-11-02T19:43:08.359740 #6948] INFO -- : v_url: is too long (maximum is 200 characters)
1686
+ v_md5info: can't be blank
1687
+ v_oid: is too long (maximum is 64 characters)
1688
+ sign: invalid v_md5info
1689
+ final: 出错了!500903参数错误,订单号过长
1690
+ I, [2010-11-02T19:43:13.727230 #6948] INFO -- : v_md5info: can't be blank
1691
+ sign: invalid v_md5info
1692
+ v_amount: format should be Number(6, 2)
1693
+ final: 出错了!501112参数错误,非法金额参数
1694
+ I, [2010-11-02T19:43:14.095201 #6948] INFO -- : v_md5info: can't be blank
1695
+ v_mid: 商户编号不存在
1696
+ sign: invalid v_md5info
1697
+ final: 出错了!500708参数错误,该商户ID不存在
1698
+ I, [2010-11-02T19:43:14.446616 #6948] INFO -- : v_md5info: can't be blank
1699
+ sign: invalid v_md5info
1700
+ final: 出错了!200903数据签名验证未通过
1701
+ I, [2010-11-02T19:43:14.762214 #6948] INFO -- : v_url: can't be blank
1702
+ v_md5info: can't be blank
1703
+ v_mid: can't be blank
1704
+ v_oid: can't be blank
1705
+ v_amount: can't be blank
1706
+ sign: invalid v_md5info
1707
+ final: 出错了!500800错误的数据格式,不能解析
1708
+ v_moneytype: can't be blank
1709
+ I, [2010-11-02T19:43:15.115806 #6948] INFO -- : sign: invalid v_md5info
1710
+ final: 出错了!200903数据签名验证未通过
1711
+ I, [2010-11-02T19:43:15.460919 #6948] INFO -- : final: 出错了!200903数据签名验证未通过
1712
+ I, [2010-11-02T19:43:37.346234 #6954] INFO -- : final: 错误代码 ILLEGAL_SERVICE
1713
+ service: can't be blank
1714
+ return_url: can't be blank
1715
+ sign_type: can't be blank
1716
+ seller: seller_email and seller_id can not both be blank
1717
+ subject: can't be blank
1718
+ sign: can't be blankinvalid sign
1719
+ money: price and total_fee can not both be blank
1720
+ out_trade_no: can't be blank
1721
+ partner: can't be blank
1722
+ payment_type: can't be blank
1723
+ notify_url: can't be blank
1724
+ I, [2010-11-02T19:43:37.735877 #6954] INFO -- : final: 错误代码 ILLEGAL_PARTNER
1725
+ return_url: can't be blank
1726
+ sign_type: can't be blank
1727
+ seller: seller_email and seller_id can not both be blank
1728
+ subject: can't be blank
1729
+ sign: can't be blankinvalid sign
1730
+ money: price and total_fee can not both be blank
1731
+ out_trade_no: can't be blank
1732
+ partner: can't be blank
1733
+ payment_type: can't be blank
1734
+ notify_url: can't be blank
1735
+ I, [2010-11-02T19:43:38.123729 #6954] INFO -- : final: 错误代码 ILLEGAL_PARTNER
1736
+ return_url: can't be blank
1737
+ sign_type: can't be blank
1738
+ seller: seller_email and seller_id can not both be blank
1739
+ _input_charset: should be utf-8 or gb2312
1740
+ subject: can't be blank
1741
+ sign: can't be blankinvalid sign
1742
+ money: price and total_fee can not both be blank
1743
+ out_trade_no: can't be blank
1744
+ partner: can't be blank
1745
+ payment_type: can't be blank
1746
+ notify_url: can't be blank
1747
+ I, [2010-11-02T19:43:38.570028 #6954] INFO -- : final: 错误代码 ILLEGAL_PARTNER
1748
+ return_url: can't be blank
1749
+ sign_type: can't be blank
1750
+ seller: seller_email and seller_id can not both be blank
1751
+ subject: can't be blank
1752
+ sign: can't be blankinvalid sign
1753
+ money: price and total_fee can not both be blank
1754
+ out_trade_no: can't be blank
1755
+ partner: can't be blank
1756
+ payment_type: can't be blank
1757
+ notify_url: can't be blank
1758
+ I, [2010-11-02T19:43:38.962898 #6954] INFO -- : final: 错误代码 ILLEGAL_PARTNER
1759
+ return_url: can't be blank
1760
+ sign_type: can't be blank
1761
+ seller: seller_email and seller_id can not both be blank
1762
+ subject: can't be blank
1763
+ sign: can't be blankinvalid sign
1764
+ money: price and total_fee can not both be blank
1765
+ out_trade_no: can't be blank
1766
+ partner: can't be blank
1767
+ payment_type: can't be blank
1768
+ notify_url: can't be blank
1769
+ I, [2010-11-02T19:43:39.353154 #6954] INFO -- : final: 错误代码 ILLEGAL_PARTNER
1770
+ total_fee: format should be Number(13, 2)
1771
+ return_url: can't be blank
1772
+ sign_type: can't be blank
1773
+ seller: seller_email and seller_id can not both be blank
1774
+ subject: can't be blank
1775
+ price: format should be Number(13, 2)
1776
+ sign: can't be blankinvalid sign
1777
+ money: price和total_fee不能同时出现
1778
+ quantity: if price is not blank, must input quantity
1779
+ out_trade_no: can't be blank
1780
+ partner: can't be blank
1781
+ payment_type: can't be blank
1782
+ notify_url: can't be blank
1783
+ I, [2010-11-02T19:43:39.757992 #6954] INFO -- : final: 错误代码 ILLEGAL_PARTNER
1784
+ return_url: can't be blank
1785
+ sign_type: can't be blank
1786
+ seller: seller_email and seller_id can not both be blank
1787
+ subject: can't be blank
1788
+ sign: can't be blankinvalid sign
1789
+ quantity: if price is not blank, must input quantity
1790
+ out_trade_no: can't be blank
1791
+ partner: can't be blank
1792
+ payment_type: can't be blank
1793
+ notify_url: can't be blank
1794
+ I, [2010-11-02T19:43:40.165950 #6954] INFO -- : final: 错误代码 ILLEGAL_PARTNER
1795
+ return_url: can't be blank
1796
+ sign_type: can't be blank
1797
+ seller: seller_email and seller_id can not both be blank
1798
+ subject: can't be blank
1799
+ sign: can't be blankinvalid sign
1800
+ money: price and total_fee can not both be blank
1801
+ out_trade_no: can't be blank
1802
+ partner: can't be blank
1803
+ payment_type: can't be blank
1804
+ notify_url: can't be blank
1805
+ I, [2010-11-02T19:43:40.559698 #6954] INFO -- : final: 错误代码 ILLEGAL_PARTNER
1806
+ return_url: can't be blank
1807
+ sign_type: can't be blank
1808
+ seller: seller_email and seller_id can not both be blank
1809
+ subject: can't be blank
1810
+ sign: can't be blankinvalid sign
1811
+ money: price and total_fee can not both be blank
1812
+ out_trade_no: can't be blank
1813
+ partner: is too long (maximum is 16 characters)not exist
1814
+ payment_type: is too long (maximum is 4 characters)
1815
+ notify_url: can't be blank
1816
+ I, [2010-11-02T19:43:40.956275 #6954] INFO -- : final: 错误代码 ILLEGAL_PARTNER
1817
+ return_url: can't be blank
1818
+ sign_type: can't be blank
1819
+ seller: seller_email and seller_id can not both be blank
1820
+ subject: can't be blank
1821
+ sign: can't be blankinvalid sign
1822
+ quantity: should be integer and between 1~999999
1823
+ money: price and total_fee can not both be blank
1824
+ out_trade_no: can't be blank
1825
+ partner: can't be blank
1826
+ payment_type: can't be blank
1827
+ notify_url: can't be blank
1828
+ I, [2010-11-02T19:43:41.356919 #6954] INFO -- : final: 错误代码 ILLEGAL_PARTNER
1829
+ return_url: can't be blank
1830
+ sign_type: can't be blank
1831
+ seller: seller_email and seller_id can not both be blank
1832
+ subject: can't be blank
1833
+ sign: can't be blankinvalid sign
1834
+ quantity: should be integer and between 1~999999
1835
+ money: price and total_fee can not both be blank
1836
+ out_trade_no: can't be blank
1837
+ partner: can't be blank
1838
+ payment_type: can't be blank
1839
+ notify_url: can't be blank
1840
+ I, [2010-11-02T19:43:41.747988 #6954] INFO -- : final: 错误代码 ILLEGAL_PARTNER
1841
+ return_url: can't be blank
1842
+ sign_type: can't be blank
1843
+ seller: seller_email and seller_id can not both be blank
1844
+ subject: can't be blank
1845
+ sign: can't be blankinvalid sign
1846
+ quantity: should be integer and between 1~999999
1847
+ money: price and total_fee can not both be blank
1848
+ out_trade_no: can't be blank
1849
+ partner: can't be blank
1850
+ payment_type: can't be blank
1851
+ notify_url: can't be blank
1852
+ I, [2010-11-02T19:43:42.136229 #6954] INFO -- : final: 错误代码 ILLEGAL_PARTNER
1853
+ return_url: can't be blank
1854
+ sign_type: can't be blank
1855
+ seller: seller_email and seller_id can not both be blank
1856
+ subject: can't be blank
1857
+ sign: can't be blankinvalid sign
1858
+ money: price and total_fee can not both be blank
1859
+ out_trade_no: can't be blank
1860
+ partner: not exist
1861
+ payment_type: can't be blank
1862
+ notify_url: can't be blank
1863
+ I, [2010-11-02T19:43:42.530837 #6954] INFO -- : final: 错误代码 ILLEGAL_PARTNER
1864
+ return_url: can't be blank
1865
+ sign_type: can't be blank
1866
+ seller: seller_email and seller_id can not both be blank
1867
+ subject: can't be blank
1868
+ sign: can't be blankinvalid sign
1869
+ money: price and total_fee can not both be blank
1870
+ out_trade_no: can't be blank
1871
+ payment_type: can't be blank
1872
+ notify_url: can't be blank
1873
+ I, [2010-11-02T19:43:42.936624 #6954] INFO -- : final: 错误代码 ILLEGAL_SERVICE
1874
+ service: can't be blank
1875
+ return_url: can't be blank
1876
+ sign_type: can't be blank
1877
+ seller: seller_email and seller_id can not both be blank
1878
+ subject: can't be blank
1879
+ sign: can't be blankinvalid sign
1880
+ money: price and total_fee can not both be blank
1881
+ out_trade_no: can't be blank
1882
+ partner: can't be blank
1883
+ payment_type: can't be blank
1884
+ notify_url: can't be blank
1885
+ I, [2010-11-02T19:43:43.326638 #6954] INFO -- : final: 错误代码 ILLEGAL_PARTNER
1886
+ return_url: can't be blank
1887
+ sign_type: can't be blank
1888
+ seller: seller_email and seller_id can not both be blank
1889
+ subject: can't be blank
1890
+ sign: can't be blankinvalid sign
1891
+ money: price和total_fee不能同时出现
1892
+ quantity: if price is not blank, must input quantity
1893
+ out_trade_no: can't be blank
1894
+ partner: can't be blank
1895
+ payment_type: can't be blank
1896
+ notify_url: can't be blank
1897
+ I, [2010-11-02T19:43:43.715879 #6954] INFO -- : final: 错误代码 ILLEGAL_PARTNER
1898
+ return_url: can't be blank
1899
+ sign_type: can't be blank
1900
+ seller: seller_email and seller_id can not both be blank
1901
+ subject: can't be blank
1902
+ sign: can't be blankinvalid sign
1903
+ money: price and total_fee can not both be blank
1904
+ out_trade_no: can't be blank
1905
+ partner: can't be blank
1906
+ payment_type: can't be blank
1907
+ notify_url: can't be blank
1908
+ I, [2010-11-02T19:43:49.102859 #6954] INFO -- : final: 错误代码 ILLEGAL_PARTNER
1909
+ return_url: can't be blank
1910
+ sign_type: can't be blank
1911
+ seller: seller_email and seller_id can not both be blank
1912
+ subject: can't be blank
1913
+ money: price and total_fee can not both be blank
1914
+ sign: invalid sign
1915
+ out_trade_no: can't be blank
1916
+ payment_type: can't be blank
1917
+ notify_url: can't be blank
1918
+ I, [2010-11-02T19:43:49.511595 #6954] INFO -- : final: 错误代码 ILLEGAL_PARTNER
1919
+ return_url: can't be blank
1920
+ sign_type: can't be blank
1921
+ seller: seller_email and seller_id can not both be blank
1922
+ subject: can't be blank
1923
+ money: price and total_fee can not both be blank
1924
+ out_trade_no: can't be blank
1925
+ payment_type: can't be blank
1926
+ notify_url: can't be blank
1927
+ I, [2010-11-02T19:43:49.903113 #6954] INFO -- : final: 出错了!200903数据签名验证未通过
1928
+ v_md5info: can't be blank
1929
+ sign: invalid v_md5info
1930
+ I, [2010-11-02T19:43:50.255659 #6954] INFO -- : final: 出错了!500903参数错误,订单号过长
1931
+ v_url: is too long (maximum is 200 characters)
1932
+ v_md5info: can't be blank
1933
+ sign: invalid v_md5info
1934
+ v_oid: is too long (maximum is 64 characters)
1935
+ I, [2010-11-02T19:43:50.620783 #6954] INFO -- : final: 出错了!501112参数错误,非法金额参数
1936
+ v_md5info: can't be blank
1937
+ sign: invalid v_md5info
1938
+ v_amount: format should be Number(6, 2)
1939
+ I, [2010-11-02T19:43:50.965006 #6954] INFO -- : final: 出错了!500708参数错误,该商户ID不存在
1940
+ v_md5info: can't be blank
1941
+ v_mid: 商户编号不存在
1942
+ sign: invalid v_md5info
1943
+ I, [2010-11-02T19:43:51.312669 #6954] INFO -- : final: 出错了!200903数据签名验证未通过
1944
+ v_md5info: can't be blank
1945
+ sign: invalid v_md5info
1946
+ I, [2010-11-02T19:43:51.606297 #6954] INFO -- : final: 出错了!500800错误的数据格式,不能解析
1947
+ v_moneytype: can't be blank
1948
+ v_url: can't be blank
1949
+ v_md5info: can't be blank
1950
+ v_mid: can't be blank
1951
+ sign: invalid v_md5info
1952
+ v_oid: can't be blank
1953
+ v_amount: can't be blank
1954
+ I, [2010-11-02T19:43:51.968544 #6954] INFO -- : final: 出错了!200903数据签名验证未通过
1955
+ sign: invalid v_md5info
1956
+ I, [2010-11-02T19:43:52.318725 #6954] INFO -- : final: 出错了!200903数据签名验证未通过
1957
+ I, [2010-11-02T19:43:58.429391 #6954] INFO -- : return_url: can't be blank
1958
+ service: can't be blank
1959
+ seller: seller_email and seller_id can not both be blank
1960
+ sign_type: can't be blank
1961
+ subject: can't be blank
1962
+ money: price and total_fee can not both be blank
1963
+ sign: can't be blankinvalid sign
1964
+ out_trade_no: can't be blank
1965
+ partner: can't be blank
1966
+ payment_type: can't be blank
1967
+ notify_url: can't be blank
1968
+ I, [2010-11-02T19:43:58.433545 #6954] INFO -- : v_moneytype: can't be blank
1969
+ v_url: can't be blank
1970
+ v_md5info: can't be blank
1971
+ v_mid: can't be blank
1972
+ sign: invalid v_md5info
1973
+ v_oid: can't be blank
1974
+ v_amount: can't be blank
1975
+ I, [2010-11-02T19:43:58.436859 #6954] INFO -- : v_moneytype: can't be blank
1976
+ v_url: can't be blank
1977
+ v_md5info: can't be blank
1978
+ v_mid: can't be blank
1979
+ sign: invalid v_md5info
1980
+ v_oid: can't be blank
1981
+ v_amount: can't be blank
1982
+ I, [2010-11-02T19:43:58.440468 #6954] INFO -- : return_url: can't be blank
1983
+ service: can't be blank
1984
+ seller: seller_email and seller_id can not both be blank
1985
+ sign_type: can't be blank
1986
+ subject: can't be blank
1987
+ money: price and total_fee can not both be blank
1988
+ sign: can't be blankinvalid sign
1989
+ out_trade_no: can't be blank
1990
+ partner: can't be blank
1991
+ payment_type: can't be blank
1992
+ notify_url: can't be blank
1993
+ I, [2010-11-02T19:43:58.443236 #6954] INFO -- : total_fee: can't be blank
1994
+ sp_billno: can't be blank
1995
+ return_url: can't be blank
1996
+ cmdno: can't be blank
1997
+ fee_type: can't be blank
1998
+ desc: can't be blank
1999
+ bank_type: can't be blank
2000
+ attach: can't be blank
2001
+ date: can't be blank
2002
+ sign: can't be blankinvalid sign
2003
+ spbill_create_ip: can't be blank
2004
+ bargainor_id: can't be blank
2005
+ transaction_id: can't be blank
2006
+ I, [2010-11-02T19:43:58.445397 #6954] INFO -- : total_fee: can't be blank
2007
+ sp_billno: can't be blank
2008
+ return_url: can't be blank
2009
+ cmdno: can't be blank
2010
+ fee_type: can't be blank
2011
+ desc: can't be blank
2012
+ bank_type: can't be blank
2013
+ attach: can't be blank
2014
+ date: can't be blank
2015
+ sign: can't be blankinvalid sign
2016
+ spbill_create_ip: can't be blank
2017
+ bargainor_id: can't be blank
2018
+ transaction_id: can't be blank
2019
+ I, [2010-11-02T19:43:59.026284 #6954] INFO -- : final: [21620002]您的请求无效,请重新操作
2020
+ desc: can't be blank
2021
+ bank_type: can't be blank
2022
+ sign: can't be blankinvalid sign
2023
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
2024
+ I, [2010-11-02T19:43:59.635170 #6954] INFO -- : final: [21620002]您的请求无效,请重新操作
2025
+ desc: can't be blank
2026
+ bank_type: can't be blank
2027
+ sign: can't be blankinvalid sign
2028
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
2029
+ I, [2010-11-02T19:44:05.253122 #6954] INFO -- : final: [21620002]您的请求无效,请重新操作
2030
+ desc: can't be blank
2031
+ bank_type: can't be blank
2032
+ sign: can't be blankinvalid sign
2033
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
2034
+ I, [2010-11-02T19:44:05.657313 #6954] INFO -- : final: 您的支付请求类型稍后支持,敬请期待
2035
+ sp_billno: can't be blank
2036
+ total_fee: can't be blank
2037
+ cmdno: can't be blank
2038
+ return_url: can't be blank
2039
+ desc: can't be blank
2040
+ fee_type: can't be blank
2041
+ bank_type: can't be blank
2042
+ attach: can't be blank
2043
+ date: can't be blank
2044
+ spbill_create_ip: can't be blank
2045
+ sign: can't be blankinvalid sign
2046
+ bargainor_id: can't be blank
2047
+ transaction_id: can't be blank
2048
+ I, [2010-11-02T19:44:06.255423 #6954] INFO -- : final: [21620002]您的请求无效,请重新操作
2049
+ desc: can't be blank
2050
+ bank_type: can't be blank
2051
+ sign: can't be blankinvalid sign
2052
+ I, [2010-11-02T19:44:06.862308 #6954] INFO -- : final: [21620002]您的请求无效,请重新操作
2053
+ total_fee: 格式错误,只能为数字,以分为单位,不允许包含任何字符
2054
+ desc: can't be blank
2055
+ bank_type: can't be blank
2056
+ sign: can't be blankinvalid sign
2057
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
2058
+ I, [2010-11-02T19:44:07.465989 #6954] INFO -- : final: [21620002]您的请求无效,请重新操作
2059
+ total_fee: 格式错误,只能为数字,以分为单位,不允许包含任何字符
2060
+ desc: can't be blank
2061
+ bank_type: can't be blank
2062
+ sign: can't be blankinvalid sign
2063
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
2064
+ I, [2010-11-02T19:44:08.050769 #6954] INFO -- : final: [21620002]您的请求无效,请重新操作
2065
+ desc: can't be blank
2066
+ bank_type: can't be blank
2067
+ sign: can't be blankinvalid sign
2068
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
2069
+ I, [2010-11-02T19:44:08.636084 #6954] INFO -- : final: [21620002]您的请求无效,请重新操作
2070
+ desc: can't be blank
2071
+ fee_type: 目前只支持人民币,请填1
2072
+ bank_type: can't be blank
2073
+ sign: can't be blankinvalid sign
2074
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
2075
+ I, [2010-11-02T19:44:09.237902 #6954] INFO -- : final: [21620002]您的请求无效,请重新操作
2076
+ desc: can't be blank
2077
+ bank_type: can't be blank
2078
+ sign: can't be blankinvalid sign
2079
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
2080
+ I, [2010-11-02T19:44:09.855378 #6954] INFO -- : final: [21620002]您的请求无效,请重新操作
2081
+ desc: can't be blank
2082
+ bank_type: can't be blank
2083
+ sign: can't be blankinvalid sign
2084
+ spbill_create_ip: 格式错误
2085
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
2086
+ I, [2010-11-02T19:44:10.454549 #6954] INFO -- : final: [21620002]您的请求无效,请重新操作
2087
+ desc: can't be blank
2088
+ bank_type: can't be blank
2089
+ sign: can't be blankinvalid sign
2090
+ spbill_create_ip: 格式错误
2091
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
2092
+ I, [2010-11-02T19:44:21.043444 #6954] INFO -- : final: [21620002]您的请求无效,请重新操作
2093
+ desc: can't be blank
2094
+ bank_type: can't be blank
2095
+ sign: can't be blankinvalid sign
2096
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
2097
+ I, [2010-11-02T19:44:21.657687 #6954] INFO -- : final: [21620002]您的请求无效,请重新操作
2098
+ sp_billno: 长度错误,应该在28个字符内
2099
+ desc: can't be blank
2100
+ bank_type: can't be blank
2101
+ sign: can't be blankinvalid sign
2102
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
2103
+ I, [2010-11-02T19:44:22.063869 #6954] INFO -- : final: 您的支付请求类型稍后支持,敬请期待
2104
+ sp_billno: can't be blank
2105
+ total_fee: can't be blank
2106
+ cmdno: can't be blank
2107
+ return_url: can't be blank
2108
+ desc: can't be blank
2109
+ fee_type: can't be blank
2110
+ bank_type: can't be blank
2111
+ attach: can't be blank
2112
+ date: can't be blank
2113
+ spbill_create_ip: can't be blank
2114
+ sign: can't be blankinvalid sign
2115
+ bargainor_id: can't be blank
2116
+ transaction_id: can't be blank
2117
+ I, [2010-11-02T19:44:22.647553 #6954] INFO -- : final: [21620002]您的请求无效,请重新操作
2118
+ desc: can't be blank
2119
+ bank_type: can't be blank
2120
+ sign: can't be blankinvalid sign
2121
+ bargainor_id: 商户号不存在
2122
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
2123
+ I, [2010-11-02T19:44:23.249629 #6954] INFO -- : final: [21620002]您的请求无效,请重新操作
2124
+ desc: can't be blank
2125
+ bank_type: can't be blank
2126
+ sign: can't be blankinvalid sign
2127
+ bargainor_id: 商户号不存在
2128
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
2129
+ I, [2010-11-02T19:44:23.653809 #6954] INFO -- : final: 您的支付请求类型稍后支持,敬请期待
2130
+ sp_billno: can't be blank
2131
+ total_fee: can't be blank
2132
+ cmdno: can't be blank
2133
+ return_url: can't be blank
2134
+ desc: can't be blank
2135
+ fee_type: can't be blank
2136
+ bank_type: can't be blank
2137
+ attach: can't be blank
2138
+ date: can't be blank
2139
+ spbill_create_ip: can't be blank
2140
+ sign: can't be blankinvalid sign
2141
+ bargainor_id: can't be blank
2142
+ transaction_id: can't be blank
2143
+ I, [2010-11-02T19:44:24.030803 #6954] INFO -- : final: 聽聽发生错误了!聽聽10000002|
2144
+ desc: can't be blank
2145
+ bank_type: can't be blank
2146
+ sign: sign签名必须大写invalid sign
2147
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
2148
+ I, [2010-11-02T19:44:24.387548 #6954] INFO -- : final: 聽聽发生错误了!聽聽10000002|
2149
+ desc: can't be blank
2150
+ bank_type: can't be blank
2151
+ sign: invalid sign
2152
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
2153
+ I, [2010-11-02T19:44:24.968111 #6954] INFO -- : final: [21620002]您的请求无效,请重新操作
2154
+ desc: can't be blank
2155
+ bank_type: can't be blank
2156
+ sign: invalid sign
2157
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
2158
+ I, [2010-11-02T19:44:25.571410 #6954] INFO -- : final: [21620002]您的请求无效,请重新操作
2159
+ desc: can't be blank
2160
+ bank_type: can't be blank
2161
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
2162
+ I, [2010-11-03T10:54:48.913533 #3253] INFO -- : final: 错误代码 ILLEGAL_SERVICE
2163
+ service: can't be blank
2164
+ return_url: can't be blank
2165
+ sign_type: can't be blank
2166
+ seller: seller_email and seller_id can not both be blank
2167
+ subject: can't be blank
2168
+ sign: can't be blankinvalid sign
2169
+ money: price and total_fee can not both be blank
2170
+ out_trade_no: can't be blank
2171
+ partner: can't be blank
2172
+ payment_type: can't be blank
2173
+ notify_url: can't be blank
2174
+ I, [2010-11-03T10:54:49.335034 #3253] INFO -- : final: 错误代码 ILLEGAL_PARTNER
2175
+ return_url: can't be blank
2176
+ sign_type: can't be blank
2177
+ seller: seller_email and seller_id can not both be blank
2178
+ subject: can't be blank
2179
+ sign: can't be blankinvalid sign
2180
+ money: price and total_fee can not both be blank
2181
+ out_trade_no: can't be blank
2182
+ partner: can't be blank
2183
+ payment_type: can't be blank
2184
+ notify_url: can't be blank
2185
+ I, [2010-11-03T10:54:49.738652 #3253] INFO -- : final: 错误代码 ILLEGAL_PARTNER
2186
+ return_url: can't be blank
2187
+ sign_type: can't be blank
2188
+ seller: seller_email and seller_id can not both be blank
2189
+ _input_charset: should be utf-8 or gb2312
2190
+ subject: can't be blank
2191
+ sign: can't be blankinvalid sign
2192
+ money: price and total_fee can not both be blank
2193
+ out_trade_no: can't be blank
2194
+ partner: can't be blank
2195
+ payment_type: can't be blank
2196
+ notify_url: can't be blank
2197
+ I, [2010-11-03T10:54:50.134439 #3253] INFO -- : final: 错误代码 ILLEGAL_PARTNER
2198
+ return_url: can't be blank
2199
+ sign_type: can't be blank
2200
+ seller: seller_email and seller_id can not both be blank
2201
+ subject: can't be blank
2202
+ sign: can't be blankinvalid sign
2203
+ money: price and total_fee can not both be blank
2204
+ out_trade_no: can't be blank
2205
+ partner: can't be blank
2206
+ payment_type: can't be blank
2207
+ notify_url: can't be blank
2208
+ I, [2010-11-03T10:54:50.526795 #3253] INFO -- : final: 错误代码 ILLEGAL_PARTNER
2209
+ return_url: can't be blank
2210
+ sign_type: can't be blank
2211
+ seller: seller_email and seller_id can not both be blank
2212
+ subject: can't be blank
2213
+ sign: can't be blankinvalid sign
2214
+ money: price and total_fee can not both be blank
2215
+ out_trade_no: can't be blank
2216
+ partner: can't be blank
2217
+ payment_type: can't be blank
2218
+ notify_url: can't be blank
2219
+ I, [2010-11-03T10:54:50.917817 #3253] INFO -- : final: 错误代码 ILLEGAL_PARTNER
2220
+ total_fee: format should be Number(13, 2)
2221
+ return_url: can't be blank
2222
+ sign_type: can't be blank
2223
+ seller: seller_email and seller_id can not both be blank
2224
+ subject: can't be blank
2225
+ price: format should be Number(13, 2)
2226
+ sign: can't be blankinvalid sign
2227
+ money: price和total_fee不能同时出现
2228
+ quantity: if price is not blank, must input quantity
2229
+ out_trade_no: can't be blank
2230
+ partner: can't be blank
2231
+ payment_type: can't be blank
2232
+ notify_url: can't be blank
2233
+ I, [2010-11-03T10:54:51.340917 #3253] INFO -- : final: 错误代码 ILLEGAL_PARTNER
2234
+ return_url: can't be blank
2235
+ sign_type: can't be blank
2236
+ seller: seller_email and seller_id can not both be blank
2237
+ subject: can't be blank
2238
+ sign: can't be blankinvalid sign
2239
+ quantity: if price is not blank, must input quantity
2240
+ out_trade_no: can't be blank
2241
+ partner: can't be blank
2242
+ payment_type: can't be blank
2243
+ notify_url: can't be blank
2244
+ I, [2010-11-03T10:54:51.763699 #3253] INFO -- : final: 错误代码 ILLEGAL_PARTNER
2245
+ return_url: can't be blank
2246
+ sign_type: can't be blank
2247
+ seller: seller_email and seller_id can not both be blank
2248
+ subject: can't be blank
2249
+ sign: can't be blankinvalid sign
2250
+ money: price and total_fee can not both be blank
2251
+ out_trade_no: can't be blank
2252
+ partner: can't be blank
2253
+ payment_type: can't be blank
2254
+ notify_url: can't be blank
2255
+ I, [2010-11-03T10:54:52.156618 #3253] INFO -- : final: 错误代码 ILLEGAL_PARTNER
2256
+ return_url: can't be blank
2257
+ sign_type: can't be blank
2258
+ seller: seller_email and seller_id can not both be blank
2259
+ subject: can't be blank
2260
+ sign: can't be blankinvalid sign
2261
+ money: price and total_fee can not both be blank
2262
+ out_trade_no: can't be blank
2263
+ partner: is too long (maximum is 16 characters)not exist
2264
+ payment_type: is too long (maximum is 4 characters)
2265
+ notify_url: can't be blank
2266
+ I, [2010-11-03T10:54:52.551870 #3253] INFO -- : final: 错误代码 ILLEGAL_PARTNER
2267
+ return_url: can't be blank
2268
+ sign_type: can't be blank
2269
+ seller: seller_email and seller_id can not both be blank
2270
+ subject: can't be blank
2271
+ sign: can't be blankinvalid sign
2272
+ quantity: should be integer and between 1~999999
2273
+ money: price and total_fee can not both be blank
2274
+ out_trade_no: can't be blank
2275
+ partner: can't be blank
2276
+ payment_type: can't be blank
2277
+ notify_url: can't be blank
2278
+ I, [2010-11-03T10:54:52.946733 #3253] INFO -- : final: 错误代码 ILLEGAL_PARTNER
2279
+ return_url: can't be blank
2280
+ sign_type: can't be blank
2281
+ seller: seller_email and seller_id can not both be blank
2282
+ subject: can't be blank
2283
+ sign: can't be blankinvalid sign
2284
+ quantity: should be integer and between 1~999999
2285
+ money: price and total_fee can not both be blank
2286
+ out_trade_no: can't be blank
2287
+ partner: can't be blank
2288
+ payment_type: can't be blank
2289
+ notify_url: can't be blank
2290
+ I, [2010-11-03T10:54:53.581929 #3253] INFO -- : final: 错误代码 ILLEGAL_PARTNER
2291
+ return_url: can't be blank
2292
+ sign_type: can't be blank
2293
+ seller: seller_email and seller_id can not both be blank
2294
+ subject: can't be blank
2295
+ sign: can't be blankinvalid sign
2296
+ quantity: should be integer and between 1~999999
2297
+ money: price and total_fee can not both be blank
2298
+ out_trade_no: can't be blank
2299
+ partner: can't be blank
2300
+ payment_type: can't be blank
2301
+ notify_url: can't be blank
2302
+ I, [2010-11-03T10:54:53.981253 #3253] INFO -- : final: 错误代码 ILLEGAL_PARTNER
2303
+ return_url: can't be blank
2304
+ sign_type: can't be blank
2305
+ seller: seller_email and seller_id can not both be blank
2306
+ subject: can't be blank
2307
+ sign: can't be blankinvalid sign
2308
+ money: price and total_fee can not both be blank
2309
+ out_trade_no: can't be blank
2310
+ partner: not exist
2311
+ payment_type: can't be blank
2312
+ notify_url: can't be blank
2313
+ I, [2010-11-03T10:54:54.380211 #3253] INFO -- : final: 错误代码 ILLEGAL_PARTNER
2314
+ return_url: can't be blank
2315
+ sign_type: can't be blank
2316
+ seller: seller_email and seller_id can not both be blank
2317
+ subject: can't be blank
2318
+ sign: can't be blankinvalid sign
2319
+ money: price and total_fee can not both be blank
2320
+ out_trade_no: can't be blank
2321
+ payment_type: can't be blank
2322
+ notify_url: can't be blank
2323
+ I, [2010-11-03T10:54:54.770234 #3253] INFO -- : final: 错误代码 ILLEGAL_SERVICE
2324
+ service: can't be blank
2325
+ return_url: can't be blank
2326
+ sign_type: can't be blank
2327
+ seller: seller_email and seller_id can not both be blank
2328
+ subject: can't be blank
2329
+ sign: can't be blankinvalid sign
2330
+ money: price and total_fee can not both be blank
2331
+ out_trade_no: can't be blank
2332
+ partner: can't be blank
2333
+ payment_type: can't be blank
2334
+ notify_url: can't be blank
2335
+ I, [2010-11-03T10:54:55.167550 #3253] INFO -- : final: 错误代码 ILLEGAL_PARTNER
2336
+ return_url: can't be blank
2337
+ sign_type: can't be blank
2338
+ seller: seller_email and seller_id can not both be blank
2339
+ subject: can't be blank
2340
+ sign: can't be blankinvalid sign
2341
+ money: price和total_fee不能同时出现
2342
+ quantity: if price is not blank, must input quantity
2343
+ out_trade_no: can't be blank
2344
+ partner: can't be blank
2345
+ payment_type: can't be blank
2346
+ notify_url: can't be blank
2347
+ I, [2010-11-03T10:54:55.563435 #3253] INFO -- : final: 错误代码 ILLEGAL_PARTNER
2348
+ return_url: can't be blank
2349
+ sign_type: can't be blank
2350
+ seller: seller_email and seller_id can not both be blank
2351
+ subject: can't be blank
2352
+ sign: can't be blankinvalid sign
2353
+ money: price and total_fee can not both be blank
2354
+ out_trade_no: can't be blank
2355
+ partner: can't be blank
2356
+ payment_type: can't be blank
2357
+ notify_url: can't be blank
2358
+ I, [2010-11-03T10:54:55.959475 #3253] INFO -- : final: 错误代码 ILLEGAL_PARTNER
2359
+ return_url: can't be blank
2360
+ sign_type: can't be blank
2361
+ seller: seller_email and seller_id can not both be blank
2362
+ subject: can't be blank
2363
+ money: price and total_fee can not both be blank
2364
+ sign: invalid sign
2365
+ out_trade_no: can't be blank
2366
+ payment_type: can't be blank
2367
+ notify_url: can't be blank
2368
+ I, [2010-11-03T10:54:56.352226 #3253] INFO -- : final: 错误代码 ILLEGAL_PARTNER
2369
+ return_url: can't be blank
2370
+ sign_type: can't be blank
2371
+ seller: seller_email and seller_id can not both be blank
2372
+ subject: can't be blank
2373
+ money: price and total_fee can not both be blank
2374
+ out_trade_no: can't be blank
2375
+ payment_type: can't be blank
2376
+ notify_url: can't be blank
2377
+ I, [2010-11-03T10:54:58.017821 #3253] INFO -- : final: 出错了!200903数据签名验证未通过
2378
+ v_md5info: can't be blank
2379
+ sign: invalid v_md5info
2380
+ I, [2010-11-03T10:54:58.604482 #3253] INFO -- : final: 出错了!500903参数错误,订单号过长
2381
+ v_url: is too long (maximum is 200 characters)
2382
+ v_md5info: can't be blank
2383
+ sign: invalid v_md5info
2384
+ v_oid: is too long (maximum is 64 characters)
2385
+ I, [2010-11-03T10:54:58.967631 #3253] INFO -- : final: 出错了!501112参数错误,非法金额参数
2386
+ v_md5info: can't be blank
2387
+ sign: invalid v_md5info
2388
+ v_amount: format should be Number(6, 2)
2389
+ I, [2010-11-03T10:54:59.316503 #3253] INFO -- : final: 出错了!500708参数错误,该商户ID不存在
2390
+ v_md5info: can't be blank
2391
+ v_mid: 商户编号不存在
2392
+ sign: invalid v_md5info
2393
+ I, [2010-11-03T10:54:59.707838 #3253] INFO -- : final: 出错了!200903数据签名验证未通过
2394
+ v_md5info: can't be blank
2395
+ sign: invalid v_md5info
2396
+ I, [2010-11-03T10:55:00.009387 #3253] INFO -- : final: 出错了!500800错误的数据格式,不能解析
2397
+ v_moneytype: can't be blank
2398
+ v_url: can't be blank
2399
+ v_md5info: can't be blank
2400
+ v_mid: can't be blank
2401
+ sign: invalid v_md5info
2402
+ v_oid: can't be blank
2403
+ v_amount: can't be blank
2404
+ I, [2010-11-03T10:55:00.367900 #3253] INFO -- : final: 出错了!200903数据签名验证未通过
2405
+ sign: invalid v_md5info
2406
+ I, [2010-11-03T10:55:00.717276 #3253] INFO -- : final: 出错了!200903数据签名验证未通过
2407
+ I, [2010-11-03T10:55:02.049853 #3253] INFO -- : return_url: can't be blank
2408
+ service: can't be blank
2409
+ seller: seller_email and seller_id can not both be blank
2410
+ sign_type: can't be blank
2411
+ subject: can't be blank
2412
+ money: price and total_fee can not both be blank
2413
+ sign: can't be blankinvalid sign
2414
+ out_trade_no: can't be blank
2415
+ partner: can't be blank
2416
+ payment_type: can't be blank
2417
+ notify_url: can't be blank
2418
+ I, [2010-11-03T10:55:02.114396 #3253] INFO -- : v_moneytype: can't be blank
2419
+ v_url: can't be blank
2420
+ v_md5info: can't be blank
2421
+ v_mid: can't be blank
2422
+ sign: invalid v_md5info
2423
+ v_oid: can't be blank
2424
+ v_amount: can't be blank
2425
+ I, [2010-11-03T10:55:02.117688 #3253] INFO -- : v_moneytype: can't be blank
2426
+ v_url: can't be blank
2427
+ v_md5info: can't be blank
2428
+ v_mid: can't be blank
2429
+ sign: invalid v_md5info
2430
+ v_oid: can't be blank
2431
+ v_amount: can't be blank
2432
+ I, [2010-11-03T10:55:02.122256 #3253] INFO -- : return_url: can't be blank
2433
+ service: can't be blank
2434
+ seller: seller_email and seller_id can not both be blank
2435
+ sign_type: can't be blank
2436
+ subject: can't be blank
2437
+ money: price and total_fee can not both be blank
2438
+ sign: can't be blankinvalid sign
2439
+ out_trade_no: can't be blank
2440
+ partner: can't be blank
2441
+ payment_type: can't be blank
2442
+ notify_url: can't be blank
2443
+ I, [2010-11-03T10:55:02.126515 #3253] INFO -- : total_fee: can't be blank
2444
+ sp_billno: can't be blank
2445
+ return_url: can't be blank
2446
+ cmdno: can't be blank
2447
+ fee_type: can't be blank
2448
+ desc: can't be blank
2449
+ bank_type: can't be blank
2450
+ attach: can't be blank
2451
+ date: can't be blank
2452
+ sign: can't be blankinvalid sign
2453
+ spbill_create_ip: can't be blank
2454
+ bargainor_id: can't be blank
2455
+ transaction_id: can't be blank
2456
+ I, [2010-11-03T10:55:02.128649 #3253] INFO -- : total_fee: can't be blank
2457
+ sp_billno: can't be blank
2458
+ return_url: can't be blank
2459
+ cmdno: can't be blank
2460
+ fee_type: can't be blank
2461
+ desc: can't be blank
2462
+ bank_type: can't be blank
2463
+ attach: can't be blank
2464
+ date: can't be blank
2465
+ sign: can't be blankinvalid sign
2466
+ spbill_create_ip: can't be blank
2467
+ bargainor_id: can't be blank
2468
+ transaction_id: can't be blank
2469
+ I, [2010-11-03T10:55:03.208940 #3253] INFO -- : final: [21620002]您的请求无效,请重新操作
2470
+ desc: can't be blank
2471
+ bank_type: can't be blank
2472
+ sign: can't be blankinvalid sign
2473
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
2474
+ I, [2010-11-03T10:55:04.246580 #3253] INFO -- : final: [21620002]您的请求无效,请重新操作
2475
+ desc: can't be blank
2476
+ bank_type: can't be blank
2477
+ sign: can't be blankinvalid sign
2478
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
2479
+ I, [2010-11-03T10:55:04.868334 #3253] INFO -- : final: [21620002]您的请求无效,请重新操作
2480
+ desc: can't be blank
2481
+ bank_type: can't be blank
2482
+ sign: can't be blankinvalid sign
2483
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
2484
+ I, [2010-11-03T10:55:05.266293 #3253] INFO -- : final: 您的支付请求类型稍后支持,敬请期待
2485
+ sp_billno: can't be blank
2486
+ total_fee: can't be blank
2487
+ cmdno: can't be blank
2488
+ return_url: can't be blank
2489
+ desc: can't be blank
2490
+ fee_type: can't be blank
2491
+ bank_type: can't be blank
2492
+ attach: can't be blank
2493
+ date: can't be blank
2494
+ spbill_create_ip: can't be blank
2495
+ sign: can't be blankinvalid sign
2496
+ bargainor_id: can't be blank
2497
+ transaction_id: can't be blank
2498
+ I, [2010-11-03T10:55:10.901162 #3253] INFO -- : final: [21620002]您的请求无效,请重新操作
2499
+ desc: can't be blank
2500
+ bank_type: can't be blank
2501
+ sign: can't be blankinvalid sign
2502
+ I, [2010-11-03T10:55:11.503556 #3253] INFO -- : final: [21620002]您的请求无效,请重新操作
2503
+ total_fee: 格式错误,只能为数字,以分为单位,不允许包含任何字符
2504
+ desc: can't be blank
2505
+ bank_type: can't be blank
2506
+ sign: can't be blankinvalid sign
2507
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
2508
+ I, [2010-11-03T10:55:12.057654 #3253] INFO -- : final: [21620002]您的请求无效,请重新操作
2509
+ total_fee: 格式错误,只能为数字,以分为单位,不允许包含任何字符
2510
+ desc: can't be blank
2511
+ bank_type: can't be blank
2512
+ sign: can't be blankinvalid sign
2513
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
2514
+ I, [2010-11-03T10:55:12.638299 #3253] INFO -- : final: [21620002]您的请求无效,请重新操作
2515
+ desc: can't be blank
2516
+ bank_type: can't be blank
2517
+ sign: can't be blankinvalid sign
2518
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
2519
+ I, [2010-11-03T10:55:13.248314 #3253] INFO -- : final: [21620002]您的请求无效,请重新操作
2520
+ desc: can't be blank
2521
+ fee_type: 目前只支持人民币,请填1
2522
+ bank_type: can't be blank
2523
+ sign: can't be blankinvalid sign
2524
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
2525
+ I, [2010-11-03T10:55:13.790451 #3253] INFO -- : final: [21620002]您的请求无效,请重新操作
2526
+ desc: can't be blank
2527
+ bank_type: can't be blank
2528
+ sign: can't be blankinvalid sign
2529
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
2530
+ I, [2010-11-03T10:55:14.608614 #3253] INFO -- : final: [21620002]您的请求无效,请重新操作
2531
+ desc: can't be blank
2532
+ bank_type: can't be blank
2533
+ sign: can't be blankinvalid sign
2534
+ spbill_create_ip: 格式错误
2535
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
2536
+ I, [2010-11-03T10:55:15.170935 #3253] INFO -- : final: [21620002]您的请求无效,请重新操作
2537
+ desc: can't be blank
2538
+ bank_type: can't be blank
2539
+ sign: can't be blankinvalid sign
2540
+ spbill_create_ip: 格式错误
2541
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
2542
+ I, [2010-11-03T10:55:15.975471 #3253] INFO -- : final: [21620002]您的请求无效,请重新操作
2543
+ desc: can't be blank
2544
+ bank_type: can't be blank
2545
+ sign: can't be blankinvalid sign
2546
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
2547
+ I, [2010-11-03T10:55:16.522877 #3253] INFO -- : final: [21620002]您的请求无效,请重新操作
2548
+ sp_billno: 长度错误,应该在28个字符内
2549
+ desc: can't be blank
2550
+ bank_type: can't be blank
2551
+ sign: can't be blankinvalid sign
2552
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
2553
+ I, [2010-11-03T10:55:16.911284 #3253] INFO -- : final: 您的支付请求类型稍后支持,敬请期待
2554
+ sp_billno: can't be blank
2555
+ total_fee: can't be blank
2556
+ cmdno: can't be blank
2557
+ return_url: can't be blank
2558
+ desc: can't be blank
2559
+ fee_type: can't be blank
2560
+ bank_type: can't be blank
2561
+ attach: can't be blank
2562
+ date: can't be blank
2563
+ spbill_create_ip: can't be blank
2564
+ sign: can't be blankinvalid sign
2565
+ bargainor_id: can't be blank
2566
+ transaction_id: can't be blank
2567
+ I, [2010-11-03T10:55:17.474278 #3253] INFO -- : final: [21620002]您的请求无效,请重新操作
2568
+ desc: can't be blank
2569
+ bank_type: can't be blank
2570
+ sign: can't be blankinvalid sign
2571
+ bargainor_id: 商户号不存在
2572
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
2573
+ I, [2010-11-03T10:55:18.027402 #3253] INFO -- : final: [21620002]您的请求无效,请重新操作
2574
+ desc: can't be blank
2575
+ bank_type: can't be blank
2576
+ sign: can't be blankinvalid sign
2577
+ bargainor_id: 商户号不存在
2578
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
2579
+ I, [2010-11-03T10:55:18.403093 #3253] INFO -- : final: 您的支付请求类型稍后支持,敬请期待
2580
+ sp_billno: can't be blank
2581
+ total_fee: can't be blank
2582
+ cmdno: can't be blank
2583
+ return_url: can't be blank
2584
+ desc: can't be blank
2585
+ fee_type: can't be blank
2586
+ bank_type: can't be blank
2587
+ attach: can't be blank
2588
+ date: can't be blank
2589
+ spbill_create_ip: can't be blank
2590
+ sign: can't be blankinvalid sign
2591
+ bargainor_id: can't be blank
2592
+ transaction_id: can't be blank
2593
+ I, [2010-11-03T10:55:18.775723 #3253] INFO -- : final: 聽聽发生错误了!聽聽10000002|
2594
+ desc: can't be blank
2595
+ bank_type: can't be blank
2596
+ sign: sign签名必须大写invalid sign
2597
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
2598
+ I, [2010-11-03T10:55:19.120335 #3253] INFO -- : final: 聽聽发生错误了!聽聽10000002|
2599
+ desc: can't be blank
2600
+ bank_type: can't be blank
2601
+ sign: invalid sign
2602
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
2603
+ I, [2010-11-03T10:55:24.665597 #3253] INFO -- : final: [21620002]您的请求无效,请重新操作
2604
+ desc: can't be blank
2605
+ bank_type: can't be blank
2606
+ sign: invalid sign
2607
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
2608
+ I, [2010-11-03T10:55:25.404234 #3253] INFO -- : final: [21620002]您的请求无效,请重新操作
2609
+ desc: can't be blank
2610
+ bank_type: can't be blank
2611
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
2612
+ I, [2010-11-03T16:53:00.265036 #5800] INFO -- : return_url: can't be blank
2613
+ final: 错误代码 ILLEGAL_SERVICE
2614
+ service: can't be blank
2615
+ sign_type: can't be blank
2616
+ subject: can't be blank
2617
+ seller: seller_email and seller_id can not both be blank
2618
+ sign: can't be blankinvalid sign
2619
+ out_trade_no: can't be blank
2620
+ partner: can't be blank
2621
+ money: price and total_fee can not both be blank
2622
+ payment_type: can't be blank
2623
+ notify_url: can't be blank
2624
+ I, [2010-11-03T16:53:00.649756 #5800] INFO -- : return_url: can't be blank
2625
+ final: 错误代码 ILLEGAL_PARTNER
2626
+ sign_type: can't be blank
2627
+ subject: can't be blank
2628
+ seller: seller_email and seller_id can not both be blank
2629
+ sign: can't be blankinvalid sign
2630
+ out_trade_no: can't be blank
2631
+ partner: can't be blank
2632
+ money: price and total_fee can not both be blank
2633
+ payment_type: can't be blank
2634
+ notify_url: can't be blank
2635
+ I, [2010-11-03T16:53:01.033559 #5800] INFO -- : return_url: can't be blank
2636
+ final: 错误代码 ILLEGAL_PARTNER
2637
+ sign_type: can't be blank
2638
+ _input_charset: should be utf-8 or gb2312
2639
+ subject: can't be blank
2640
+ seller: seller_email and seller_id can not both be blank
2641
+ sign: can't be blankinvalid sign
2642
+ out_trade_no: can't be blank
2643
+ partner: can't be blank
2644
+ money: price and total_fee can not both be blank
2645
+ payment_type: can't be blank
2646
+ notify_url: can't be blank
2647
+ I, [2010-11-03T16:53:01.419169 #5800] INFO -- : return_url: can't be blank
2648
+ final: 错误代码 ILLEGAL_PARTNER
2649
+ sign_type: can't be blank
2650
+ subject: can't be blank
2651
+ seller: seller_email and seller_id can not both be blank
2652
+ sign: can't be blankinvalid sign
2653
+ out_trade_no: can't be blank
2654
+ partner: can't be blank
2655
+ money: price and total_fee can not both be blank
2656
+ payment_type: can't be blank
2657
+ notify_url: can't be blank
2658
+ I, [2010-11-03T16:53:01.807464 #5800] INFO -- : return_url: can't be blank
2659
+ final: 错误代码 ILLEGAL_PARTNER
2660
+ sign_type: can't be blank
2661
+ subject: can't be blank
2662
+ seller: seller_email and seller_id can not both be blank
2663
+ sign: can't be blankinvalid sign
2664
+ out_trade_no: can't be blank
2665
+ partner: can't be blank
2666
+ money: price and total_fee can not both be blank
2667
+ payment_type: can't be blank
2668
+ notify_url: can't be blank
2669
+ I, [2010-11-03T16:53:02.202804 #5800] INFO -- : total_fee: format should be Number(13, 2)
2670
+ return_url: can't be blank
2671
+ final: 错误代码 ILLEGAL_PARTNER
2672
+ sign_type: can't be blank
2673
+ subject: can't be blank
2674
+ seller: seller_email and seller_id can not both be blank
2675
+ sign: can't be blankinvalid sign
2676
+ quantity: if price is not blank, must input quantity
2677
+ out_trade_no: can't be blank
2678
+ price: format should be Number(13, 2)
2679
+ partner: can't be blank
2680
+ money: price和total_fee不能同时出现
2681
+ payment_type: can't be blank
2682
+ notify_url: can't be blank
2683
+ I, [2010-11-03T16:53:02.822445 #5800] INFO -- : return_url: can't be blank
2684
+ final: 错误代码 ILLEGAL_PARTNER
2685
+ sign_type: can't be blank
2686
+ subject: can't be blank
2687
+ seller: seller_email and seller_id can not both be blank
2688
+ sign: can't be blankinvalid sign
2689
+ quantity: if price is not blank, must input quantity
2690
+ out_trade_no: can't be blank
2691
+ partner: can't be blank
2692
+ payment_type: can't be blank
2693
+ notify_url: can't be blank
2694
+ I, [2010-11-03T16:53:03.477668 #5800] INFO -- : return_url: can't be blank
2695
+ final: 错误代码 ILLEGAL_PARTNER
2696
+ sign_type: can't be blank
2697
+ subject: can't be blank
2698
+ seller: seller_email and seller_id can not both be blank
2699
+ sign: can't be blankinvalid sign
2700
+ out_trade_no: can't be blank
2701
+ partner: can't be blank
2702
+ money: price and total_fee can not both be blank
2703
+ payment_type: can't be blank
2704
+ notify_url: can't be blank
2705
+ I, [2010-11-03T16:53:04.964359 #5800] INFO -- : return_url: can't be blank
2706
+ final: 错误代码 ILLEGAL_PARTNER
2707
+ sign_type: can't be blank
2708
+ subject: can't be blank
2709
+ seller: seller_email and seller_id can not both be blank
2710
+ sign: can't be blankinvalid sign
2711
+ out_trade_no: can't be blank
2712
+ partner: is too long (maximum is 16 characters)not exist
2713
+ money: price and total_fee can not both be blank
2714
+ payment_type: is too long (maximum is 4 characters)
2715
+ notify_url: can't be blank
2716
+ I, [2010-11-03T16:53:10.361103 #5800] INFO -- : return_url: can't be blank
2717
+ final: 错误代码 ILLEGAL_PARTNER
2718
+ sign_type: can't be blank
2719
+ subject: can't be blank
2720
+ seller: seller_email and seller_id can not both be blank
2721
+ sign: can't be blankinvalid sign
2722
+ quantity: should be integer and between 1~999999
2723
+ out_trade_no: can't be blank
2724
+ partner: can't be blank
2725
+ money: price and total_fee can not both be blank
2726
+ payment_type: can't be blank
2727
+ notify_url: can't be blank
2728
+ I, [2010-11-03T16:53:10.981797 #5800] INFO -- : return_url: can't be blank
2729
+ final: 错误代码 ILLEGAL_PARTNER
2730
+ sign_type: can't be blank
2731
+ subject: can't be blank
2732
+ seller: seller_email and seller_id can not both be blank
2733
+ sign: can't be blankinvalid sign
2734
+ quantity: should be integer and between 1~999999
2735
+ out_trade_no: can't be blank
2736
+ partner: can't be blank
2737
+ money: price and total_fee can not both be blank
2738
+ payment_type: can't be blank
2739
+ notify_url: can't be blank
2740
+ I, [2010-11-03T16:53:11.383220 #5800] INFO -- : return_url: can't be blank
2741
+ final: 错误代码 ILLEGAL_PARTNER
2742
+ sign_type: can't be blank
2743
+ subject: can't be blank
2744
+ seller: seller_email and seller_id can not both be blank
2745
+ sign: can't be blankinvalid sign
2746
+ quantity: should be integer and between 1~999999
2747
+ out_trade_no: can't be blank
2748
+ partner: can't be blank
2749
+ money: price and total_fee can not both be blank
2750
+ payment_type: can't be blank
2751
+ notify_url: can't be blank
2752
+ I, [2010-11-03T16:53:11.766679 #5800] INFO -- : return_url: can't be blank
2753
+ final: 错误代码 ILLEGAL_PARTNER
2754
+ sign_type: can't be blank
2755
+ subject: can't be blank
2756
+ seller: seller_email and seller_id can not both be blank
2757
+ sign: can't be blankinvalid sign
2758
+ out_trade_no: can't be blank
2759
+ money: price and total_fee can not both be blank
2760
+ partner: not exist
2761
+ payment_type: can't be blank
2762
+ notify_url: can't be blank
2763
+ I, [2010-11-03T16:53:12.156446 #5800] INFO -- : return_url: can't be blank
2764
+ final: 错误代码 ILLEGAL_PARTNER
2765
+ sign_type: can't be blank
2766
+ subject: can't be blank
2767
+ seller: seller_email and seller_id can not both be blank
2768
+ sign: can't be blankinvalid sign
2769
+ out_trade_no: can't be blank
2770
+ money: price and total_fee can not both be blank
2771
+ payment_type: can't be blank
2772
+ notify_url: can't be blank
2773
+ I, [2010-11-03T16:53:12.551116 #5800] INFO -- : return_url: can't be blank
2774
+ final: 错误代码 ILLEGAL_SERVICE
2775
+ service: can't be blank
2776
+ sign_type: can't be blank
2777
+ subject: can't be blank
2778
+ seller: seller_email and seller_id can not both be blank
2779
+ sign: can't be blankinvalid sign
2780
+ out_trade_no: can't be blank
2781
+ partner: can't be blank
2782
+ money: price and total_fee can not both be blank
2783
+ payment_type: can't be blank
2784
+ notify_url: can't be blank
2785
+ I, [2010-11-03T16:53:12.939082 #5800] INFO -- : return_url: can't be blank
2786
+ final: 错误代码 ILLEGAL_PARTNER
2787
+ sign_type: can't be blank
2788
+ subject: can't be blank
2789
+ seller: seller_email and seller_id can not both be blank
2790
+ sign: can't be blankinvalid sign
2791
+ quantity: if price is not blank, must input quantity
2792
+ out_trade_no: can't be blank
2793
+ partner: can't be blank
2794
+ money: price和total_fee不能同时出现
2795
+ payment_type: can't be blank
2796
+ notify_url: can't be blank
2797
+ I, [2010-11-03T16:53:13.326589 #5800] INFO -- : return_url: can't be blank
2798
+ final: 错误代码 ILLEGAL_PARTNER
2799
+ sign_type: can't be blank
2800
+ subject: can't be blank
2801
+ seller: seller_email and seller_id can not both be blank
2802
+ sign: can't be blankinvalid sign
2803
+ out_trade_no: can't be blank
2804
+ partner: can't be blank
2805
+ money: price and total_fee can not both be blank
2806
+ payment_type: can't be blank
2807
+ notify_url: can't be blank
2808
+ I, [2010-11-03T16:53:14.813185 #5800] INFO -- : return_url: can't be blank
2809
+ final: 错误代码 ILLEGAL_PARTNER
2810
+ sign_type: can't be blank
2811
+ subject: can't be blank
2812
+ seller: seller_email and seller_id can not both be blank
2813
+ sign: invalid sign
2814
+ out_trade_no: can't be blank
2815
+ money: price and total_fee can not both be blank
2816
+ payment_type: can't be blank
2817
+ notify_url: can't be blank
2818
+ I, [2010-11-03T16:53:15.193479 #5800] INFO -- : return_url: can't be blank
2819
+ final: 错误代码 ILLEGAL_PARTNER
2820
+ sign_type: can't be blank
2821
+ subject: can't be blank
2822
+ seller: seller_email and seller_id can not both be blank
2823
+ out_trade_no: can't be blank
2824
+ money: price and total_fee can not both be blank
2825
+ payment_type: can't be blank
2826
+ notify_url: can't be blank
2827
+ I, [2010-11-03T16:53:32.078720 #5800] INFO -- : final: 出错了!200903数据签名验证未通过
2828
+ sign: invalid v_md5info
2829
+ v_md5info: can't be blank
2830
+ I, [2010-11-03T16:53:33.384000 #5800] INFO -- : v_oid: is too long (maximum is 64 characters)
2831
+ final: 出错了!500903参数错误,订单号过长
2832
+ sign: invalid v_md5info
2833
+ v_url: is too long (maximum is 200 characters)
2834
+ v_md5info: can't be blank
2835
+ I, [2010-11-03T16:53:35.845889 #5800] INFO -- : final: 出错了!501112参数错误,非法金额参数
2836
+ v_amount: format should be Number(6, 2)
2837
+ sign: invalid v_md5info
2838
+ v_md5info: can't be blank
2839
+ I, [2010-11-03T16:53:36.297796 #5800] INFO -- : final: 出错了!500708参数错误,该商户ID不存在
2840
+ sign: invalid v_md5info
2841
+ v_md5info: can't be blank
2842
+ v_mid: 商户编号不存在
2843
+ I, [2010-11-03T16:53:37.403023 #5800] INFO -- : final: 出错了!200903数据签名验证未通过
2844
+ sign: invalid v_md5info
2845
+ v_md5info: can't be blank
2846
+ I, [2010-11-03T16:53:37.716153 #5800] INFO -- : v_oid: can't be blank
2847
+ final: 出错了!500800错误的数据格式,不能解析
2848
+ v_amount: can't be blank
2849
+ v_moneytype: can't be blank
2850
+ v_url: can't be blank
2851
+ sign: invalid v_md5info
2852
+ v_md5info: can't be blank
2853
+ v_mid: can't be blank
2854
+ I, [2010-11-03T16:53:38.064881 #5800] INFO -- : final: 出错了!200903数据签名验证未通过
2855
+ sign: invalid v_md5info
2856
+ I, [2010-11-03T16:53:38.412049 #5800] INFO -- : final: 出错了!200903数据签名验证未通过
2857
+ I, [2010-11-03T16:53:38.891601 #5800] INFO -- : Wed Nov 03 16:53:38 +0800 2010:./test/../lib/magpie/rubber.rb:7}:./test/../lib/magpie/utils.rb:120:in `send_notify'
2858
+ /usr/local/lib/ruby/1.8/timeout.rb:62:in `timeout'
2859
+ /usr/local/lib/ruby/1.8/timeout.rb:93:in `timeout'
2860
+ ./test/../lib/magpie/utils.rb:112:in `send_notify'
2861
+ ./test/../lib/magpie/rubber.rb:5:in `try'
2862
+ ./test/../lib/magpie/utils.rb:111:in `send_notify'
2863
+ ./test/test_utils.rb:23:in `test_send_notify_code'
2864
+ /usr/local/lib/ruby/1.8/test/unit/testcase.rb:78:in `__send__'
2865
+ /usr/local/lib/ruby/1.8/test/unit/testcase.rb:78:in `run'
2866
+ I, [2010-11-03T16:53:39.112485 #5800] INFO -- : Wed Nov 03 16:53:39 +0800 2010:./test/../lib/magpie/rubber.rb:7}:./test/../lib/magpie/utils.rb:120:in `send_notify'
2867
+ /usr/local/lib/ruby/1.8/timeout.rb:62:in `timeout'
2868
+ /usr/local/lib/ruby/1.8/timeout.rb:93:in `timeout'
2869
+ ./test/../lib/magpie/utils.rb:112:in `send_notify'
2870
+ ./test/../lib/magpie/rubber.rb:5:in `try'
2871
+ ./test/../lib/magpie/utils.rb:111:in `send_notify'
2872
+ ./test/test_utils.rb:23:in `test_send_notify_code'
2873
+ /usr/local/lib/ruby/1.8/test/unit/testcase.rb:78:in `__send__'
2874
+ /usr/local/lib/ruby/1.8/test/unit/testcase.rb:78:in `run'
2875
+ I, [2010-11-03T16:53:39.332912 #5800] INFO -- : Wed Nov 03 16:53:39 +0800 2010:./test/../lib/magpie/rubber.rb:7}:./test/../lib/magpie/utils.rb:120:in `send_notify'
2876
+ /usr/local/lib/ruby/1.8/timeout.rb:62:in `timeout'
2877
+ /usr/local/lib/ruby/1.8/timeout.rb:93:in `timeout'
2878
+ ./test/../lib/magpie/utils.rb:112:in `send_notify'
2879
+ ./test/../lib/magpie/rubber.rb:5:in `try'
2880
+ ./test/../lib/magpie/utils.rb:111:in `send_notify'
2881
+ ./test/test_utils.rb:23:in `test_send_notify_code'
2882
+ /usr/local/lib/ruby/1.8/test/unit/testcase.rb:78:in `__send__'
2883
+ /usr/local/lib/ruby/1.8/test/unit/testcase.rb:78:in `run'
2884
+ I, [2010-11-03T16:53:39.764439 #5800] INFO -- : Wed Nov 03 16:53:39 +0800 2010:./test/../lib/magpie/rubber.rb:7}:./test/../lib/magpie/utils.rb:120:in `send_notify'
2885
+ /usr/local/lib/ruby/1.8/timeout.rb:62:in `timeout'
2886
+ /usr/local/lib/ruby/1.8/timeout.rb:93:in `timeout'
2887
+ ./test/../lib/magpie/utils.rb:112:in `send_notify'
2888
+ ./test/../lib/magpie/rubber.rb:5:in `try'
2889
+ ./test/../lib/magpie/utils.rb:111:in `send_notify'
2890
+ ./test/test_utils.rb:29:in `test_send_notify_code'
2891
+ /usr/local/lib/ruby/1.8/test/unit/testcase.rb:78:in `__send__'
2892
+ /usr/local/lib/ruby/1.8/test/unit/testcase.rb:78:in `run'
2893
+ I, [2010-11-03T16:53:39.980896 #5800] INFO -- : Wed Nov 03 16:53:39 +0800 2010:./test/../lib/magpie/rubber.rb:7}:./test/../lib/magpie/utils.rb:120:in `send_notify'
2894
+ /usr/local/lib/ruby/1.8/timeout.rb:62:in `timeout'
2895
+ /usr/local/lib/ruby/1.8/timeout.rb:93:in `timeout'
2896
+ ./test/../lib/magpie/utils.rb:112:in `send_notify'
2897
+ ./test/../lib/magpie/rubber.rb:5:in `try'
2898
+ ./test/../lib/magpie/utils.rb:111:in `send_notify'
2899
+ ./test/test_utils.rb:29:in `test_send_notify_code'
2900
+ /usr/local/lib/ruby/1.8/test/unit/testcase.rb:78:in `__send__'
2901
+ /usr/local/lib/ruby/1.8/test/unit/testcase.rb:78:in `run'
2902
+ I, [2010-11-03T16:53:40.196726 #5800] INFO -- : Wed Nov 03 16:53:40 +0800 2010:./test/../lib/magpie/rubber.rb:7}:./test/../lib/magpie/utils.rb:120:in `send_notify'
2903
+ /usr/local/lib/ruby/1.8/timeout.rb:62:in `timeout'
2904
+ /usr/local/lib/ruby/1.8/timeout.rb:93:in `timeout'
2905
+ ./test/../lib/magpie/utils.rb:112:in `send_notify'
2906
+ ./test/../lib/magpie/rubber.rb:5:in `try'
2907
+ ./test/../lib/magpie/utils.rb:111:in `send_notify'
2908
+ ./test/test_utils.rb:29:in `test_send_notify_code'
2909
+ /usr/local/lib/ruby/1.8/test/unit/testcase.rb:78:in `__send__'
2910
+ /usr/local/lib/ruby/1.8/test/unit/testcase.rb:78:in `run'
2911
+ I, [2010-11-03T16:53:40.408691 #5800] INFO -- : Wed Nov 03 16:53:40 +0800 2010:./test/../lib/magpie/rubber.rb:7}:/usr/local/lib/ruby/1.8/net/http.rb:560:in `initialize'
2912
+ /usr/local/lib/ruby/1.8/net/http.rb:560:in `open'
2913
+ /usr/local/lib/ruby/1.8/net/http.rb:560:in `connect'
2914
+ /usr/local/lib/ruby/1.8/timeout.rb:53:in `timeout'
2915
+ /usr/local/lib/ruby/1.8/timeout.rb:93:in `timeout'
2916
+ /usr/local/lib/ruby/1.8/net/http.rb:560:in `connect'
2917
+ /usr/local/lib/ruby/1.8/net/http.rb:553:in `do_start'
2918
+ /usr/local/lib/ruby/1.8/net/http.rb:542:in `start'
2919
+ ./test/../lib/magpie/utils.rb:90:in `start_http'
2920
+ I, [2010-11-03T16:53:40.409458 #5800] INFO -- : Wed Nov 03 16:53:40 +0800 2010:./test/../lib/magpie/rubber.rb:7}:/usr/local/lib/ruby/1.8/net/http.rb:560:in `initialize'
2921
+ /usr/local/lib/ruby/1.8/net/http.rb:560:in `open'
2922
+ /usr/local/lib/ruby/1.8/net/http.rb:560:in `connect'
2923
+ /usr/local/lib/ruby/1.8/timeout.rb:53:in `timeout'
2924
+ /usr/local/lib/ruby/1.8/timeout.rb:93:in `timeout'
2925
+ /usr/local/lib/ruby/1.8/net/http.rb:560:in `connect'
2926
+ /usr/local/lib/ruby/1.8/net/http.rb:553:in `do_start'
2927
+ /usr/local/lib/ruby/1.8/net/http.rb:542:in `start'
2928
+ ./test/../lib/magpie/utils.rb:90:in `start_http'
2929
+ I, [2010-11-03T16:53:40.410776 #5800] INFO -- : Wed Nov 03 16:53:40 +0800 2010:./test/../lib/magpie/rubber.rb:7}:/usr/local/lib/ruby/1.8/net/http.rb:560:in `initialize'
2930
+ /usr/local/lib/ruby/1.8/net/http.rb:560:in `open'
2931
+ /usr/local/lib/ruby/1.8/net/http.rb:560:in `connect'
2932
+ /usr/local/lib/ruby/1.8/timeout.rb:53:in `timeout'
2933
+ /usr/local/lib/ruby/1.8/timeout.rb:93:in `timeout'
2934
+ /usr/local/lib/ruby/1.8/net/http.rb:560:in `connect'
2935
+ /usr/local/lib/ruby/1.8/net/http.rb:553:in `do_start'
2936
+ /usr/local/lib/ruby/1.8/net/http.rb:542:in `start'
2937
+ ./test/../lib/magpie/utils.rb:90:in `start_http'
2938
+ I, [2010-11-03T16:53:40.413893 #5800] INFO -- : return_url: can't be blank
2939
+ sign_type: can't be blank
2940
+ service: can't be blank
2941
+ seller: seller_email and seller_id can not both be blank
2942
+ subject: can't be blank
2943
+ sign: can't be blankinvalid sign
2944
+ out_trade_no: can't be blank
2945
+ money: price and total_fee can not both be blank
2946
+ partner: can't be blank
2947
+ payment_type: can't be blank
2948
+ notify_url: can't be blank
2949
+ I, [2010-11-03T16:53:40.415841 #5800] INFO -- : v_oid: can't be blank
2950
+ v_amount: can't be blank
2951
+ v_moneytype: can't be blank
2952
+ sign: invalid v_md5info
2953
+ v_url: can't be blank
2954
+ v_md5info: can't be blank
2955
+ v_mid: can't be blank
2956
+ I, [2010-11-03T16:53:40.417606 #5800] INFO -- : v_oid: can't be blank
2957
+ v_amount: can't be blank
2958
+ v_moneytype: can't be blank
2959
+ sign: invalid v_md5info
2960
+ v_url: can't be blank
2961
+ v_md5info: can't be blank
2962
+ v_mid: can't be blank
2963
+ I, [2010-11-03T16:53:40.419840 #5800] INFO -- : #<NoMethodError: private method `split' called for nil:NilClass>:
2964
+ ./test/../lib/middles/snake.rb:101:in `query_to_hash'
2965
+ ./test/../lib/middles/snake.rb:84:in `order_pay'
2966
+ ./test/../lib/middles/snake.rb:10:in `call'
2967
+ ./test/../lib/middles/snake.rb:10
2968
+ ./test/../lib/middles/snake.rb:24:in `call'
2969
+ ./test/../lib/middles/snake.rb:24:in `call'
2970
+ ./test/../lib/middles/snake.rb:22:in `each'
2971
+ ./test/../lib/middles/snake.rb:22:in `call'
2972
+ /usr/local/lib/ruby/gems/1.8/gems/rack-1.2.1/lib/rack/static.rb:33:in `call'
2973
+ I, [2010-11-03T16:53:40.420627 #5800] INFO -- : return_url: can't be blank
2974
+ sign_type: can't be blank
2975
+ service: can't be blank
2976
+ seller: seller_email and seller_id can not both be blank
2977
+ subject: can't be blank
2978
+ sign: can't be blankinvalid sign
2979
+ out_trade_no: can't be blank
2980
+ money: price and total_fee can not both be blank
2981
+ partner: can't be blank
2982
+ payment_type: can't be blank
2983
+ notify_url: can't be blank
2984
+ I, [2010-11-03T16:53:40.422979 #5800] INFO -- : total_fee: can't be blank
2985
+ bargainor_id: can't be blank
2986
+ return_url: can't be blank
2987
+ transaction_id: can't be blank
2988
+ desc: can't be blank
2989
+ sp_billno: can't be blank
2990
+ date: can't be blank
2991
+ cmdno: can't be blank
2992
+ sign: can't be blankinvalid sign
2993
+ fee_type: can't be blank
2994
+ bank_type: can't be blank
2995
+ attach: can't be blank
2996
+ spbill_create_ip: can't be blank
2997
+ I, [2010-11-03T16:53:40.424815 #5800] INFO -- : total_fee: can't be blank
2998
+ bargainor_id: can't be blank
2999
+ return_url: can't be blank
3000
+ transaction_id: can't be blank
3001
+ desc: can't be blank
3002
+ sp_billno: can't be blank
3003
+ date: can't be blank
3004
+ cmdno: can't be blank
3005
+ sign: can't be blankinvalid sign
3006
+ fee_type: can't be blank
3007
+ bank_type: can't be blank
3008
+ attach: can't be blank
3009
+ spbill_create_ip: can't be blank
3010
+ I, [2010-11-03T16:53:41.066872 #5800] INFO -- : final: [21620002]您的请求无效,请重新操作
3011
+ desc: can't be blank
3012
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
3013
+ sign: can't be blankinvalid sign
3014
+ bank_type: can't be blank
3015
+ I, [2010-11-03T16:53:41.689865 #5800] INFO -- : final: [21620002]您的请求无效,请重新操作
3016
+ desc: can't be blank
3017
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
3018
+ sign: can't be blankinvalid sign
3019
+ bank_type: can't be blank
3020
+ I, [2010-11-03T16:53:42.357225 #5800] INFO -- : final: [21620002]您的请求无效,请重新操作
3021
+ desc: can't be blank
3022
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
3023
+ sign: can't be blankinvalid sign
3024
+ bank_type: can't be blank
3025
+ I, [2010-11-03T16:53:42.761305 #5800] INFO -- : bargainor_id: can't be blank
3026
+ total_fee: can't be blank
3027
+ return_url: can't be blank
3028
+ final: 您的支付请求类型稍后支持,敬请期待
3029
+ desc: can't be blank
3030
+ transaction_id: can't be blank
3031
+ sp_billno: can't be blank
3032
+ cmdno: can't be blank
3033
+ date: can't be blank
3034
+ fee_type: can't be blank
3035
+ sign: can't be blankinvalid sign
3036
+ bank_type: can't be blank
3037
+ attach: can't be blank
3038
+ spbill_create_ip: can't be blank
3039
+ I, [2010-11-03T16:53:43.383749 #5800] INFO -- : final: [21620002]您的请求无效,请重新操作
3040
+ desc: can't be blank
3041
+ sign: can't be blankinvalid sign
3042
+ bank_type: can't be blank
3043
+ I, [2010-11-03T16:53:49.091123 #5800] INFO -- : total_fee: 格式错误,只能为数字,以分为单位,不允许包含任何字符
3044
+ final: [21620002]您的请求无效,请重新操作
3045
+ desc: can't be blank
3046
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
3047
+ sign: can't be blankinvalid sign
3048
+ bank_type: can't be blank
3049
+ I, [2010-11-03T16:53:50.056044 #5800] INFO -- : total_fee: 格式错误,只能为数字,以分为单位,不允许包含任何字符
3050
+ final: [21620002]您的请求无效,请重新操作
3051
+ desc: can't be blank
3052
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
3053
+ sign: can't be blankinvalid sign
3054
+ bank_type: can't be blank
3055
+ I, [2010-11-03T16:53:50.931898 #5800] INFO -- : final: [21620002]您的请求无效,请重新操作
3056
+ desc: can't be blank
3057
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
3058
+ sign: can't be blankinvalid sign
3059
+ bank_type: can't be blank
3060
+ I, [2010-11-03T16:53:54.556845 #5800] INFO -- : final: [21620002]您的请求无效,请重新操作
3061
+ desc: can't be blank
3062
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
3063
+ sign: can't be blankinvalid sign
3064
+ fee_type: 目前只支持人民币,请填1
3065
+ bank_type: can't be blank
3066
+ I, [2010-11-03T16:53:55.311415 #5800] INFO -- : final: [21620002]您的请求无效,请重新操作
3067
+ desc: can't be blank
3068
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
3069
+ sign: can't be blankinvalid sign
3070
+ bank_type: can't be blank
3071
+ I, [2010-11-03T16:53:55.901351 #5800] INFO -- : final: [21620002]您的请求无效,请重新操作
3072
+ desc: can't be blank
3073
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
3074
+ sign: can't be blankinvalid sign
3075
+ bank_type: can't be blank
3076
+ spbill_create_ip: 格式错误
3077
+ I, [2010-11-03T16:53:56.479088 #5800] INFO -- : final: [21620002]您的请求无效,请重新操作
3078
+ desc: can't be blank
3079
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
3080
+ sign: can't be blankinvalid sign
3081
+ bank_type: can't be blank
3082
+ spbill_create_ip: 格式错误
3083
+ I, [2010-11-03T16:54:02.103959 #5800] INFO -- : final: [21620002]您的请求无效,请重新操作
3084
+ desc: can't be blank
3085
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
3086
+ sign: can't be blankinvalid sign
3087
+ bank_type: can't be blank
3088
+ I, [2010-11-03T16:54:02.711977 #5800] INFO -- : final: [21620002]您的请求无效,请重新操作
3089
+ desc: can't be blank
3090
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
3091
+ sp_billno: 长度错误,应该在28个字符内
3092
+ sign: can't be blankinvalid sign
3093
+ bank_type: can't be blank
3094
+ I, [2010-11-03T16:54:03.111258 #5800] INFO -- : bargainor_id: can't be blank
3095
+ total_fee: can't be blank
3096
+ return_url: can't be blank
3097
+ final: 您的支付请求类型稍后支持,敬请期待
3098
+ desc: can't be blank
3099
+ transaction_id: can't be blank
3100
+ sp_billno: can't be blank
3101
+ cmdno: can't be blank
3102
+ date: can't be blank
3103
+ fee_type: can't be blank
3104
+ sign: can't be blankinvalid sign
3105
+ bank_type: can't be blank
3106
+ attach: can't be blank
3107
+ spbill_create_ip: can't be blank
3108
+ I, [2010-11-03T16:54:03.872594 #5800] INFO -- : bargainor_id: 商户号不存在
3109
+ final: [21620002]您的请求无效,请重新操作
3110
+ desc: can't be blank
3111
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
3112
+ sign: can't be blankinvalid sign
3113
+ bank_type: can't be blank
3114
+ I, [2010-11-03T16:54:04.497224 #5800] INFO -- : bargainor_id: 商户号不存在
3115
+ final: [21620002]您的请求无效,请重新操作
3116
+ desc: can't be blank
3117
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
3118
+ sign: can't be blankinvalid sign
3119
+ bank_type: can't be blank
3120
+ I, [2010-11-03T16:54:04.936800 #5800] INFO -- : bargainor_id: can't be blank
3121
+ total_fee: can't be blank
3122
+ return_url: can't be blank
3123
+ final: 您的支付请求类型稍后支持,敬请期待
3124
+ desc: can't be blank
3125
+ transaction_id: can't be blank
3126
+ sp_billno: can't be blank
3127
+ cmdno: can't be blank
3128
+ date: can't be blank
3129
+ fee_type: can't be blank
3130
+ sign: can't be blankinvalid sign
3131
+ bank_type: can't be blank
3132
+ attach: can't be blank
3133
+ spbill_create_ip: can't be blank
3134
+ I, [2010-11-03T16:54:05.291512 #5800] INFO -- : final: 聽聽发生错误了!聽聽10000002|
3135
+ desc: can't be blank
3136
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
3137
+ sign: sign签名必须大写invalid sign
3138
+ bank_type: can't be blank
3139
+ I, [2010-11-03T16:54:05.647892 #5800] INFO -- : final: 聽聽发生错误了!聽聽10000002|
3140
+ desc: can't be blank
3141
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
3142
+ sign: invalid sign
3143
+ bank_type: can't be blank
3144
+ I, [2010-11-03T16:54:06.428807 #5800] INFO -- : final: [21620002]您的请求无效,请重新操作
3145
+ desc: can't be blank
3146
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
3147
+ sign: invalid sign
3148
+ bank_type: can't be blank
3149
+ I, [2010-11-03T16:54:07.015428 #5800] INFO -- : final: [21620002]您的请求无效,请重新操作
3150
+ desc: can't be blank
3151
+ transaction_id: 格式错误,transaction_id为28位长的数值,其中前10位为商户网站编号(SPID),由财付通统一分配;之后8位为订单产生的日期,如20050415;最后10位商户需要保证一天内不同的事务(用户订购一次商品或购买一次服务),其ID不相同
3152
+ bank_type: can't be blank