GET api/SignLog?shopID={shopID}&cardType={cardType}

请求信息

URI 参数

参数参数描述类型其它信息
shopID

string

Required

cardType

string

Required

Body 参数

None.

响应信息

响应描述

Collection of cWXGive
参数参数描述类型其它信息
UPMoney

decimal number

None.

ISValue

decimal number

None.

响应格式

application/json, text/json

Sample:
[
  {
    "_UPMoney": 1.0,
    "_ISValue": 2.0
  },
  {
    "_UPMoney": 1.0,
    "_ISValue": 2.0
  }
]

text/html

Sample:
[{"_UPMoney":1.0,"_ISValue":2.0},{"_UPMoney":1.0,"_ISValue":2.0}]