@@ -75,6 +75,11 @@ public class PayNbcbConst {
*/
public static String RECEIPT = "RECEIPT";
+ /**
+ * 银行类型 1:招商银行 2:宁波银行
+ */
+ public static Integer bankType = 2;
+
public static String POST = "POST";
public static String GET = "GET";
@@ -1,7 +1,6 @@
package org.jeecg.common.nbcbutils;
import com.alibaba.fastjson.JSONObject;
-import org.jeecg.common.utils.PayUtils;
/**
* @Author: zwq