method property

  1. @JsonKey(defaultValue: PassThroughMethod.POST)
int method
final

选填,数字常量(1-get, 2-post, 3-put, 4-delete),默认post, PassThroughMethod

Implementation

@JsonKey(defaultValue: PassThroughMethod.POST)
final int method;