我正在尝试通过php curl获取pinterest访问令牌。 但我正在回应
class Version(models.Model):
prototype_name = models.CharField(max_length=100)
date = models.DateField(auto_now=True)
point = models.ForeignKey(Point, on delete=models.DO_NOTHING)
line = models.ForeignKey(Line, on_delete= models.DO_NOTHING)
我的卷曲如下
{"status": "failure", "code": 5, "host": "coreapp-ngapi-prod-0a010eba", "generated_at": "Wed, 26 Oct 2016 03:42:04 +0000", "message": "Method not allowed", "data": "405: Method Not Allowed"}