|
|
@@ -210,6 +210,8 @@ public class PayRsaCommon {
|
|
|
String code = RandomRequest.getRandom(8);
|
|
|
String yurref = code + System.currentTimeMillis();
|
|
|
jsonObjectRequest2.put("yurref", yurref);
|
|
|
+ //网银审批标志
|
|
|
+ jsonObjectRequest2.put("grtflg", "Y");
|
|
|
jsonArrayRequest2.add(jsonObjectRequest2);
|
|
|
/**
|
|
|
* 明细信息
|