This commit is contained in:
曾祥俊
2024-01-15 17:48:25 +08:00
parent ed32da8882
commit e7897f9b18
40 changed files with 1424 additions and 77 deletions

View File

@ -259,6 +259,7 @@ public class LogUtils {
private static void uploadToReservation(JSONObject object) {
Context context = HaloApp.getInstance().getApplication();
try {
object.put(KEY_EVENT, "appointment");
object.put("version", PackageUtils.getGhVersionName());
object.put("channel", HaloApp.getInstance().getChannel());
object.put("dia", MetaUtil.getBase64EncodedAndroidId());