建行被扫支付ccbParam deciphering fail. is null

ilovelizehui 2019-06-20 10:03:42
用的生产环境和数据。
是因为建行那边没配置白名单的原因吗?
...全文
10231 12 打赏 收藏 转发到动态 举报
写回复
用AI写文章
12 条回复
切换为时间正序
请发表友善的回复…
发表回复
愤怒的小哥 2022-03-26
  • 打赏
  • 举报
回复

ccbParam deciphering fail. is null

愤怒的小哥 2022-03-26
  • 打赏
  • 举报
回复

同样的问题,怎么解决的啊?

weixin_43028869 2021-11-09
  • 打赏
  • 举报
回复

参数都填了,还需要到建行的网站配置什么吗

「已注销」 2020-07-21
  • 打赏
  • 举报
回复
引用 8 楼 一个憨批 的回复:
引用 7 楼 ??Fleeting time 的回复:
我知道是什么原因了,建行给的必填参数错了,改正就可以了
哥哪个参数错了
一个憨批 2020-07-13
  • 打赏
  • 举报
回复
引用 7 楼 ??Fleeting time 的回复:
我知道是什么原因了,建行给的必填参数错了,改正就可以了
哥哪个参数错了
??Fleeting time 2020-07-04
  • 打赏
  • 举报
回复
我知道是什么原因了,建行给的必填参数错了,改正就可以了
「已注销」 2020-06-30
  • 打赏
  • 举报
回复
引用 5 楼 金沐风 的回复:
引用 4 楼 ??Fleeting time 的回复:
[quote=引用 3 楼 金沐风 的回复:] 可能是分行号错误,我遇到过,建行商务提供的分行号错了,改正之后就可以了。
你好,你是java还是PHP 呢 我是PHP开发 现在也在对接建行的龙支付,卡在加密这里了 一直给我返回的就是这句话 ccbParam deciphering fail. is null
我的是java[/quote] 我的也是java的 原因是那个 参数顺序错误,改正后就可以了。
??Fleeting time 2020-06-29
  • 打赏
  • 举报
回复
引用 3 楼 金沐风 的回复:
可能是分行号错误,我遇到过,建行商务提供的分行号错了,改正之后就可以了。
你好,你是java还是PHP 呢 我是PHP开发 现在也在对接建行的龙支付,卡在加密这里了 一直给我返回的就是这句话 ccbParam deciphering fail. is null
weixin_40541956 2022-05-12
  • 举报
回复
@??Fleeting time 你的解决了吗 php
金沐风 2020-06-29
  • 打赏
  • 举报
回复
引用 4 楼 ??Fleeting time 的回复:
引用 3 楼 金沐风 的回复:
可能是分行号错误,我遇到过,建行商务提供的分行号错了,改正之后就可以了。
你好,你是java还是PHP 呢 我是PHP开发 现在也在对接建行的龙支付,卡在加密这里了 一直给我返回的就是这句话 ccbParam deciphering fail. is null

我的是java
金沐风 2020-04-07
  • 打赏
  • 举报
回复
可能是分行号错误,我遇到过,建行商务提供的分行号错了,改正之后就可以了。
weixin_43028869 2021-11-09
  • 举报
回复
@金沐风 是不是还需要到建行的网站配置网页回调和服务器回调
Change Log: 12/30/2013 Version 5.3.3 [Build 1955] I revised the widestring to unicodestring encoding and decoding routines to make use of the WinAPI directly for all code page/charset types. I enhanced TIB_Script to with the SET BATCH_DECIMAL_SEPARATOR item. I improved the parsing of input parameters to consider stored procedures as well as tables when deciphering when a parameter with the prefix of OLD_ is being used. I added a compatibility unit IBOSDDataset in the AddOn subfolder to ease the porting of an app written with SQL Direct to IB Objects. I fixed a bug in the parsing of filter phrases so that it handles string literals like O'Brien that have a single apostrophe in them. I significantly reworked the IB_Events unit in an effort to avoid a bug in InterBase XE3. I fixed a bug in the handling of stringlist properties that affected the sort order and thus created a potential blind spot in the Find() mechanism. I enhanced the statement processing logic so that it detects a DDL statement and causes the schema cache data to be invalidated so that all DDL statements are immediately recognized in how they impact the schema data. This may cause some extra overhead depending upon what you are trying to do but it should be negligable since during the execution of a script there isn't anything going on that will trigger repeated queries of the metadata. I added the IB_BLR.pas unit to the tools package and enhanced the Blr sample app. I added the PostEvent() method to the TIB_Connection component to post an event without having to create a stored procedure or use an EXECUTE BLOCK statement. This is done via BLR. I totally reworked the NT Service app sample application into a 100% functional application that shows you how to replicate a portion of a table into a separate database and how to put a full text search index against the replicated data. The service app runs in order to provide real-time maintenance of the replicator and full text search indexes. In the process of this I extensively reworked the service app framework so that you can easily create an app with a GUI that emulates the service app but which allows you to debug it just as you would any standard GUI application. See samples\ServiceApp for the two projects. One is a GUI version and the other is an actual service app. They both make use of the generic TIB_ServiceApp instance you create for the service app. I touched up a few things so that FireMonkey apps can compile in XE2. I enhanced the underlying framework for handling passive task processing to be named more intuitively and to have additional events at the TIB_Session level to tap into things happening at the connection and transaction level. I made some touch-up improvements to the auto create capibility of the TIB_Connection component. I fixed a bug where a dataset could be put out of search mode by the TIB_Grid calling ValidateRows and causing the dataset to open when it wasn't being expected to. I fixed a bug in the handling of a Locate() when there was a NULL value for a key value being compared. I corrected an issue in regard to 64-bit support support of the 64-bit version of the client DLL's. I made the TIB_LogFiles component more strict so that it will go ahead and raise an exception instead of quietly doing nothing when it is unable to create a valid output file. I added a TIB_Thread class to the IB_Utils.pas unit. I significantly enhanced and improved the replication and full text search components. I fixed a bug in TIBOTable having to do with using persistent fields and having the index of the fields changed and having a reprepare take place. This caused a discrepancy that led to errors. I fixed some issues and enhanced the behavior of the TIB_Monitor component. I fixed a painting/coloring issue with the button bar controls.

81,092

社区成员

发帖
与我相关
我的任务
社区描述
Java Web 开发
社区管理员
  • Web 开发社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧