10225501460/bookstore_project2:master
master
将def error_not_sufficient_funds(order_id): return 519, error_code[518].format(order_id) 修改为def error_not_sufficient_funds(order_id): return 519, error_code[519].format(order_id)
Brak ustawionego terminu realizacji.
Ten Pull Request nie zawiera w tej chwili żadnych zależności.
Usunięcie gałęzi jest trwałe i NIE MOŻE zostać cofnięte. Kontynuować?
将def error_not_sufficient_funds(order_id):
return 519, error_code[518].format(order_id)
修改为def error_not_sufficient_funds(order_id):
return 519, error_code[519].format(order_id)