关于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";
}
官方能给个完整接口出来么?
这个需要咨询@飞翔的企鹅 大佬……不清楚,下一个,
我搞不清楚,火山里面的类是根据zfb官方给的Demo封装的。
页:
[1]