curl --location 'shop/consumePoints' \ --form 'goods_id="22"' \ --form 'points="10"'
{ "code": 1, "show": 0, "msg": "操作成功,消耗了10能量,商品曝光度+1", "data": [] }