cbs测试
This commit is contained in:
parent
08b2113519
commit
a4758ac2a4
|
@ -62,10 +62,12 @@ public class temButtom {
|
|||
try {
|
||||
//支付申请 测试通过
|
||||
//payApplyPluginInitializer.executeBusiness(new JSONObject());
|
||||
//交易结果查询 未测试
|
||||
payResultPluginInitializer.executeBusiness(new JSONObject());
|
||||
//查询交易明细 测试通过
|
||||
//transactionDetailPluginInitializer.executeBusiness(new JSONObject());
|
||||
//交易结果查询 未测试 (OA没有日志底表,无法测试)
|
||||
payResultPluginInitializer.executeBusiness(new JSONObject());
|
||||
//电子回单测试 通过apipost测试过了,可以取到cbs电子回单,只是没法上传到OA
|
||||
//
|
||||
|
||||
}catch (Exception e){
|
||||
e.printStackTrace();
|
||||
|
|
Loading…
Reference in New Issue