获取 商店商品
GET
https://dancedemo.shenghuayule.com/Dance/api/Goods/GetGoodsList
请求参数
Query 参数
resourceType
integer
可选
示例值:
5
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://dancedemo.shenghuayule.com/Dance/api/Goods/GetGoodsList?resourceType=5'
返回响应
🟢200成功
application/json
Body
object {0}
示例
[
{
"GoodsID": 1683,
"GoodsName": "9速",
"GoodsIntro": "9速!挑战你的极限",
"PicPath": "https://ts-asset.oss-cn-shanghai.aliyuncs.com/images/resource/dancecube/goods_171002_1701656380569_6789.png",
"ResourceIDs": "6852550",
"Props": "10000",
"ResourceTypes": "5",
"PriceOrigin": 0,
"PriceSale": 13776,
"AccountItemType": 2,
"AccountItemTypeText": "金币",
"SaleBeginTime": null,
"SaleEndTime": null,
"ExpireDuration": 1,
"ExpireUnitType": 0,
"ExpireUnitTypeText": "",
"BuyLimit": 0,
"IsNew": true,
"IsEnabled": true,
"Level": 30,
"MaxLimit": 0,
"LimitPerPerson": 0,
"LimitBeginTime": null,
"RankLimit": 0,
"IsPurchased": true,
"ResourceNames": "光标速度9",
"ResourceList": [
{
"ResourceID": 6852550,
"ResourceName": "光标速度9",
"ResourceType": 5,
"ResourceTypeText": "光标速度",
"SongName": null,
"PropValue": 10000,
"RelateValue": 9,
"LocalID": 0,
"ResourcePath": null,
"Intro": null,
"IsVirtual": false,
"MachineIDs": null,
"ExpireTime": null,
"PlaceList": null,
"Quality": 1
}
],
"GoodsPhotoList": null,
"SaleCount": 0,
"MusicID": 0,
"MusicLev": 0,
"LikeCount": 0,
"ResourceType": 0,
"AudioUrl": null,
"LevelList": null,
"OwnerID": 0,
"OwnerName": null,
"ClicksRatio": 0,
"UserID": 0,
"MusicSlotID": 0,
"TagList": null,
"ListPrice": null,
"IsGood": false,
"HasShow": false
},
{
"GoodsID": 49,
"GoodsName": "8速",
"GoodsIntro": "8速看谱,让你在成为大佬的路上又快人一步",
"PicPath": "https://ts-asset.oss-cn-shanghai.aliyuncs.com/images/resource/dancecube/goods_171002_1701656410210_8360.png",
"ResourceIDs": "42",
"Props": "10000",
"ResourceTypes": "5",
"PriceOrigin": 0,
"PriceSale": 6888,
"AccountItemType": 2,
"AccountItemTypeText": "金币",
"SaleBeginTime": null,
"SaleEndTime": null,
"ExpireDuration": 1,
"ExpireUnitType": 0,
"ExpireUnitTypeText": "",
"BuyLimit": 0,
"IsNew": false,
"IsEnabled": true,
"Level": 1,
"MaxLimit": 0,
"LimitPerPerson": 0,
"LimitBeginTime": null,
"RankLimit": 0,
"IsPurchased": true,
"ResourceNames": "光标速度8",
"ResourceList": [
{
"ResourceID": 42,
"ResourceName": "光标速度8",
"ResourceType": 5,
"ResourceTypeText": "光标速度",
"SongName": null,
"PropValue": 10000,
"RelateValue": 8,
"LocalID": 0,
"ResourcePath": null,
"Intro": null,
"IsVirtual": false,
"MachineIDs": null,
"ExpireTime": null,
"PlaceList": null,
"Quality": 1
}
],
"GoodsPhotoList": null,
"SaleCount": 0,
"MusicID": 0,
"MusicLev": 0,
"LikeCount": 0,
"ResourceType": 0,
"AudioUrl": null,
"LevelList": null,
"OwnerID": 0,
"OwnerName": null,
"ClicksRatio": 0,
"UserID": 0,
"MusicSlotID": 0,
"TagList": null,
"ListPrice": null,
"IsGood": false,
"HasShow": false
},
{
"GoodsID": 51,
"GoodsName": "6.5速",
"GoodsIntro": "6.5速,完美过渡6到7速的适应期",
"PicPath": "https://ts-asset.oss-cn-shanghai.aliyuncs.com/images/resource/dancecube/goods_171002_1701656426791_5833.png",
"ResourceIDs": "38429",
"Props": "10000",
"ResourceTypes": "5",
"PriceOrigin": 0,
"PriceSale": 2888,
"AccountItemType": 2,
"AccountItemTypeText": "金币",
"SaleBeginTime": null,
"SaleEndTime": null,
"ExpireDuration": 1,
"ExpireUnitType": 0,
"ExpireUnitTypeText": "",
"BuyLimit": 0,
"IsNew": false,
"IsEnabled": true,
"Level": 4,
"MaxLimit": 0,
"LimitPerPerson": 0,
"LimitBeginTime": null,
"RankLimit": 0,
"IsPurchased": true,
"ResourceNames": "光标速度6.5",
"ResourceList": [
{
"ResourceID": 38429,
"ResourceName": "光标速度6.5",
"ResourceType": 5,
"ResourceTypeText": "光标速度",
"SongName": null,
"PropValue": 10000,
"RelateValue": 65,
"LocalID": 0,
"ResourcePath": null,
"Intro": null,
"IsVirtual": false,
"MachineIDs": null,
"ExpireTime": null,
"PlaceList": null,
"Quality": 1
}
],
"GoodsPhotoList": null,
"SaleCount": 0,
"MusicID": 0,
"MusicLev": 0,
"LikeCount": 0,
"ResourceType": 0,
"AudioUrl": null,
"LevelList": null,
"OwnerID": 0,
"OwnerName": null,
"ClicksRatio": 0,
"UserID": 0,
"MusicSlotID": 0,
"TagList": null,
"ListPrice": null,
"IsGood": false,
"HasShow": false
}
]
修改于 2024-07-15 07:37:44