[]
Gets the barcode image according to the specified request.
[HttpGet("api/barcode/{setting}")]
public virtual IActionResult GetByJson(string setting)
Type | Name | Description |
---|---|---|
string | setting | The json text contains setting of barcode |
Type | Description |
---|---|
IActionResult | The barcode image |