refactor: reorganize modules and add Linux build tooling
This commit is contained in:
85
module/ec/mall/test/item/item_create.http
Normal file
85
module/ec/mall/test/item/item_create.http
Normal file
@@ -0,0 +1,85 @@
|
||||
POST http://127.0.0.1:12419/mall.Product/ItemCreate
|
||||
content-type: application/json
|
||||
Authorization: {{BSM_TOKEN}}
|
||||
|
||||
{
|
||||
"id": "136",
|
||||
"identity": "01975d01-9469-7abb-a453-81a6a53920bd",
|
||||
"category_id": [
|
||||
15
|
||||
],
|
||||
"title": "HESP Serie Hybrid Inverters",
|
||||
"measuring_name": "台",
|
||||
"sell_max": "10",
|
||||
"sell_min": "1",
|
||||
"wastage": "0",
|
||||
"standard_number": "",
|
||||
"brand": "",
|
||||
"stock_type": "1",
|
||||
"status": 1,
|
||||
"cover_image": "http://files.slcor.com/123/2025-05/01/01JWJNE1E9CDXFENQ2M3AEVAP8.webp",
|
||||
"content": "<p>• Model:HESP4840S100-H</p><p><br></p><p>• Rated Output Power:4000W</p><p><br></p><p>• Max.Peak Power:8000VA</p><p><br></p><p>• Rated Output Voltage:230Vac</p><p><br></p><p>• Rated AC Frequency:50Hz/60Hz</p><p><br></p><p>• Numero parallelo consentito:16(single/three phase)</p><p><br></p><p>• Num.of MPPT Trackers:2</p><p><br></p><p>• Max.Voltage of Open Circuit:500Vdc</p>",
|
||||
"store_id": "0",
|
||||
"store_identity": "",
|
||||
"template_id": 0,
|
||||
"note": "",
|
||||
"images": [
|
||||
|
||||
],
|
||||
"specification": [
|
||||
{
|
||||
"id": "134",
|
||||
"identity": "0197353a-955d-79f1-9606-35706b74a845",
|
||||
"supply_id": "0",
|
||||
"product_identity": "",
|
||||
"store_identity": "",
|
||||
"title": "HESP Serie Hybrid Inverters",
|
||||
"stock_type": 2,
|
||||
"stock": "1",
|
||||
"price": "200000",
|
||||
"direct_sales": "0",
|
||||
"tp_type": 0,
|
||||
"ds_tp_type": 0,
|
||||
"img": "http://files.slcor.com/123/2025-05/01/01JWJNDK3J8V5SQ7J7XZ8QNPQV.webp",
|
||||
"spec_no": "",
|
||||
"keyword": "",
|
||||
"purchasing_price": "120000",
|
||||
"wholesale": "0"
|
||||
}
|
||||
],
|
||||
"recent_number": "0",
|
||||
"sale_total": "0",
|
||||
"limitation": "0",
|
||||
"liTemplate_id": "0",
|
||||
"price": "0",
|
||||
"stock": "0",
|
||||
"category": "",
|
||||
"serial_id": "",
|
||||
"gas_types": "1",
|
||||
"spec_id": [
|
||||
134
|
||||
],
|
||||
"categories": [
|
||||
{
|
||||
"id": "15",
|
||||
"identity": "0197353a-955d-79d9-92ea-5773553b23d0",
|
||||
"title": "Solar Power Inverter",
|
||||
"en_title": "",
|
||||
"parent_id": "33",
|
||||
"paths": "",
|
||||
"intro": "",
|
||||
"icon": "",
|
||||
"sort": 0,
|
||||
"status": 0,
|
||||
"created_at": "",
|
||||
"categories": [
|
||||
|
||||
],
|
||||
"keys": ""
|
||||
}
|
||||
],
|
||||
"supply_name": "",
|
||||
"categoryIdentityArray": [
|
||||
"15"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user