a524238857 发表于 2018-12-3 12:29:54

关于zfbSDK

火山能直接引用SDK进行API调用么?目前官方出来的接口一点也不详细,感觉很多都没有,现在支持的貌似RSA接口密匙,能调RSA2接口么
public class AlipayConfig {
        public static String APP_ID = "xxxxxx";
        public static String APP_PRIVATE_KEY = "xxxxxx";//APP私钥
        public static String APP_PUBLIC_KEY = "xxxxxx";//APP公钥
        public static String ALIPAY_PUBLIC_KEY = "xxxxxx";//zfb公钥
        public static String UNIFIEDORDER_URL = "";//zfb网关
      public static String NOTIFY_URL = "";
        public static String CHARSET = "UTF-8";
        public static String FORMAT = "json";
        public static String SIGNTYPE = "RSA2";
        public static String TIMEOUT_EXPRESS = "30m";
}


官方能给个完整接口出来么?

创世魂 发表于 2018-12-4 12:25:51

这个需要咨询@飞翔的企鹅 大佬……不清楚,下一个,

飞翔的企鹅 发表于 2018-12-4 12:30:02

我搞不清楚,火山里面的类是根据zfb官方给的Demo封装的。
页: [1]
查看完整版本: 关于zfbSDK