Authored by ccbikai(👎🏻🍜)

无需检验 200

... ... @@ -14,8 +14,7 @@ const closeReasons = () => {
return api.get('', {
method: 'app.SpaceOrders.closeReasons'
}, {
cache: true,
code: 200
cache: true
}).then((result) => {
if (result && result.code === 200) {
return result.data;
... ...