121 lines
3.8 KiB
Go
121 lines
3.8 KiB
Go
package fusenrender_test
|
|
|
|
var sendjson = `{
|
|
"id": "c82cff55f2cc5cee3f71300fd8c5d953",
|
|
"order_id": 0,
|
|
"user_id": 0,
|
|
"guest_id": 0,
|
|
"sku_ids": [
|
|
16,
|
|
19,
|
|
25,
|
|
13
|
|
],
|
|
"tids": [
|
|
"FSN-PPBX-1",
|
|
"FSN-PLUP-4",
|
|
"FSN-PPCCT-2"
|
|
],
|
|
"data": [
|
|
{
|
|
"light": 2,
|
|
"refletion": -1,
|
|
"scale": "22",
|
|
"sku_id": 25,
|
|
"tid": "FSN-PPBX-1",
|
|
"rotation": "5.4,-41,-4.7",
|
|
"filePath": "",
|
|
"data": [
|
|
{
|
|
"name": "model",
|
|
"data": "0,https://s3.us-west-1.amazonaws.com/storage.fusenpack.com/bfc1dcc0f1a9beb49b2182d6c94de6f4bb648cd7b82be75b2e24e0bed3bef798,FSN-PPBX-1_MaskMap,FSN-PPBX-1_Normal,FSN-PPBX-1_BaseMap",
|
|
"type": "other",
|
|
"layer": "0",
|
|
"is_update": 1,
|
|
"mode": "Opaque"
|
|
},
|
|
{
|
|
"name": "shadow",
|
|
"data": "0,FSN-PPBX-1,0,0,0",
|
|
"type": "other",
|
|
"layer": "0",
|
|
"is_update": 0,
|
|
"mode": "Fade"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"light": 8,
|
|
"refletion": -1,
|
|
"scale": "12.5",
|
|
"sku_id": 19,
|
|
"tid": "FSN-PPCCT-2",
|
|
"rotation": "-2,25.5,-1",
|
|
"filePath": "",
|
|
"data": [
|
|
{
|
|
"name": "model",
|
|
"data": "0,https://s3.us-west-1.amazonaws.com/storage.fusenpack.com/bfc1dcc0f1a9beb49b2182d6c94de6f4bb648cd7b82be75b2e24e0bed3bef798,FSN-PPCCT-2_MaskMap,FSN-PPCCT-2_Normal,FSN-PPCCT-2_BaseMap",
|
|
"type": "other",
|
|
"layer": "0",
|
|
"is_update": 1,
|
|
"mode": "Opaque"
|
|
},
|
|
{
|
|
"name": "shadow",
|
|
"data": "0,FSN-PPCCT-2,0,0,0",
|
|
"type": "other",
|
|
"layer": "0",
|
|
"is_update": 0,
|
|
"mode": "Fade"
|
|
},
|
|
{
|
|
"name": "model_P",
|
|
"data": "0,FSN-PPCCT-2-P,FSN-PPCCT-2-P_MaskMap,FSN-PPCCT-2-P_Normal,FSN-PPCCT-2-P_BaseMap",
|
|
"type": "other",
|
|
"layer": "0",
|
|
"is_update": 0,
|
|
"mode": "Fade"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"light": 7,
|
|
"refletion": 7,
|
|
"scale": "14",
|
|
"sku_id": 16,
|
|
"tid": "FSN-PLUP-4",
|
|
"rotation": "0,0,0",
|
|
"filePath": "",
|
|
"data": [
|
|
{
|
|
"name": "model",
|
|
"data": "0,https://s3.us-west-1.amazonaws.com/storage.fusenpack.com/bfc1dcc0f1a9beb49b2182d6c94de6f4bb648cd7b82be75b2e24e0bed3bef798,FSN-PLUP-4_MaskMap,FSN-PLUP-4_Normal,FSN-PLUP-4_BaseMap",
|
|
"type": "other",
|
|
"layer": "0",
|
|
"is_update": 1,
|
|
"mode": "Opaque"
|
|
},
|
|
{
|
|
"name": "shadow",
|
|
"data": "0,FSN-PLUP-4,0,0,0",
|
|
"type": "other",
|
|
"layer": "0",
|
|
"is_update": 0,
|
|
"mode": "Fade"
|
|
},
|
|
{
|
|
"name": "model_P",
|
|
"data": "0,FSN-PLUP-4-P,FSN-PLUP-4-P_MaskMap,FSN-PLUP-4-P_Normal,FSN-PLUP-4-P_BaseMap",
|
|
"type": "other",
|
|
"layer": "0",
|
|
"is_update": 0,
|
|
"mode": "Opaque"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"is_thousand_face": 0,
|
|
"folder": ""
|
|
}`
|