Skip to content

Instantly share code, notes, and snippets.

@badboy-tian
badboy-tian / gist:3bb44139d2346f159fd4cd9e5cf5aecb
Created May 28, 2024 06:59
ParseError: Object not found
const Parse = require("parse/node")
const moment = require("moment")
Parse.initialize("debug_appid", "debug_key", "debug_masterKey")
Parse.serverURL = "http://localhost:1337/parse"
const body = {
name: "SaveAudio",
data: "{\"__after\":\"1716788669509,2cf6e3698932972402fa3ca2405b437dc3ac727a\",\"isDeleted\":false,\"name\":\"好的呢,宝宝\",\"duration\":2,\"url\":\"http://file2.xxxx.com/FdD9KwF4xNgBHTiGcJByMNs6P470XNFp/20240405195209.mp3\",\"user\":{\"__type\":\"Pointer\",\"className\":\"_User\",\"objectId\":\"65de1d08caa7af401d105a56\"},\"pack\":{\"__type\":\"Pointer\",\"className\":\"SaveAudioPack\",\"objectId\":\"65e9fcec4567a26864d47d2b\"},\"objectId\":\"66541dbdffead844f1339e3c\",\"createdAt\":\"2024-05-27T05:44:29.504Z\",\"updatedAt\":\"2024-05-27T05:44:29.504Z\"}"
};
0000O000000o
000O00000Oo
000O00000o0
000O00000o
000O00000oO
000O00000oo
000O0000O0o
000O0000OOo
000O0000Oo0
000O0000Oo
{"sig":"4b06c5528d3e274a39050e270ec61daebab01d55572d6f6991cd02d2c7931c3e9040e8e4814c2754dd2416ad6163b7f67549f12bd271b5619c7d78c5c8aefd621","msghash":"45097095535e1d25474ef4335ca264c856b11b773075839ae238600deb581f2c"}
0486fda90d549890eb309c918428b7e7d4340d752c83c2555bf9c216febbbd0c14f2dbfd7ff80a1f7d62d978d2fc4ecea4ee035be238681df03a1923c105beb1fa
package: com.dimelo.sdk
include: [/Users/user/projects/git/robovm/compiler/cocoatouch/src/main/bro-gen/foundation.yaml, /Users/user/projects/git/robovm/compiler/cocoatouch/src/main/bro-gen/uikit.yaml]
library: Dimelo
framework: Dimelo
clang_args: ['-x', 'objective-c']
header_root:
headers:
- Dimelo.h
typedefs: {}
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE module PUBLIC "-//Puppy Crawl//DTD Check Configuration 1.2//EN" "http://www.puppycrawl.com/dtds/configuration_1_2.dtd">
<!-- Generated by RHY @will_awoke -->
<module name="Checker">
<property name="charset" value="UTF-8"/>
<property name="severity" value="warning"/>
@badboy-tian
badboy-tian / proguard.cfg
Created March 4, 2016 03:48 — forked from twyatt/proguard.cfg
An Android ProGuard configuration that works with libGDX.
-optimizationpasses 5
-dontusemixedcaseclassnames
-dontskipnonpubliclibraryclasses
-dontpreverify
-verbose
-optimizations !code/simplification/arithmetic,!field/*,!class/merging/*
-renamesourcefileattribute SourceFile
-keepattributes SourceFile,LineNumberTable