Authori-Zation: ********************
curl --location --request GET '/adminapi/user/user_level/read/1' \
--header 'Authori-Zation;'
{
"status": 200,
"msg": "ok",
"data": {
"id": 1,
"mer_id": 0,
"name": "V1",
"money": 0,
"valid_date": 0,
"is_forever": 1,
"is_pay": 0,
"is_show": 1,
"grade": 1,
"discount": 98,
"image": "/uploads/system/0c4b29a624e97cb26ff7e4ca473b4c5f.jpg",
"icon": "http://test.mall.86yfw.com/uploads/system/e3d227d703e847a02655132f223436f8.png",
"explain": "V1",
"add_time": "2019-03-29 09:57:19",
"is_del": 0,
"exp_num": 20,
"filter_products": "",
"filter_product_count": 1
}
}