mirror of
https://gitee.com/egzosn/pay-java-parent.git
synced 2026-05-12 16:37:31 +08:00
版本跟随升级2.0.8
This commit is contained in:
@@ -72,7 +72,7 @@ public abstract class BasePayService implements PayService {
|
||||
|
||||
|
||||
/**
|
||||
* Generate a Base64 encoded String from user & password
|
||||
* Generate a Base64 encoded String from user , password
|
||||
* @param user 用户名
|
||||
* @param password 密码
|
||||
* @return authorizationString
|
||||
|
||||
@@ -78,6 +78,7 @@ public class XML {
|
||||
* 解析xml并转化为Json值
|
||||
*
|
||||
* @param content json字符串
|
||||
* @param clazz 需要转化的类
|
||||
* @return Json值
|
||||
*/
|
||||
public static <T> T toBean(String content, Class<T> clazz) {
|
||||
|
||||
Reference in New Issue
Block a user