jian
fun post(callback: (Map<String, String>) -> Void) { callback(mapOf("code" to "0", "msg" to "success")) }
post { result -> // return Void? }