|
|
@@ -1,3 +1,5 @@
|
|
|
+package main.java.com.ljsd.channel;
|
|
|
+
|
|
|
import java.net.URLEncoder;
|
|
|
import java.nio.charset.StandardCharsets;
|
|
|
import java.util.Objects;
|
|
|
@@ -7,10 +9,10 @@ import com.ljsd.channel.MockQuickSDK;
|
|
|
import com.ljsd.util.BaseGlobal;
|
|
|
|
|
|
public class MsySDK {
|
|
|
- private static final Logger LOGGER = LoggerFactory.getLogger(MockQuickSDK.class);
|
|
|
+ private static final Logger LOGGER = LoggerFactory.getLogger(MsySDK.class);
|
|
|
private static final CloseableHttpClient httpClient = HttpClients.createDefault();
|
|
|
//private final static String _COLLECTION_PAY = "pay";
|
|
|
- public static boolean verifyUser(String uid, String token, String subChannel) {
|
|
|
+ public static boolean verifyUser(String uid, String token) {
|
|
|
try {
|
|
|
Properties properties = BaseGlobal.getInstance().properties;
|
|
|
// String productCode = properties.getProperty("quick_sdk_product_code_"+subChannel);
|