我一直试图使用verifyReceipt端点来验证应用程序内的购买事务,但没有成功。if let appStoreReceiptURL = Bundle.main.appStoreReceiptURL,response_data = response.json()
status = response_data[
我在Android中有以下retrofit2,首先是标量转换器工厂,然后是gson转换器,但当我调用一个字符串调用时,响应是一个字符串,它给了我一个异常"Not a JSON object:"success我错过了什么吗?.);Response<String> a = myApi.sendFriendRequest(...).execute();
响应体是“成功”。