{ "student_id": "202401161629012", "name": "张三", "discount_rate": 100, "card_status": "正常" }
curl --location --request POST 'https://selfxu.cn:5000/student_info/add_to_stm' \ --header 'Cookie: token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6InJvb3QiLCJleHAiOjE3MTg3MTYxMjZ9.1xG9GYhrw_6wbYczKqQnOTgeEy0gHsxIrBxnGwm9WoM' \ --header 'Content-Type: application/json' \ --data-raw '{ "student_id": "202401161629012", "name": "张三", "discount_rate": 100, "card_status": "正常" }'
{ "ret": 0, "cmd": "cmd:2;json:{\"CardTpye\": 1, \"StaffType\": 100, \"name\": \"张三\", \"DocumentNum\": \"20240116162901224934517887502608\", \"DocumentTpye\": 0}cmd_end;", "card_number": "20240116162901224934517887502608" }