GET api/UnPos/Shop/ProductStandard/Get?productid={productid}

获取商品规格选项

Request Information

URI Parameters

NameDescriptionTypeAdditional information
productid

integer

Default value is 0

Body Parameters

None.

Response Information

Resource Description

获取商品规格选项

CommonOperationResultWithTagOfT_UnPos_Product_StandardDataTable
NameDescriptionTypeAdditional information
errcode

integer

None.

errmsg

string

None.

tag

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
{
  "errcode": 1,
  "errmsg": "sample string 2",
  "tag": null
}

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.