|
|
@@ -103,9 +103,9 @@ public class MsySDK {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- public static DBObject saveDB(String nt_data, String subChannel) throws Exception {
|
|
|
+ public static DBObject saveDB(String nt_data) throws Exception {
|
|
|
Properties properties = BaseGlobal.getInstance().properties;
|
|
|
- String callBackKey = properties.getProperty("msy_sdk_callback_key_"+subChannel);
|
|
|
+ String callBackKey = properties.getProperty("msy_sdk_callback_key");
|
|
|
String decoded = decode(nt_data, callBackKey);
|
|
|
LOGGER.info("解码结果 = {}", decoded);
|
|
|
|